Guzel Kafizova
0a0b79ec55
[Issue-137] directory mock removed
2021-01-18 12:28:06 +03:00
Oleg Shur
4d8ef5e61f
Merge pull request #153 from provectus/update-kafka-ui-react-app-readme
...
Updated readme for react app
2021-01-18 11:26:58 +03:00
Roman Gafiatullin
ce749f480a
Update readme
2021-01-12 21:57:01 +03:00
soffest
fbc2ab306e
Issue#149 Fixed consumer groups pages. ( #150 )
...
* Fixed consumer groups pages.
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-12-25 18:27:09 +03:00
soffest
4bd5f7d9da
Fixed topic message search params after navigation to next page. ( #140 )
...
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-12-15 15:26:37 +03:00
German Osin
181ae1fe45
Merge branch 'master' of github.com:provectus/kafka-ui
2020-12-14 13:09:18 +03:00
German Osin
29887cb4e0
Hot fix polling
2020-12-14 13:08:57 +03:00
azatsafin
e7d6ad65e0
Merge pull request #139 from provectus/kafka-ui-fix-buid
...
Fixing release build.
2020-12-10 15:49:28 +03:00
Sofia Shnaidman
5304a84dd3
Updated locked lib versions.
2020-12-10 15:27:22 +03:00
azatsafin
f4e919ecc5
Update Jenkinsfile
2020-12-10 14:05:33 +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
azatsafin
d810db1399
Merge pull request #136 from provectus/investigate-jenkins-build-failures
...
JenkinsFile
2020-12-07 12:48:08 +03:00
azatsafin
322482b08e
Update Jenkinsfile
2020-12-07 12:09:20 +03:00
Azat Safin
c38f8194b5
Increase memory limits
2020-12-06 15:51:17 +03:00
Azat Safin
0bbdddf5a0
Increase memory limits
2020-12-06 15:24:56 +03:00
Azat Safin
36218057dc
Increase memory limits
2020-12-06 15:23:45 +03:00
Azat Safin
8287bbdb49
Increase memory limits
2020-12-06 15:12:07 +03:00
Azat Safin
1f43ebe9bb
Increase memory limits
2020-12-06 13:41:22 +03:00
Azat Safin
254efa283f
Increase memory limits
2020-12-06 13:28:46 +03:00
Azat Safin
6189db594e
Increase memory limits
2020-12-06 13:08:59 +03:00
Azat Safin
768fd14a88
Increase memory limits
2020-12-06 13:06:45 +03:00
Azat Safin
d2524ac868
JenkinsFile
2020-12-06 12:28:39 +03:00
azatsafin
d598a57ce2
Update Jenkinsfile
2020-12-03 15:49:27 +03:00
azatsafin
25047aefd1
Update Jenkinsfile
2020-12-03 15:46:45 +03:00
azatsafin
af9fc5b665
Update Jenkinsfile
2020-12-03 15:31:47 +03:00
German Osin
cbc54f8416
Added custom properties & fixed reset policy ( #134 )
...
* Added custom properties support
2020-12-02 21:47:57 +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
1a7aed10b6
Merge pull request #123 from whotake/enhancement/simplift-eslint-config
...
[FE] Simplify Eslint config
2020-11-26 13:51:58 +03:00
Azat Mutigullin
ead4789cff
[FE] Simplify Eslint config
2020-11-24 14:10:47 +03:00
Azat Mutigullin
3c4ccf9eb4
Merge pull request #117 from whotake/enhancement/fix-eslint-errors
...
[FE] Fix eslint and prettier errors
2020-11-24 13:25:15 +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
soffest
9fd3697062
Kafka ui contract: Updated schemas required props. ( #119 )
...
* Updated schemas required props.
* Renamed long to int64 params
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
Co-authored-by: German Osin <german.osin@gmail.com>
2020-11-19 15:38:28 +03:00
Azat Mutigullin
be4b9543ce
[FE] Use id field for keys
2020-11-12 18:21:21 +03:00
German Osin
d593e6f70e
Fixed empty protobuf file
2020-11-12 14:16:43 +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
azatsafin
3350c1fb80
Update Jenkinsfile ( #112 )
...
* Update Jenkinsfile
2020-11-10 14:10:08 +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
German Osin
238631ac0c
Protobuf support ( #116 )
...
* Added schema registry protobuf support
* Fixed detection
* Added support for local protobuf file
* Fixed minor issues
2020-11-10 09:43:28 +03:00
German Osin
3c196587a3
Fixed metrics and stats endpoints ( #115 )
2020-11-09 20:25:48 +03:00
soffest
3649188d75
Merge pull request #111 from provectus/feature/cluster-status-in-sidebar
...
Feature#49 Added cluster status to sidebar.
2020-11-09 14:33:25 +03:00
German Osin
198c97403f
Update topic info after create/update ops ( #114 )
2020-11-09 14:24:45 +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
b09af5c185
Merge branch 'master' of github.com:provectus/kafka-ui into feature/cluster-status-in-sidebar
2020-11-03 00:13:27 +03:00