Oleg Shuralev
0595f23434
[CHORE] Refactor Topics section
2021-03-16 00:03:02 +03:00
Oleg Shuralev
449bf56f8f
Split thunks on files. Refactoring
2021-03-16 00:02:54 +03:00
Azat Mutigullin
715b0da3f8
Use getType in reducers
2021-02-28 22:41:19 +03:00
Oleg Shur
ddc784559d
Get rid of redundant enums ( #186 )
...
* [CHORE] Get rid of redundant ActionType enum
* [CHORE] Get rid of redundant FetchStatus enum
* [CHORE] Get rid of redundant CustomParamButtonType enum
2021-02-11 16:29:18 +03:00
Guzel738
10a27ba60e
Messages component refactoring ( #174 )
...
* ISSUE-169 Sort topics (#172 )
* Messages Table component created
* Messages component refactored
* MessageItem component fixed
* MessageItem component updated
* MessageItem component refactored
Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
2021-02-05 16:53:41 +03:00
Azat Mutigullin
ead4789cff
[FE] Simplify Eslint config
2020-11-24 14:10:47 +03:00
Azat Mutigullin
058c156144
Merge remote-tracking branch 'origin/master' into enhancement/fix-eslint-errors
...
# Conflicts:
# kafka-ui-react-app/package-lock.json
# kafka-ui-react-app/src/components/Brokers/Brokers.tsx
# kafka-ui-react-app/src/components/Brokers/BrokersContainer.ts
# kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClusterWidget.tsx
# kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx
# kafka-ui-react-app/src/components/Topics/Details/DetailsContainer.ts
# kafka-ui-react-app/src/components/Topics/Details/Messages/Messages.tsx
# kafka-ui-react-app/src/components/Topics/List/ListItem.tsx
# kafka-ui-react-app/src/components/Topics/New/NewContainer.ts
# kafka-ui-react-app/src/components/Topics/TopicsContainer.ts
# kafka-ui-react-app/src/redux/actions/actions.ts
# kafka-ui-react-app/src/redux/api/clusters.ts
# kafka-ui-react-app/src/redux/api/consumerGroups.ts
# kafka-ui-react-app/src/redux/api/topics.ts
# kafka-ui-react-app/src/redux/interfaces/broker.ts
# kafka-ui-react-app/src/redux/interfaces/topic.ts
# kafka-ui-react-app/src/redux/reducers/clusters/selectors.ts
# kafka-ui-react-app/src/redux/reducers/topics/reducer.ts
2020-11-23 14:39:34 +03:00
soffest
494443bb08
OpenAPI integration for kafka-ui frontend ( #120 )
...
* Added react openapi gen
* Integrated Openapi to React
Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-11-20 14:16:27 +03:00
Azat Mutigullin
be4b9543ce
[FE] Use id field for keys
2020-11-12 18:21:21 +03:00
maxim_tereshin
f974febb5f
Add topic messages UI ( #61 )
2020-06-16 12:46:51 +03:00
Sergey Zakirov
128c0d2e92
Topic settings editing ( #55 )
...
* Topic editing
* Remove old code
* Implement unique field name select
* Final changes to topic editing
* Cleanup eslint.json
2020-06-16 12:24:24 +03: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