Anna Antipova
845cfb9889
622: add changes for tests triggering
2021-08-05 17:30:09 +03:00
Anna Antipova
7a34edfaa6
#622 extract docker file for e2e-checks
2021-08-05 16:26:59 +03:00
Anna Antipova
cb50cfea49
#622 extract output of the version
2021-08-05 15:57:25 +03:00
Ilnur Yakupov
bd7ae932e8
api requests for issues/243 and issues/244
2021-08-05 13:03:27 +03:00
Ilnur Yakupov
08a3c5e225
UI for issues/243 and issues/244
2021-08-05 12:29:48 +03:00
Leandro Franciscato
4067880966
Create SASL_SCRAM.md ( #769 )
2021-08-05 09:05:21 +03:00
Anna Antipova
4f48ccffd6
622: rollback changes which were used for tests triggering
2021-08-04 21:03:41 +03:00
Anna Antipova
00e6a73993
622: testing of tests triggering
2021-08-04 20:45:54 +03:00
Anna Antipova
10dc9e0f50
#622 change test values for test triggering
2021-08-04 19:36:26 +03:00
Anna Antipova
ecd6f08374
#622 change mvn test triggering command
2021-08-04 18:27:50 +03:00
Anna Antipova
75474c6066
#622 enable e2e checks
2021-08-04 17:00:38 +03:00
Anna Antipova
9c456f929f
#622 remove the step Build and Push of the latest version of the image due to unnecessary
2021-08-04 16:32:55 +03:00
German Osin
18f5e1a2b2
Switched messages endpoint to provide sse with phases & consuming info ( #645 )
...
* Switched messages endpoint to provide sse with phases & consuming info
* Switched messages endpoint to provide sse with phases & consuming info
* fixed comments
* Fixed comparator
* Fixed tests
* Reduced images size
* Feature/sse for messages (#681 )
* [#645 ] SSE. Cleanup Topic Messages
* New messages page
* Update outdated snapshots
* Specs
* Specs
* Fixed build
* Fixed possible npe in update cluster on init stage
* Provided additional information with messages #677 (to messages_sse branch) (#700 )
* Provided additional information with messages #677
* Sse messages front (#725 )
* SSE. Messages page
* Fix handleNextClick
* Add the page loader to the list of messages
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
* Fix merge errors
* fix conflicts
Co-authored-by: Timur Davletov <tdavletov@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-08-04 16:30:00 +03:00
Anna Antipova
5918d40315
#622 fix tags on Build and Push step
2021-08-04 11:43:06 +03:00
Anna Antipova
80bf047216
#622 skip tests for building with Maven
2021-08-03 17:56:42 +03:00
Diego Ching Jenkins
1f268579d0
Merge pull request #724 from provectus/703-additional-fields-topicConfig
...
703 additional fields topic config
2021-08-03 07:56:15 -06:00
Anna Antipova
d76d48cda9
#622 move setting up of JDK previous than running of app building
2021-08-03 16:54:43 +03:00
Diego Ching
db1456abbd
Adding assertNotNull instead of assertEquals
2021-08-03 07:36:53 -06:00
Victor Alfaro
51646e786a
666: Adding new endpoint with corresponding service method. Also a… ( #714 )
...
* (#666 ): Adding new endpoint with corresponding service method. Also adding search box to kafka connect screen with consuming logic for added endopoint.
* Applying feedback: reusing same endpoint and removing '/filtered' version
2021-08-03 16:08:55 +03:00
Anna Antipova
0361c6107d
#622 fix id of workflow
2021-08-03 16:04:46 +03:00
Anna Antipova
8d54cf1ad1
#622 add step of reloading of page for tests triggering
2021-08-03 15:43:58 +03:00
Anna Antipova
dc49f28e4e
Merge branch 'master' into checks/622-run-e2e-on-current-build
2021-08-03 15:39:41 +03:00
Rustam Gimadiev
9770ad47af
add example of docker-compose with traefik proxy ( #763 )
2021-08-03 12:20:53 +03:00
Anna Antipova
df5dda4c5b
#622 add changes for test triggering
2021-08-03 12:01:33 +03:00
Anna Antipova
8a02937713
#622 use current code build for e2e-checks
2021-08-03 11:26:59 +03:00
Diego Ching
bf5003a7d5
Enabling synonyms for TopicConfig
2021-08-02 12:25:19 -06:00
Diego Ching
8a4df6b002
Enabling synonyms for TopicConfig
2021-08-02 12:24:42 -06:00
Diego Ching
b74a643c93
Adding new tests
...
Rebase from master, resolving conflicts
Adding new fields to builder
Removing unused import
2021-08-02 10:27:20 -06:00
Diego Ching
62bd562ec1
Adding Source as a separate ENUM
2021-08-02 08:32:12 -06:00
Diego Ching
2a2e651d81
Adding new fields to TopicConfig
...
Adding tests for TopicConfigs consumer and service
Refactoring the tests
Fixing checkstyle violation
2021-08-02 08:32:06 -06:00
Anna Antipova
96d07a7d6f
Merge pull request #748 from provectus/checks/498-build-config
...
Checks/498 extract e2e-checks from the main build
2021-08-02 16:54:02 +03:00
Roman Zabaluev
eed35de014
TLS enabled zookeeper ( #722 )
...
* Switch zk client. Resolves #683
* Add an example docker compose file with TLS enabled zookeeper
* Update readme a bit
* Fix annoying sonar boy
* Apply review suggestion
* Rename zookeeper ssl options
2021-07-30 17:56:32 +03:00
Marsel
f7ce347149
fix schemaRegistry property by adding checks ( #752 )
...
* fix schemaRegistry property by adding checks
* style fix
* pull request fix
Co-authored-by: marselakhmetov <makhmetov@provectus.com>
2021-07-30 15:51:56 +03:00
Anna Antipova
c8a66f7b03
498: wait longer for testing purposes
2021-07-30 15:30:26 +03:00
Alexander Krivonosov
a9d659642e
Update SendMessage.tsx ( #745 )
2021-07-30 14:46:45 +03:00
Timur Davletov
fa4ef337a7
#702 Supported incremental config update for brokers ( #751 )
2021-07-30 12:48:42 +03:00
Anna Antipova
686a319678
#498 add backend and frontend paths for e2e tests triggering
2021-07-30 12:38:46 +03:00
Ilnur Farukhshin
ec70e28bff
Merge pull request #746 from provectus/#710/internal-topics-repagination
...
[#710 ] feat(react-app): call fetchTopics on toggle show internal topics
2021-07-29 21:45:06 +03:00
Anna Antipova
02462a4497
#498 add separate GitHub workflow for running checks
2021-07-29 17:13:19 +03:00
Anna Antipova
0839be497c
#498 remove e2e-checks as submodule from backend workflow
2021-07-29 17:11:43 +03:00
Ilnur Farukhshin
392abf2991
[ #710 ] feat(react-app): call fetchTopics on toggle show internal topics
2021-07-29 16:10:38 +03:00
Timur Davletov
2ab1601a7f
#708 Added log dirs alter operation ( #723 )
...
* #708 Added log dirs alter operation
2021-07-29 14:52:02 +03:00
Marsel
699512f706
Issue#701 brokers config ( #730 )
...
* adding getBrokerConfigs endpoint
* adding tests
Co-authored-by: marselakhmetov <makhmetov@provectus.com>
2021-07-29 13:50:44 +03:00
dependabot[bot]
2f47f8fd9d
Bump @types/lodash from 4.14.170 to 4.14.171 in /kafka-ui-react-app ( #737 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.170 to 4.14.171.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-29 11:19:14 +03:00
Oleg Shur
35cbbdf8e8
[CHORE] Bump packages ( #736 )
2021-07-29 11:05:29 +03:00
Alexander Krivonosov
ad8598a1d2
Sending messages ( #675 )
...
* Implement message sending
2021-07-29 10:26:40 +03:00
Alexander Krivonosov
268c871312
Display cleanup policy in the topic list ( #732 )
...
* Add clean up policy to the topic overview
* Add clean up policy to the topic list
2021-07-29 10:16:10 +03:00
Timur Davletov
d29f42e0a0
Fix for randomly failing tests (null in KafkaCluster.getTopics()) ( #728 )
2021-07-29 08:44:37 +03:00
Anna Antipova
4c13555461
Merge pull request #696 from provectus/checks/626-update-delete-topics
...
626: e2e tests for update delete topics
2021-07-27 19:09:15 +03:00
Anna Antipova
5ec6094cd4
626: change names for better clarity
2021-07-27 18:34:40 +03:00