Commit graph

1854 commits

Author SHA1 Message Date
Oleg Shur
5930023365
Revert "Bump react-hook-form from 7.6.9 to 7.12.2 in /kafka-ui-react-app (#760)" (#783)
This reverts commit 050bd605f3.
2021-08-10 15:14:43 +03:00
dependabot[bot]
050bd605f3
Bump react-hook-form from 7.6.9 to 7.12.2 in /kafka-ui-react-app (#760)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.6.9 to 7.12.2.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.6.9...v7.12.2)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 15:07:03 +03:00
Oleg Shur
87af48d7c2
[chore] Update React-hook-form (#782) 2021-08-10 15:04:32 +03:00
dependabot[bot]
381adcf381
Bump date-fns from 2.22.1 to 2.23.0 in /kafka-ui-react-app (#758)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.22.1...v2.23.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 14:32:13 +03:00
Oleg Shur
c71d642757
[CHORE] Bump dependencies (#781) 2021-08-10 14:29:02 +03:00
Ilnur Yakupov
d035aa9e80
Merge pull request #771 from provectus/issues/243-244
#243 #244 Delete topics and topics messages using multi-selection
2021-08-10 09:32:03 +03:00
Ilnur Yakupov
5e94f0fadc update confirmation text 2021-08-10 09:14:31 +03:00
Federico Bevione
6280c921f2 helm: add configmap and secret checksum
Closes #772
2021-08-09 18:18:27 +03:00
Anna Antipova
4fc5c40029
Merge pull request #762 from provectus/checks/622-run-e2e-on-current-build
Checks/622 use current code build for e2e-checks
2021-08-09 12:05:42 +03:00
Anna Antipova
2d5e2b0dff #622 check tests run after changes from master 2021-08-09 11:48:04 +03:00
Anna Antipova
9cec117353 Merge branch 'master' into checks/622-run-e2e-on-current-build 2021-08-09 11:33:11 +03:00
Anna Antipova
e453806086 #622 fix step with e2e-checks run 2021-08-06 19:39:40 +03:00
Anna Antipova
e7cd2878e4 #622 exclude api-contract submodule 2021-08-06 19:24:23 +03:00
Anna Antipova
fd658efdcf #622 exclude submodule API to skip api tests 2021-08-06 16:51:09 +03:00
Anna Antipova
2844b04d93 #622 extract run of API tests from e2e-checks.yaml 2021-08-06 12:30:32 +03:00
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