Boris Djurdjevic
99e50f8814
Support SSL for schema registry ( #2832 )
...
* feat(schema-registry): Implement schema-registry mTLS configuration
* chore(linter): Make checkstyle happy
* feat(schema-registry): Implement schema-registry mTLS configuration
* chore(linter): Make checkstyle happy
* chore(schema-registry): Refactor WebClient creation for PR #2832
Co-authored-by: Ilya Kuramshin <iliax@proton.me>
2022-10-31 18:05:28 +04:00
Ilya Kuramshin
2c74b4e1c2
ISSUE-2680: Smart filters stats propagation to UI ( #2771 )
...
ISSUE-2680: Smart filters stats propagation to UI :
1. DONE event type implemented to flag polling end
2. MessageFilterStats added to emitters context to count filter apply errors
2022-10-31 17:41:11 +04:00
Ilya Kuramshin
aa6c3083c2
ISSUE-2103: Fixing AdminClient timeout on listOffsets ( #2781 )
...
ISSUE-2103: Fixing AdminClient timeout on listOffsets when partition's leader in not available:
1. ReactiveAdminClient.listOffsets methods now check if partitions have leader before executing
2. In all places where ReactiveAdminClient.listOffsets methods are used, we specify what to do if partition leader is not available - fail or skip such partitions
3. AdminClient.listOffsets calls splitted with partitionCalls
2022-10-31 16:46:19 +04:00
Roman Zabaluev
cb8049e769
Add a separate endpoint for frontend time format ( #2847 )
2022-10-31 13:17:23 +04:00
Winnie Chiu
a8ccbc96c8
Upgrade kafka in compose files ( #2601 ) ( #2777 )
...
* Upgrade kafka in compose files (#2601 )
* Fix compose files (#2601 )
* Fix arm64 compose file (#2601 )
2022-10-31 12:49:36 +04:00
Roman Zabaluev
2f2e19d1bc
Fix topic internal indication ( #2846 )
2022-10-31 12:46:27 +04:00
Ilya Kuramshin
9a3cbfa14b
ISSUE-2787: Setting default config values properly ( #2788 )
...
ISSUE-2787:
1. Getting topic config defaults from server response
2. rm KafkaConstants
3. doc field added to TopicConfigDTO
4. ReactiveAdminClient.SupportedFeature refactor
2022-10-30 21:59:49 +04:00
Mgrdich
81072541a8
[FE] Update readme ( #2843 )
2022-10-29 22:45:21 +04:00
Mgrdich
b28492acd4
[FE] Fix fixtures ( #2841 )
2022-10-29 17:21:37 +04:00
Narekmat
95e494ea09
[helm] Fix app version ( #2842 )
2022-10-28 20:44:01 +04:00
vitalymatyushik
d2a62e2762
Make topic bulk actions buttons always visible ( #2835 )
2022-10-28 19:55:35 +04:00
Harrison Kim
972d02b836
[helm] Adding checksum for config from values ( #2831 )
...
* adding checksum for config from values
* Update Chart.yaml
Co-authored-by: Narekmat <47845266+Narekmat@users.noreply.github.com>
2022-10-28 19:52:54 +04:00
Egorka Voronyansky
7044e57095
Drop deprecated methods ( #2837 )
...
Co-authored-by: vrnsky <vrnsky@protonmail.com>
2022-10-28 12:50:04 +04:00
Roman Zabaluev
2853b34b5f
Bump netty version ( #2830 )
2022-10-27 00:03:42 +04:00
Narekmat
80f7d15604
Fix helm release workflow ( #2826 )
2022-10-26 23:20:48 +04:00
David
b43ba68405
Testing library update to 14.4.3 ( #2741 )
...
* Update RTL to v14.4.3
* fixed test cases QueryForm.spec.tsx, SchemaVersion.spec.tsx
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
2022-10-26 23:15:25 +04:00
Hrant Abrahamyan
e67d940981
added shouldDirty ( #2776 )
2022-10-26 12:07:03 +04:00
Aditya Bhattad
e87178136c
[UI] Changed Content to Value and updated a Test ( #2812 )
...
* Changed Content to Value and Update a Test
* Corrected content->value in tests
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-10-25 23:52:19 +04:00
Narekmat
25111085be
Change app version in charts.yaml ( #2821 )
...
* change app version in charts.yaml
* change setup-helm-version
2022-10-25 23:43:44 +04:00
Artem Tanyhin
a12380100e
[UI] Fix ksql panes overlap ( #2804 )
...
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-10-25 23:41:09 +04:00
David
1b8ee3b672
[UI] Topic search not working properly with pagination #2705 ( #2766 )
...
* added reset page to a search component
* changed search file
Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-10-25 23:14:40 +04:00
David
5a67adbf3e
Removed @types/yup package due to being deprecated also updated yup version to 0.32.11 ( #2799 )
...
Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
2022-10-24 23:34:20 +04:00
Hrant Abrahamyan
f7f2e1dd1f
Fix wrong actuator URL with custom path ( #2782 )
...
Co-authored-by: Oleg Shur <workshur@gmail.com>
2022-10-24 23:32:51 +04:00
Narekmat
dabe2878c1
Fix helm charts validation ( #2797 )
2022-10-24 23:18:18 +04:00
Vlad Senyuta
a2e87cc8d5
[e2e] Fix openTopic() method to wait element ( #2809 )
2022-10-24 12:13:06 +04:00
Ilya Kuramshin
d60808a2f2
Drop deprecated ksql api ( #2796 )
...
Co-authored-by: iliax <ikuramshin@provectus.com>
2022-10-23 19:49:11 +04:00
Ilya Kuramshin
4558466ff6
Emitters logic refactoring ( #2729 )
...
* Emitters logic refactoring:
1. consumers seeking moved to SeekOperations class
2. offsets info gathering moved to OffsetsInfo class
* wip
* checkstyle fix
* checkstyle fix
* minor improvements
Co-authored-by: iliax <ikuramshin@provectus.com>
2022-10-23 19:47:21 +04:00
Egorka Voronyansky
ae219de36c
Bump Groovy version up to 3.0.13 ( #2806 )
...
Co-authored-by: vrnsky <vrnsky@protonmail.com>
2022-10-23 16:54:56 +04:00
Anton Mnykh
40c3bcf82b
Issue/2774 2 ( #2785 )
...
* clear message Test updated issue-2774
* clear message Test created issue-2774
* conflict resolving
* conflict resolving
* conflict resolving
* fix
2022-10-21 14:43:21 +03:00
Egorka Voronyansky
b0e0da4c0d
Bump version of mockito up to 4.8.1 ( #2793 )
...
* Bump version of mockito up to 4.8.1
* Change scope of byte buddy dependency to test
Co-authored-by: vrnsky <vrnsky@protonmail.com>
2022-10-21 09:40:35 +04:00
dependabot[bot]
f5e1dcbd82
Bump actions/stale from 5 to 6 ( #2639 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-20 22:42:24 +04:00
Narekmat
daba2a1f51
Fix helm charts validation ( #2750 )
...
* add workflows
* fix
* add flow
* fix
* change names
* add comments
* fix helm.yaml file
* fix helm.yaml
* fix helm.yaml
* fix realse-helm.yaml
* fix helm.yaml
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-10-20 22:35:08 +04:00
dependabot[bot]
3e72a7ac4e
Bump actions/setup-node from 3.4.1 to 3.5.1 ( #2747 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-20 22:29:36 +04:00
dependabot[bot]
1c627ba0e8
Bump pnpm/action-setup from 2.2.3 to 2.2.4 ( #2757 )
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-20 22:28:23 +04:00
komilos
dc1785e338
Fix KSQL empty field in Stream properties causes errors ( #2744 )
...
Co-authored-by: Kamila Alekbaeva <kalekbaeva@provectus.com>
2022-10-20 15:17:26 +04:00
Alexandr Nezboretskiy
7f92c0f2e5
[e2e] refactor POM classes structure ( #2736 )
...
* Resolved conflicts
* revert QaseExtension
* Added waiter
* Deleted unused imports
* Renamed method clickOnButton
* Added waitUntil
* Refactored SelenideElements
* Refactored xPath in ConnectorCreateForm
* Resolve conversations
* Revert xPath
* Resolved conversations
* Resolved conversations
* Resolved conversations
* Deleted clickByJavaScript
* Refactored methods setConnectorConfig and setConfig, added alertMessage condition
Co-authored-by: Vlad Senyuta <66071557+VladSenyuta@users.noreply.github.com>
2022-10-20 12:29:39 +03:00
Hrant Abrahamyan
45aa4542ba
Migrate Schema details table to the new version of Table component ( #2708 )
...
* Migrate Schema details table to the new version of Table component
* change get row ogigin data from fixtures
2022-10-19 21:36:33 +04:00
David
15e7fc42d2
Migrate Topic Consumers page to new version of table component ( #2717 )
...
* Migrate Dashboard table to the new version on table components #2682
* Added universal component to the column section and added part of test #2682
* Added universal component for the all new tables in project #2682
* deleted color argument on LinkCell component
* deleted link on topic count
* Migrate Topic Consumers page to new version of table component #2681
Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
2022-10-19 21:31:18 +04:00
David
6581ee605b
Migrate Topic Overview to the new version of table #2684 ( #2704 )
...
* Migrate Topic Overview to the new version of table #2684
* changed Dropdown Toggle visibility to disabled and fixed test
* changed drop down button disabled rule
* deleted cleanUpPolicy form the some tests
Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
2022-10-19 21:27:06 +04:00
Aditya Bhattad
0e4a314082
Topic messages: rename "content" to "value" ( #2765 )
2022-10-19 21:24:19 +04:00
Ilya Kuramshin
63b6bb3fa1
ISSUE-2202: smart filters headers test added ( #2763 )
2022-10-17 16:24:14 +04:00
Roman Zabaluev
2b5dd270e2
Implement Connectors sorting / backend ( #2291 )
...
Co-authored-by: Artem Kazlanzhy <akazlanzhy@provectus.com>
2022-10-14 13:16:29 +04:00
dependabot[bot]
37f1d2254e
Bump jwalton/gh-docker-logs from 2.2.0 to 2.2.1 ( #2745 )
...
Bumps [jwalton/gh-docker-logs](https://github.com/jwalton/gh-docker-logs ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/jwalton/gh-docker-logs/releases )
- [Changelog](https://github.com/jwalton/gh-docker-logs/blob/master/.releaserc )
- [Commits](https://github.com/jwalton/gh-docker-logs/compare/v2.2.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: jwalton/gh-docker-logs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-14 13:01:19 +04:00
dependabot[bot]
6a2b9cc593
Bump pnpm/action-setup from 2.2.2 to 2.2.3 ( #2746 )
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v2.2.2...v2.2.3 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-14 12:49:07 +04:00
Narekmat
09e06e7854
Add workflows for helm release ( #2632 )
...
* add workflows
* fix
* add flow
* fix
* change names
* add comments
* fix helm.yaml file
* fix helm.yaml
* fix helm.yaml
* fix realse-helm.yaml
2022-10-14 12:29:34 +04:00
Ilya Kuramshin
8b91f50af5
Smart filter offset binding ( #2732 )
...
* adding "offset" var to smart filter binding
Co-authored-by: iliax <ikuramshin@provectus.com>
2022-10-13 22:41:43 +04:00
Ilya Kuramshin
19e38fb1bf
Msk serverless support (BE) ( #2737 )
...
Msk serverless support:
1. ReactiveAdminClient.loadBrokersConfig returns empty map if configs retrieval not supported by kafka backend
2. ReactiveAdminClient.toMone exception unwrapping added
3. FeatureService delete topics enabled set true by default
4. TopicCreationDTO.replicationFactor made optional
Co-authored-by: iliax <ikuramshin@provectus.com>
2022-10-13 22:30:07 +04:00
David
0939d6140f
Migrate Dashboard table ( #2694 )
...
* Migrate Dashboard table to the new version on table components #2682
* Added universal component to the column section and added part of test #2682
* Added universal component for the all new tables in project #2682
* deleted color argument on LinkCell component
* deleted link on topic count
Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
2022-10-10 19:36:53 +04:00
Kris-K-Dev
7d5b7de992
#2325 Make connectors table rows clickable and #2076 Implement connec… ( #2689 )
...
* #2325 Make connectors table rows clickable and #2076 Implement connectors sorting
* #2325 fix status sorting
* fix ConnectorsTests
* #2325 code review
* #2325 add test coverage
* #2325 code review fix
* #2325 fix redirects for topics
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: VladSenyuta <vlad.senyuta@gmail.com>
2022-10-07 11:20:22 -04:00
Hrant Abrahamyan
80eb2dccfe
Unify tabs placement ( #2637 )
...
* Unify tabs placement
* moved topic page pane
* change
* remove topic pane change
* fix ConnectorsTests
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: VladSenyuta <vlad.senyuta@gmail.com>
2022-10-07 17:04:21 +04:00