Azat Mutigullin
083e3f7de0
Improve eslint configuration ( #385 )
...
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
2021-04-22 14:50:06 +03:00
Oleg Shur
d471759b79
Cleanup styling ( #365 )
2021-04-09 14:29:39 +03:00
Rustam Gimadiev
7bc01811c3
Display info about app version ( #335 )
...
* inject VERSION to npm build
* [issues#315] add new component VersionApp. Display application version in UI
* [CHORE] Adds info about app vesrsion
* fix mvn envs
* [CHORE] Cleanup and specs
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
2021-04-05 13:44:08 +03:00
Oleg Shur
46cec171e3
[CHORE] Alerts ( #240 )
2021-04-03 20:34:21 +03:00
Oleg Shur
1769a7a0fc
[CHORE] Schema Registry UI Improvements. Cleanup ( #237 )
...
* createSchema thunk throws an error for unsuccesfull response
* refactor PageLoader common component
* fix error on details page of schema reg section load
* refactor index page for schema reg
* refactoring
* Add cluster wrapper + cleanup
2021-03-11 15:22:03 +03:00
Oleg Shur
3bc9447cc7
Schema Registry Views ( #195 )
...
* Schema Registry index page https://github.com/provectus/kafka-ui/pull/183
* Schema Registry show page https://github.com/provectus/kafka-ui/pull/196
* Specs https://github.com/provectus/kafka-ui/pull/208
* New JsonViewer common component
2021-02-24 15:05:05 +03:00
Azat Gataullin
5d0b783abb
issue-31/add-ui-prefix-for-react-routes ( #34 )
...
* issue-31/add-ui-prefix-for-react-routes
* added route for /ui path (#40 )
Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
Co-authored-by: Roman Nedzvetskiy <gmcodemail@gmail.com>
Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
2020-04-28 14:17:52 +03:00
soffest
c26edd1316
WIP: Consumer groups list with search. ( #17 )
...
* Added concumer groups list with search.
* added endpoint for group consumers
* removed redundand code and imports
* changed method to async mono
* method located better
* changes after review
* changed foreach to map
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
2020-04-07 11:15:48 +03:00
Zhenya Taran
8b64575bd5
use cluster name instead of cluster id
2020-03-01 16:07:33 +02:00
Yevgen Taran
498eb96bee
Feature/backend init ( #3 )
...
* move react-app to its own folder inside project
* move backend to kafka-ui repo
* setup react inside netty
* make application ready in 2 commands
* update readme
* update readme
* update readme
* update readme
* update profiles for application start inside (sdp profile) and outside docker (local profile)
* broker metrics endpoint
* topics endpoint start commit
* topics details endpoint start commit //
dependencies and versions fix
* small pom updates //
continue review fixes
* fix review issues //
save errors //
save connections and update connection logic //
save jmx, zookeeper, kafka statuses //
error with getting one topic doesn't fail others //
async metrics processing //
cluster data storage refactoring
* properties version extracting
* properties versions
* topic details
* remove jmx, topic details, topic configs
* create topic
* final fixes, topic creation
* topic creation ui fixes
* add check for cases when cluster is offline
2020-02-27 15:55:53 +03:00