dependabot[bot]
a35982081f
Bump ace-builds from 1.4.12 to 1.4.13 in /kafka-ui-react-app ( #1162 )
...
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds ) from 1.4.12 to 1.4.13.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases )
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt )
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.12...v1.4.13 )
---
updated-dependencies:
- dependency-name: ace-builds
dependency-type: direct:production
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>
2021-12-17 21:10:27 +03:00
dependabot[bot]
5b9c30d4c6
Bump @types/react from 17.0.34 to 17.0.37 in /kafka-ui-react-app ( #1151 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.34 to 17.0.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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>
2021-12-17 21:03:35 +03:00
dependabot[bot]
9570425b95
Bump redux from 4.1.1 to 4.1.2 in /kafka-ui-react-app ( #1167 )
...
Bumps [redux](https://github.com/reduxjs/redux ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/reduxjs/redux/releases )
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reduxjs/redux/compare/v4.1.1...v4.1.2 )
---
updated-dependencies:
- dependency-name: redux
dependency-type: direct:production
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>
2021-12-17 20:51:44 +03:00
dependabot[bot]
29147eb134
Bump eslint-plugin-react-hooks in /kafka-ui-react-app ( #1156 )
...
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
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>
2021-12-17 20:50:57 +03:00
dependabot[bot]
3c7910a20a
Bump react-ace from 9.4.3 to 9.5.0 in /kafka-ui-react-app ( #1112 )
...
Bumps [react-ace](https://github.com/securingsincity/react-ace ) from 9.4.3 to 9.5.0.
- [Release notes](https://github.com/securingsincity/react-ace/releases )
- [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md )
- [Commits](https://github.com/securingsincity/react-ace/compare/v9.4.3...v9.5.0 )
---
updated-dependencies:
- dependency-name: react-ace
dependency-type: direct:production
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>
2021-12-17 20:50:29 +03:00
Oleg Shur
4b730eb288
[ISSUE 1046] UI allows to submit message with empty key & value ( #1264 )
...
* [ISSUE 1046] UI allows to submit message with empty key & value
* Update Contract
2021-12-17 20:44:13 +03:00
Oleg Shur
816e30d6b2
Linting ( #1271 )
2021-12-17 20:14:48 +03:00
Oleg Shur
a170cce4fa
Fix specs ( #1267 )
2021-12-17 12:59:58 +03:00
NelyDavtyan
2d40c3eac1
Issues/1228 Increased length of the sorting box to make the title readable like for 'Latest first' there, make all labels Title Case in popup menus. ( #1263 )
...
* Make all labels Title Case in popup menus.
* Increased length of the sorting box to make the title readable like for 'Latest first' there.
* Update kafka-ui-react-app/src/components/common/Select/Select.styled.ts
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
2021-12-17 11:46:27 +04:00
NelyDavtyan
65d648419c
Fixed issue of partition shrink of the drop-down list in the search bar. ( #1259 )
2021-12-16 14:41:45 +03:00
Oleg Shur
7e5e8d9268
Redesign ( #1045 )
...
* Refactor topic creation
* Remove unused thunk
* Remove excess interface
* Add New page snapshot test
* Refactor new component tests
* Remove excess function
* Add typography variables and classes
* Add font families
* Implement custom button
* Get rid of enums
* Add theme
* Separate styles from logic
* Feature/layout redesign (#862 )
* Refactor pages general layout
* Refactor breadcrumbs
* Refactor brokers metrics
* Fix toggle position
Co-authored-by: azat.belgibayev <azat.belgibayev@almatech.dev>
* add redesigned new menu item
* remove styles from theme
* update tests
* fix local and app wide styles
* add tests
* Add theme
* Add types to the styles
* update menu item prop prefixes, minor fixes
* add theme styles, move interface, update test, snapshot
* add optional styling
* add isActive props, propagate component, update tests
* remove button
* Revert "remove button"
This reverts commit 4a9c87d8d8
.
* add tests for styled button
* remove ternary operator from style
* import styled from lib/
* Custom Inputs (#890 )
* Implement and test custom input
* Custom select (#896 )
* Implement custom select
* Fix Metrics component (#914 )
* Add styled table header cell component (#901 )
* Redesign menu (#918 )
* Finish styling menu
* Styled Table
* Fix styled table
* Allow custom buttons work as links
* Restyle Breadcrumb
* Topics list (#946 )
* Redesign pagination
* Fix styled components usage
* Topic messages (#959 )
* Topic Consumer Groups
* Message settings
* Finish styling indicators
* Style the dashboard
* Finish with the topics page
* Style consumer groups list
* Restyle the consumer group details
* Style alerts
* Style confirmation modal
* Update DangerZone.spec.tsx
* redesign schema registry
* Add Topic details snapshot
* Style Page Loader
* Style connectors list
* Style KSQL
* Remove all the classes from the styled components (#1049 )
* Redesign topic form (#1051 )
* Redesign connect details (#1053 )
* Update types for styled-components (#1054 )
* Redesign some minor forms in the app (#1062 )
* Fix alert styles
* Get rid of bulma/layout styles
* Fix form styling
* Custom Switch component
* fix border-radius property of metrick widgets
* get rid of warnings in tests
* use jest-styled-components
* cleanup
* get rid of some bulma modules
* refactor metrics component
* get rid of JSON-tree. Json Editor redesign
* update proxy config
* Refactor Alerts component (#1124 )
* Refactor tests (#1129 )
* App layout update (#1127 )
* ‘App-layout-update’
* toBeNull changed to toBeInDocument
* scss file removed
* App navbar layout update
* navbar test
* code smells local refactoring
* StyledMenuItem code smells refactoring
* StyledClusterTab code smells refactoring
* ConfirmationModalWrapper code smells refactoring
* input icon and label code smells refactoring
* navburger displaying fixed
* Get rid of classes
* fix code smells
* refactor styles
* refactor styles
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
* Refactored Cluster nav (#1147 )
* Update caniuse
* refactor Nav component
* Update sonars config
* refactor Nav component + specs
* Specs
* Feature/code smells removing (#1148 )
* StyledSelect code smell refactoring
* SecondaryTabs code smell refactoring
* TextareaStyled code smell refactoring
* TableStyled code smell refactoring
* StyledTableHeaderCell code smell refactoring
* Add custom render with theme provider wrapper for testing lib (#1152 )
* Added cleanupPolicy to topic details. Closes #999 (#1067 )
* Rename "latest first" to "oldest first"
* Switch to redux-toolkit. Refactoring (#1171 )
* Switch to redux-toolkit
* Fix #1207 (cherry-pick)
* refactor metrics (#1253 )
Co-authored-by: Azat Belgibayev <belg.azat@gmail.com>
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
Co-authored-by: azat.belgibayev <azat.belgibayev@almatech.dev>
Co-authored-by: sergei <scheremnov@provectus.com>
Co-authored-by: Alexander Krivonosov <31561808+GneyHabub@users.noreply.github.com>
Co-authored-by: Alina Miryuk <alinamiryuk@mail.ru>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2021-12-15 12:10:36 +03:00
Sergii Petrychenko
f5d421d9f0
Fix wrong connectors counter
...
* Changed connect counter
* Fix linter
Co-authored-by: Sergii Petrychenko <spetrichenko@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2021-12-14 16:12:34 +03:00
dependabot[bot]
452969ddf9
Bump reselect from 4.0.0 to 4.1.5 in /kafka-ui-react-app ( #1182 )
...
Bumps [reselect](https://github.com/reduxjs/reselect ) from 4.0.0 to 4.1.5.
- [Release notes](https://github.com/reduxjs/reselect/releases )
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reduxjs/reselect/compare/v4.0.0...v4.1.5 )
---
updated-dependencies:
- dependency-name: reselect
dependency-type: direct:production
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>
2021-12-09 17:47:52 +03:00
dependabot[bot]
5df5cfb6ff
Bump @types/lodash from 4.14.172 to 4.14.177 in /kafka-ui-react-app ( #1163 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.172 to 4.14.177.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
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>
2021-12-08 11:28:28 +03:00
dependabot[bot]
5f67326e8f
Bump use-debounce from 7.0.0 to 7.0.1 in /kafka-ui-react-app ( #1172 )
...
Bumps [use-debounce](https://github.com/xnimorz/use-debounce ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/xnimorz/use-debounce/releases )
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xnimorz/use-debounce/commits )
---
updated-dependencies:
- dependency-name: use-debounce
dependency-type: direct:production
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>
2021-12-07 19:37:25 +03:00
dependabot[bot]
f90433c82c
Bump react-datepicker from 4.2.0 to 4.5.0 in /kafka-ui-react-app ( #1165 )
...
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker ) from 4.2.0 to 4.5.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases )
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v4.2.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: react-datepicker
dependency-type: direct:production
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>
2021-12-06 16:15:09 +03:00
dependabot[bot]
3fa642564e
Bump @types/jest from 27.0.2 to 27.0.3 in /kafka-ui-react-app ( #1166 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 27.0.2 to 27.0.3.
- [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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 19:58:02 +03:00
Sergii Petrychenko
e36b228193
Fix npm generate on windows
...
Co-authored-by: Sergii Petrychenko <spetrichenko@provectus.com>
2021-12-03 18:09:23 +03:00
dependabot[bot]
736d5adb66
Bump prettier from 2.3.2 to 2.5.0 in /kafka-ui-react-app ( #1134 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.2 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.5.0 )
---
updated-dependencies:
- dependency-name: prettier
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>
2021-12-03 14:28:06 +03:00
dependabot[bot]
1d1683256e
Bump sass from 1.43.4 to 1.44.0 in /kafka-ui-react-app ( #1150 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.43.4 to 1.44.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.43.4...1.44.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:production
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>
2021-12-03 14:27:57 +03:00
dependabot[bot]
9e8cf14675
Bump @typescript-eslint/eslint-plugin in /kafka-ui-react-app ( #1153 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.29.1 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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>
2021-12-03 14:27:24 +03:00
dependabot[bot]
48f6780b10
Bump @types/react-dom from 17.0.9 to 17.0.11 in /kafka-ui-react-app ( #1154 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.9 to 17.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
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>
2021-12-03 14:27:01 +03:00
dependabot[bot]
57356b2862
Bump @testing-library/react from 12.0.0 to 12.1.2 in /kafka-ui-react-app ( #1157 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 12.0.0 to 12.1.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v12.0.0...v12.1.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:production
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>
2021-12-03 14:26:15 +03:00
dependabot[bot]
6134841dec
Bump eslint-import-resolver-typescript in /kafka-ui-react-app ( #1158 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-type: direct:production
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>
2021-12-03 14:25:54 +03:00
dependabot[bot]
8744d2879f
Bump @jest/types from 27.0.6 to 27.4.2 in /kafka-ui-react-app ( #1155 )
...
Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types ) from 27.0.6 to 27.4.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.4.2/packages/jest-types )
---
updated-dependencies:
- dependency-name: "@jest/types"
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>
2021-12-02 10:19:19 +03:00
dependabot[bot]
5d74d7f491
Bump @typescript-eslint/parser in /kafka-ui-react-app ( #1113 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.29.1 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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>
2021-12-02 10:09:47 +03:00
dependabot[bot]
1098386acf
Bump eslint-plugin-prettier from 3.4.0 to 4.0.0 in /kafka-ui-react-app ( #1115 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.4.0 to 4.0.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v4.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-02 09:57:52 +03:00
dependabot[bot]
302222e374
Bump json-schema-faker in /kafka-ui-react-app ( #1118 )
...
Bumps [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker ) from 0.5.0-rcv.39 to 0.5.0-rcv.40.
- [Release notes](https://github.com/json-schema-faker/json-schema-faker/releases )
- [Changelog](https://github.com/json-schema-faker/json-schema-faker/blob/master/CHANGELOG )
- [Commits](https://github.com/json-schema-faker/json-schema-faker/compare/v0.5.0-rcv.39...v0.5.0-rcv.40 )
---
updated-dependencies:
- dependency-name: json-schema-faker
dependency-type: direct:production
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>
2021-12-02 09:24:29 +03:00
dependabot[bot]
e1d46546a9
Bump @types/eventsource from 1.1.6 to 1.1.7 in /kafka-ui-react-app ( #1114 )
...
Bumps [@types/eventsource](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eventsource ) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eventsource )
---
updated-dependencies:
- dependency-name: "@types/eventsource"
dependency-type: direct:production
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>
2021-12-01 17:33:39 +03:00
dependabot[bot]
539b9a6aef
Bump @openapitools/openapi-generator-cli in /kafka-ui-react-app ( #1133 )
...
Bumps [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli ) from 2.4.15 to 2.4.18.
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases )
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc )
- [Commits](https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.4.15...v2.4.18 )
---
updated-dependencies:
- dependency-name: "@openapitools/openapi-generator-cli"
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>
2021-12-01 17:32:38 +03:00
dependabot[bot]
f1aa757836
Bump @types/uuid from 8.3.1 to 8.3.3 in /kafka-ui-react-app ( #1116 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 8.3.1 to 8.3.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
---
updated-dependencies:
- dependency-name: "@types/uuid"
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>
2021-12-01 16:28:20 +03:00
dependabot[bot]
f5561f881e
Bump yup from 0.32.9 to 0.32.11 in /kafka-ui-react-app ( #1119 )
...
Bumps [yup](https://github.com/jquense/yup ) from 0.32.9 to 0.32.11.
- [Release notes](https://github.com/jquense/yup/releases )
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jquense/yup/compare/v0.32.9...v0.32.11 )
---
updated-dependencies:
- dependency-name: yup
dependency-type: direct:production
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>
2021-12-01 16:19:14 +03:00
Oleg Shur
7213bbdf7a
Get rid of node-sass. Ability to run UI using proxy( #1099 )
...
* Get rid of node-sass
* Add an ability to run app using proxy
2021-11-17 12:57:38 +03:00
azatsafin
d6ada34a7e
fix health/readiness path
...
fix health/readiness path in order to align current development,
We decided to make specific health path to check service availability even if kafka-ui configured with authorization.
/actuator/health return 2XX codes despite of authorization settings
(cherry picked from commit b05bd69aa1
)
2021-11-16 03:20:26 +03:00
dependabot[bot]
53f9090135
Bump tar from 6.1.0 to 6.1.11 in /kafka-ui-react-app ( #1079 )
...
Bump eslint-import-resolver-node in /kafka-ui-react-app (#1087 )
Bump @types/react from 17.0.16 to 17.0.34 in /kafka-ui-react-app (#1055 )
Bump @types/jest from 26.0.24 to 27.0.2 in /kafka-ui-react-app (#910 )
Bump @types/node from 16.4.13 to 16.11.7 in /kafka-ui-react-app (#1088 )
Bump ts-node from 10.2.0 to 10.4.0 in /kafka-ui-react-app (#1006 )
Bump @types/react-datepicker from 4.1.4 to 4.3.0 in /kafka-ui-react-app (#1086 )
Bump eslint-plugin-import from 2.24.0 to 2.25.3 in /kafka-ui-react-app (#1087 )
Bump @types/node-fetch from 2.5.12 to 3.0.3 in /kafka-ui-react-app (#1004 )
Bump @hookform/resolvers from 2.7.1 to 2.8.3 in /kafka-ui-react-app (#1057 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kamila Alekbaeva <kalekbaeva@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2021-11-16 03:19:38 +03:00
Roman Zabaluev
7603199e53
Fix 4w time to retain selector value
2021-11-09 15:09:09 +03:00
Alexander Krivonosov
45a2fc2b47
Fix topics pagination ( #1041 )
...
* Fix topics search
2021-11-01 17:51:49 +03:00
Si Tang
c986bc178c
Sanitize credentials in Kafka Connector configs
...
* #980 : sanitize credentials in Kafka Connector configs. Add a warning to edit page when people try to edit configs with obfuscated field
* #980 : make sanitizer patterns configurable
* #980 fix using stream pattern
Co-authored-by: Si Tang <si@indeed.com>
2021-10-30 13:42:08 +03:00
Si Tang
7b62af1fa2
Hide 'Clear All Messages' button on topics with non-delete policy
...
* #992 : hide 'Clear All Messages' button on topics which are not delete policy, as it's not supported by AdminClient
* #992 remove console.log and use type
2021-10-27 15:10:57 +03:00
yamsroun
40fa5e63dc
Typo fixed (Gropup -> Group)
2021-10-27 13:04:36 +03:00
Alexander Krivonosov
cfa4e11506
Skip schema validation if type is string
2021-10-26 14:39:55 +03:00
Alexander Krivonosov
9eb96dc59a
Fix custom params list after removing ( #1011 )
2021-10-25 15:22:48 +03:00
Roman Zabaluev
77226a2144
Support "compact,delete" cleanup policy ( #983 )
...
* Fix #973
* Fix topic edition errors
Fixed two errors
1. The error with cleanup policy. Since some of the custom params (like, cleanup policy) are moved to the general form, we were not supposed to add them to the custom params section. Added filtration for this.
2. Fixed the variable name for Min In Sync Replicas to match the name in the contract
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-10-25 13:40:50 +03:00
Stuart Hinson
cf3708a3e1
Sort topic params ( #994 )
2021-10-25 13:36:52 +03:00
Si Tang
547863fdb2
Fixed protobuf schema rendering
...
Fixed the duplicate key problem on schema list
Co-authored-by: Si Tang <si@indeed.com>
2021-10-15 16:16:45 +03:00
Si Tang
ad19571eca
Make schema definitions collapsible
...
and set max lines for displaying schemas (#905 ) (#963 )
Co-authored-by: Si Tang <si@indeed.com>
2021-10-13 15:54:43 +03:00
Alexander Krivonosov
e8fb5d3241
Fix message validation ( #957 )
2021-10-11 13:33:55 +03:00
Marat Chukmarov
d5289e1d13
[hotfix]: typo in consumer groups error message ( #952 )
...
Co-authored-by: Марат Чукмаров <mchukmarov@infotech.team>
2021-10-09 15:31:34 +03:00
Alexander Krivonosov
fe0294798c
Update Filters.tsx ( #913 )
2021-09-29 12:25:17 +03:00
Alexander Krivonosov
0a2316c515
Fix consumer groups page ( #891 )
2021-09-18 09:40:19 +03:00