* Add failover support for Schema Registry
* Base schema id on primary node
* Made code thread safe
* Remove unnecessary synchronize
* Remove duplicated url field with InternalSchemaRegistry
* Fix maven warnings about dynamic versioning (#1559)
* Bump @types/react-redux from 7.1.18 to 7.1.22 in /kafka-ui-react-app (#1462)
Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.18 to 7.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-redux)
---
updated-dependencies:
- dependency-name: "@types/react-redux"
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>
* Bump @types/jest from 27.0.3 to 27.4.0 in /kafka-ui-react-app (#1458)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.3 to 27.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
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>
* Console banner updated (#1319)
* banner changed to fix new name
* width adjusted to 80 to fit all terminals
Co-authored-by: iliax <ikuramshin@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add an example for SSL w/ kafka (#1568)
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Ruslan Ibragimov <ruibragimov@provectus.com>
* Smart filters: Groovy script messages filter implementation (reopened) (#1547)
* groovy script messages filter added
* ISSUE-943: Topic messages tailing implementation (#1515)
* Topic messages tailing implementation
* Implemented topics sorting by size (#1539)
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* [ISSUE-1512]Added sorting by topics size
* [ISSUE-1512]Added sorting by topics size
* Add sort by Size.Refactoring sort order
* correct a little mistake
* Improve test coverage
* got rid code dupliction
* refactoring
Co-authored-by: ValentinPrischepa <valentin.prischepa@gmail.com>
Co-authored-by: Anton Zorin <ant.zorin@gmail.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
* Implement recreating a topic
* [ISSUE-998][backend] Add functionality to re-create topic in one click
* [ISSUE-998][backend] Add functionality to re-create topic in one click
* [ISSUE-998][backend] Add functionality to re-create topic in one click
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* Run the app in the container as a non-root user (#1575)
* Run as a non-root user. Fixes#1555
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Fix line break
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Ruslan Ibragimov <94184844+5hin0bi@users.noreply.github.com>
* [FIXED issue/1545] added feedback to the user when a message content is copied to clipboard (#1570)
* added alert after "Copy to clipborad"
* moved main logic to useDataSaver
* fixed typographical mistake
* updated useDataSaver test
* made adaptive heigth in connectors config component (#1583)
Co-authored-by: Anton Zorin <zorii4@Antons-MacBook-Pro.local>
* Bump http-proxy-middleware from 2.0.1 to 2.0.3 in /kafka-ui-react-app (#1579)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.1...v2.0.3)
---
updated-dependencies:
- dependency-name: http-proxy-middleware
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>
* Allow running sonar within PR of a fork (#1581)
* Allow running sonar within PR of a fork
* remove github token from envs on mvn verify
* Wrap failover in Mono.as
* Use failoverable uri instead of primary node one for accessing the schemaregistry
* Added urls to similarly named configureWebClient methods
Co-authored-by: Jonas Geiregat (31198) <jonas.geiregat@tvh.com>
* Issue #1472 Added protection to prevent infinite loops when connection is in error with zookeeper
* Issue #1472 Added protection to prevent infinite loops when connection is in error with zookeeper
* Issue #1472 Added protection to prevent infinite loops when connection is in error with zookeeper
* Issue #1472 corrected checkStyle error
* Issue #1472 corrected bug
* Get rid of a successful test
this will always fail since it's not an integration test
* Fix test
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* live tailing
* addind test case
* fixing useffect array deps
* adding test cases for select
* adding test cases for filters
* deleting unused code
* adding test case for filter
* Code optimisations
Co-authored-by: German Osin <germanosin@Germans-MacBook-Pro.local>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: German Osin <germanosin@Germans-MBP.lan>
* #867: add a view for comparing schema versions
* fixing test for diff component
* adding color to lines which are different in versions
* adding function to determine schema type and display correct format when comparing versions
* removing unneccessary style
* changing fetch approach and fixing test issue
* fixinf schema versions comparision path change approach
* remove unnecessary code
* removing enzyme,removing direct use of Colors and adding dispatch to array of deps
* added requested changes
* makeing requested changes
Co-authored-by: NelyDavtyan <ndavtyan@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: NelyDavtyan <96067981+NelyDavtyan@users.noreply.github.com>
* Fixed minor issues
* fixed review bug
* fixed bug
Co-authored-by: German Osin <germanosin@Germans-MacBook-Pro.local>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* got rid of react-hooks/exhaustive-deps errors - part 1
* got rid of react-hooks/exhaustive-deps errors in useSearch
* got rid of react-hooks/exhaustive-deps errors in Filters
* got rid of react-hooks/exhaustive-deps errors in ResetOffsets
* got rid of react-hooks/exhaustive-deps errors in Filters
* got rid of react-hooks/exhaustive-deps errors in Breadcrumbs
* got rid of react-hooks/exhaustive-deps errors in DynamicTextButton
* got rid of react-hooks/exhaustive-deps errors in useDataSaver
* got rid of react-hooks/exhaustive-deps errors in ResultRenderer
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>