Sofia Shnaidman
1a1c877e50
Updated offset parameters for topic messages search.
2020-12-10 16:19:29 +03:00
Sofia Shnaidman
5304a84dd3
Updated locked lib versions.
2020-12-10 15:27:22 +03:00
Oleg Shur
f5ed4a4d1b
Merge pull request #133 from provectus/chore/update_react
...
[CHORE] Update dependencies. Clean linter warnings
2020-12-07 14:46:09 +03:00
Oleg Shuralev
376c25ab05
[CHORE] Update React to v17
2020-12-07 14:08:50 +03:00
Oleg Shuralev
7ac9f6d038
[CHORE] Update dependencies. Clean linter warnings
2020-12-02 17:33:59 +03:00
soffest
dd26014be1
Fixed api base path in react app. ( #131 )
...
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-12-02 16:54:35 +03:00
soffest
4ec0422357
Brokers, Topic details: Display disk usage. ( #129 )
...
* Display brokers disk usage.
* Fixed disk usage alignment.
* Added disk usage to topic details.
* Updated metrics wrapper props.
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-11-30 15:48:08 +03:00
Azat Mutigullin
ead4789cff
[FE] Simplify Eslint config
2020-11-24 14:10:47 +03:00
Azat Mutigullin
effe0603d6
[FE] After merge fixes
2020-11-23 14:47:40 +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
Azat Mutigullin
cba12d4ff4
[FE] Fix eslint errors
2020-11-11 12:36:44 +03:00
soffest
fb67b538c6
Feature#94 Added submit button to handle messages filter change. ( #107 )
...
* Added submit button to handle messages filter change.
* Using memoized callback for messages filtering.
2020-11-10 17:44:54 +03:00
soffest
cee189a861
Feature#108: Topic message content tree view ( #110 )
...
* Implemented topic message content tree view.
* Cleanup.
* Attempt to fix build.
2020-11-10 13:38:19 +03:00
soffest
15c818fa70
Merge pull request #113 from provectus/bugfix/topic-create-update-callback
...
Prevent redirect to topic details before topic create/update response arrives.
2020-11-10 13:16:19 +03:00
Sofia Shnaidman
6673bd53c4
Prevent redirect to topic details before topic create/update response arrives.
2020-11-09 11:20:17 +03:00
Sofia Shnaidman
7d5af72bb9
Added cluster status to sidebar.
2020-11-03 00:10:48 +03:00
azatsafin
abae56b3d0
added dotenv npm package to get param from .env ( #102 )
...
Co-authored-by: Azat Safin <asafin@Azats-MacBook-Pro.local>
2020-09-16 12:05:18 +03:00
German Osin
a4f1908fb6
Small fixes
2020-08-18 14:01:06 +03:00
German Osin
8057dc123f
Fixed bugs ( #90 )
...
* Fixed bugs
* More fixes
2020-08-03 15:40:58 +03:00
maxim_tereshin
7b61a9b51d
Fix timestamp search ( #75 )
2020-07-07 14:23:27 +03:00
maxim_tereshin
be2d38133d
Topic messages filtering paginating ( #72 )
...
* Add filtering and pagination for topic messages
* Add delay to search query, momoize some functions
* Add partition selection
2020-07-07 12:45:34 +03:00
maxim_tereshin
f71c601d0d
Add filtering and pagination for topic messages ( #66 )
...
* Add filtering and pagination for topic messages
* Add delay to search query, momoize some functions
2020-07-02 14:29:12 +05: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
soffest
0815739d79
Consumer group details view. ( #18 )
...
* Added concumer groups list with search.
* Added consumer group details view.
* Minor tweaks.
* Backend group details (#19 )
* temp result commit
* consumer group details api done
* fixes
* changed calls from loop into vars, changed foreach to map
* changes
* removed redundant import
* Refactoring, fixed contract
* Fixed useless group query
* fix-consumer-groups-retaining-cluster-on-cluster-switch
Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Azat Gataullin <gataniel@gmail.com>
* Add loader, fix details
* Add empty text for consumer groups
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
Co-authored-by: Roman Nedzvetskiy <gmcodemail@gmail.com>
Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Azat Gataullin <gataniel@gmail.com>
Co-authored-by: Maxim Tereshin <tereshin93@gmail.com>
2020-05-21 14:09:59 +03:00
Azat Gataullin
42085b5f07
fix-routes-for-details ( #45 )
2020-05-05 15:03:44 +03:00
Azat Gataullin
2d45c488f9
Enhancement/improve time to retain usability v2 ( #35 )
...
* enhancement/improve-time-to-retain-usability
* add-btn-controls-for-time-to-retain-for-topics
2020-04-28 14:21:36 +03:00
Azat Gataullin
3c5b46bd76
fix-bug-topic-not-creatable-when-no-custom-params ( #37 )
...
* fix-bug-topic-not-creatable-when-no-custom-params
* remove-linter-changes-to-cleanup-PR
2020-04-28 14:18:22 +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
Azat Gataullin
ef1edba34b
Merge pull request #27 from provectus/issue-14/update-custom-params-key-to-work-as-object-not-array
...
issue-14/update-custom-params-key-to-work-as-object-not-array
2020-04-20 12:41:53 +03:00
Azat Gataullin
1fe6ec611c
redesign-topics-adding-custom-params-design
2020-04-16 17:23:05 +03:00
Azat Gataullin
df6884e575
issue-14/update-custom-params-key-to-work-as-object-not-array
2020-04-16 14:31:35 +03:00
Azat Gataullin
c17d8bfc28
enhancement/24-remove-extra-git-add
2020-04-14 15:35:14 +03:00
Azat Gataullin
2966881d69
enhancement/24-remove-extra-command-in-lint-staged
2020-04-14 15:33:59 +03:00
Azat Gataullin
0d9a6abc91
Update kafka-ui-react-app/package.json
...
Co-Authored-By: Gafiatullin Roman <rgafiatullin@provectus.com>
2020-04-14 15:30:51 +03:00
Azat Gataullin
fd6296fa9a
enhancement/24-add-husky-and-other-scripts
2020-04-13 13:26:48 +03:00
Azat Gataullin
78377d4321
enhancement/24-use-arbnb-setup
2020-04-13 13:26:44 +03:00
Azat Gataullin
a2ad214ccf
enhancement/24-init-standard-eslint
2020-04-13 13:09:31 +03:00
Azat Gataullin
e4dbebbc20
Merge branch 'master' into feature/14-add-custom-params-for-topics-creation
2020-04-10 17:00:34 +03:00
Azat Gataullin
3c4c9c1ef9
feature/14-code-cleanup
2020-04-09 20:04:39 +03:00
Azat Gataullin
3e174e8a44
issue/21-topic-form-make-time-to-retain-customizable
2020-04-09 17:05:44 +03:00
Azat Gataullin
0e7f75bf21
feature/14-cleanup
2020-04-09 13:36:43 +03:00
Azat Gataullin
1109240169
feature/14-add-custom-params-for-topics-creation
2020-04-09 13:32:46 +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
Sofia Shnaidman
8e58a0895d
Merge branch 'master' of github.com:provectus/kafka-ui into improvement/6-remove-disk-system-dashboards
2020-03-11 11:15:08 +03:00
Sofia Shnaidman
7b151d50ca
Removed disk/system dashboards.
2020-03-04 17:41:11 +03:00
Sofia Shnaidman
cf645e9fe4
Implemented ISR & OSR display. Updated mock.
2020-03-04 17:23:25 +03:00
Zhenya Taran
8b64575bd5
use cluster name instead of cluster id
2020-03-01 16:07:33 +02:00