Oleg Shur
a94697c6af
replace enzyme with testing library ( #1909 )
...
* Removed two enzyme test with testing-library tests
* Got rid of enzyme and wrapper in List.spec.tsx
* Got rid of enzyme and wrapper in ListItem.spec.tsx
* Got rid of enzyme and wrapper in BytesFormatted.spec.tsx
* Got rid of enzyme and wrapper in ConfirmationModal.spec.tsx
* Got rid of enzyme and wrapper in Tabs.spec.tsx
* Got rid of enzyme and wrapper in Actions.spec.tsx
* Got rid of enzyme and wrapper in ListItem.spec.tsx
* Got rid of enzyme and wrapper in FiltersContainer.spec.tsx
* Got rid of enzyme and wrapper in ListItem.spec.tsx
* Got rid of Enzyme in a two more files
* Got rid of Enzyme in testHelpers.tsx
* Got rid of snapshots
* Three wrappers replaced with render from testHelpers
* Testing id replaced
* Fixed linter warnings
* Got rid of testIds
* Got rid of unnecessary containers and ...queryBy functions
* Got rid of dublicated ...getByRole functions
* Got rid of dublicated more than two times ...getByText functions
* Got rid of unused imports
* Got rid of unused import
* Desciptions fixed
* Got rid of providers
* Got rid of unused imports
* package-lock.json reverted
* Refactor Actions component specs
* Get rid of TestRouterWrapper
* Refactor specs
* Refactor specs
* linting
Co-authored-by: k.morozov <k.morozov@ffin.ru>
Co-authored-by: lazzy-panda <grifx.design@gmail.com>
2022-05-11 01:36:25 +03:00
Arsen Simonyan
b511b8cdda
display a human-readable error message for topic custom parameers value field ( #1896 )
2022-05-04 10:47:51 +04:00
Arsen Simonyan
bd9292e8a9
Add positive notifications after some successful actions. ( #1830 )
...
* add some positive notifications after successful actions
* some improvements
* improve alerts reducer tests
2022-05-04 10:47:51 +04:00
Arsen Simonyan
3d04007883
Transform redux connect reducer and actions into toolkit slice. ( #1883 )
...
* integrate redux toolkit for connects
* uncomment test case
* remove unnecessary comment
* reduce duplication
2022-05-04 10:47:51 +04:00
Kirill Morozov
deddf09ed4
Сlone topic functionality (FE) ( #1825 )
...
* Added Copy button in list of topics
* Added copy topic functionality
* Whitespaces removed
* Removed extra string wrapper
* Copy component removed, routing fixed, tests fixed
* Ternary and returning null removed
* Dublicated code refactored
* Added tests for ternary header
* Added enum for the form fields
Co-authored-by: k.morozov <k.morozov@ffin.ru>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-04-22 16:51:00 +03:00
Robert Azizbekyan
2a0c8176ab
Fix KSQLDB breadcrumbs spelling ( #1843 )
...
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-04-22 04:38:06 +04:00
Mgrdich
6eb6bb1d7e
Smart filters improvements ( #1814 )
...
* Add Filters add button and remove the Add Filter Icon
* Generalize DeleteFilterModal and write tests suites + add custom addModal hook
* add react-testing-hook-lib + add tests to useModal hook
* Add parameter to ConfirmationModal + remove delete Modal add generic modal in add filter page
* implementing the modal hook on add Filter
* Finalize the Smart Filters functionality
* Styling code modifications
* Styling code modifications
* Filters styling code modifcations
* minor modifications in the tests suites
* minor tests suites description modifications
* minor tests suites code modifications
* Adding unNamed Filter selection option + tests suites
* Fix typo
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Adding tests Wuites to AddEditFilterContainer and to addFilter
* Add Filters add button and remove the Add Filter Icon
* Generalize DeleteFilterModal and write tests suites + add custom addModal hook
* add react-testing-hook-lib + add tests to useModal hook
* Add parameter to ConfirmationModal + remove delete Modal add generic modal in add filter page
* implementing the modal hook on add Filter
* Finalize the Smart Filters functionality
* Styling code modifications
* Styling code modifications
* Filters styling code modifcations
* minor modifications in the tests suites
* minor tests suites description modifications
* minor tests suites code modifications
* Adding unNamed Filter selection option + tests suites
* Fix typo
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Adding tests Wuites to AddEditFilterContainer and to addFilter
* q parameter modifications in the SmartFilters
* Add popup close functionality after applying the filters
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-04-18 14:14:53 +04:00
Mgrdich
68f8eed8f8
Issues/1740 live tailing improvements ( #1774 )
...
* Implementing Context to the Topic messages pages
* Using TopicContext in the Topics Topic MessageTable component
* Using TopicContext variable in the Filters component
* Fixing the Ordering of the Live mode Topic messaging
* Fixing isLive parameter bug during page refresh
* Minor code modification in Topic Filter Message page
* Implement the correct seekType during live mode in url as well as in api call
* Add Test cases to Messages and refactor eventSource Mock
* Add initial Testing file for messages table
* improve the MessagesTable test File
* improve the MessagesTable test File + Filter Test File
* improve the MessagesTable test File
* Change the function name toggleSeekDirection to changeSeekDirection
* change the name of the test suites to be more declarative
* Display the table progress bar in live mode only when no data is fetched
2022-04-05 16:04:41 +04:00
Mgrdich
6a1053b2f4
Fixed frontend routing ( #1745 )
...
* Revert "Issue-1184: fix logo link and remove redundant path segment "ui" (#1658 )"
This reverts commit b08e22915d
.
* changing them dashboard logo from an anchor tag to a react-router dom link
* Dashboard element redirect to the same place
2022-03-21 20:00:11 +03:00
Sasha Stepanyan
97b6e2593a
Reusable tables ( #1703 )
...
* Table and TableColumn components, TableState and DataSource
* Table: Migrate topics table to new Table component
* fix module paths
* test for propertyLookup
* improve useTableState code
* fix folder name
* improve table ordering
* fix selected count for table
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-03-17 12:35:29 +04:00
Mau Rodríguez Morales
c28ee0f08b
Fix breadcrumbs behaviour for connectors ( #1693 )
...
Co-authored-by: Mau Rodriguez Morales <mrodriguezmorales@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-03-15 16:45:42 +03:00
Sasha Stepanyan
b08e22915d
Issue-1184: fix logo link and remove redundant path segment "ui" ( #1658 )
2022-03-03 15:48:24 +04:00
Si Tang
dd42dbe0cd
#867 : add a view for comparing schema versions ( #1044 )
...
* #867 : add a view for comparing schema versions
* fixing test for diff component
* adding color to lines which are different in versions
* adding function to determine schema type and display correct format when comparing versions
* removing unneccessary style
* changing fetch approach and fixing test issue
* fixinf schema versions comparision path change approach
* remove unnecessary code
* removing enzyme,removing direct use of Colors and adding dispatch to array of deps
* added requested changes
* makeing requested changes
Co-authored-by: NelyDavtyan <ndavtyan@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: NelyDavtyan <96067981+NelyDavtyan@users.noreply.github.com>
2022-02-21 17:12:27 +04:00
Denys Malofeiev
94b1f4a772
[Fixed issue/1587] Got rid of react-hooks/exhaustive-deps errors ( #1616 )
...
* got rid of react-hooks/exhaustive-deps errors - part 1
* got rid of react-hooks/exhaustive-deps errors in useSearch
* got rid of react-hooks/exhaustive-deps errors in Filters
* got rid of react-hooks/exhaustive-deps errors in ResetOffsets
* got rid of react-hooks/exhaustive-deps errors in Filters
* got rid of react-hooks/exhaustive-deps errors in Breadcrumbs
* got rid of react-hooks/exhaustive-deps errors in DynamicTextButton
* got rid of react-hooks/exhaustive-deps errors in useDataSaver
* got rid of react-hooks/exhaustive-deps errors in ResultRenderer
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-02-21 14:03:56 +02:00
Denys Malofeiev
f084dc36a1
[FIXED issue/1544] Resolved bug with export of JSON message to clipboard/file ( #1592 )
...
* issue/1544
* added additional data check in copyToClipboard
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-02-16 09:10:36 +02:00
Denys Malofeiev
164d33b707
[FIXED issue/1545] added feedback to the user when a message content is copied to clipboard ( #1570 )
...
* added alert after "Copy to clipborad"
* moved main logic to useDataSaver
* fixed typographical mistake
* updated useDataSaver test
2022-02-10 08:58:12 +02:00
Damir Abdulganiev
ced74ac550
[ Fixes #1534 ] No originally selected custom parameters in topic's edit tab ( #1538 )
...
- Fixes No originally selected custom parameters in topic's edit tab #1534
- Adds test case for CustomParams to verify fix
- Updates CustomParamsField to use predefined value
- Renames INDEX_PREFIX to TOPIC_CUSTOM_PARAMS_PREFIX and moves it to constants file
- Removes unused configs from Topic/Edit component
- Rewrites DangerZone styled's
- Rewrites DangerZone tests
- Adds margin to DangerZone to match TopicForm width
- Adds simple Topic/Edit test
- Changes sonar-project.properties file's sonar.exclusions to correctly ignore paths
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-02-03 13:29:02 +03:00
Damir Abdulganiev
982d29709b
[ Fixes #1510 ] UI, Critical: retention.bytes parameter set to 0 ( #1514 )
...
* Changes Default value of rentention.bytes
* Adds test for TopicForm
* Removes bug from Topic/New test
* Updates Topic/New test
* Adds accessible names for TopicForm
* Add id's to Select component
2022-02-01 17:08:46 +03:00
ValentinPrischepa
540b8eb79b
Schema registry pagination and search
...
* [ISSUE-1191, ISSUE-1208] Implemented search and pagination for schema registry overview page.
* [ISSUE-1191, ISSUE-1208] Implemented search and pagination for schema registry overview page.
* [ISSUE-1191, ISSUE-1208] Implemented search and pagination for schema registry overview page.
* [ISSUE-1191, ISSUE-1208] fixed Checkstyle violation issue.
* WIP: Fixes some frontend issues just to build frontend
* WIP: Fixes fronted just to build it
* WIP: Fixes frontend to build it
* WIP: Schemas tests are failing
* WIP: List tests work
* WIP: Details test work
* WIP: Updates tests
* WIP: Fixes lint errors and comments
* WIP: Changes usePagination, some tests have warns
* WIP: Refreshes with query string works correctly
* cleanup
* WIP: cleanup
* WIP: cleanup
* WIP: Removes ThemeProvider from test as render function uses ThemeProvider
* WIP: Pagination + Search works correcly
* WIP: Cleanup
* WIP: Cleanup
* WIP: Cleanup
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Damir Abdulganiev <dabdulganiev@provectus.com>
Co-authored-by: Damir Abdulganiev <damupka@gmail.com>
2022-01-31 13:24:39 +03:00
dependabot[bot]
e2b63fcec2
Bump eslint-config-airbnb-typescript from 12.3.1 to 14.0.2 in /kafka-ui-react-app ( #1294 )
...
* Bump eslint-config-airbnb-typescript in /kafka-ui-react-app
Bumps [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript ) from 12.3.1 to 14.0.2.
- [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases )
- [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/iamturns/eslint-config-airbnb-typescript/compare/v12.3.1...v14.0.2 )
---
updated-dependencies:
- dependency-name: eslint-config-airbnb-typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update Eslint config
* Update eslint
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
2022-01-21 23:45:38 +03:00
Ekaterina Petrova
205d8d000d
Bugfix/select ( #1397 )
...
* new select styles init
* Custom select compound component
* Select component fix styles
* Added react hook form controller
* Moved from compound component
* fixed vslues & onChange for controller
* fixed tests & code cleanup
* fix review
* fixed linter
* fixed discussions
Co-authored-by: Ekaterina Petrova <epetrova@provectus.com>
2022-01-20 16:41:20 +03:00
Ekaterina Petrova
2b79fee1e4
Space sensitive syntax for Create Connector #1217
...
* added trim to json config
* refactored new tests
* refactored edit tests
* fix new test act warning
* first working tests
* fixed textarea props
* resolved discussions
Co-authored-by: Ekaterina Petrova <epetrova@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-01-20 15:26:29 +03:00
Oleg Shur
613348faa2
[ISSUE-1189] Refactor Schemas store ( #1327 )
...
* [ISSUE-1189] Refactor Schemas store
* Design review fix (#1341 )
* Design review fix init
* changed pagination tests, refactored styles, fixed topicform
* redesign fix code cleanup
* styled select position
* styled select fix bracket
* resolved code review
* moved latest version styles to theme
* fixed queryByRole in pagination tests
Co-authored-by: Ekaterina Petrova <epetrova@provectus.com>
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
* Inconsistency in updating the global compatibility level (drop down menu) (#1363 )
* Fix select in schema registry
* refactored GlobalSchemaSelector & ListItem
* Moved list & list item tests to react-testing-library
* Added some tests for GlobalSchemaSelector
* Added props test
* Specs
Co-authored-by: Ekaterina Petrova <epetrova@provectus.com>
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
* Feedback
* Cleanup
Co-authored-by: Ekaterina Petrova <32833172+Hurenka@users.noreply.github.com>
Co-authored-by: Ekaterina Petrova <epetrova@provectus.com>
2022-01-11 13:32:32 +03:00
NelyDavtyan
5a487e437d
Issues/1265 ( #1303 )
...
* Make all labels Title Case in popup menus.
* Increased length of the sorting box to make the title readable like for 'Latest first' there.
* Disabled 0 and negative values in Topic Creation redesign.
* Changed consumer, connect labels status colors.
* Added test for consumer-list
* Update kafka-ui-react-app/src/components/Brokers/Brokers.tsx
Co-authored-by: Oleg Shur <workshur@gmail.com>
* Fixed warnings.
* Added test for customer group list.
* Added an interface to the object.
Co-authored-by: Oleg Shur <workshur@gmail.com>
2021-12-24 18:16:12 +04: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
Azat Belgibayev
03ed67db89
Issue#207 Requests to KsqlDb from UI ( #786 )
...
* Add ksql page
* Add streams to table
Add tables and streams count
* Add query execution modal
* Add tabs tests
* Adjust SQLEditor test
* Remove unused command
* Add QueryModal tests
* Remove excess box wrapper
* Add KsqlDb component tests
* Refactor SQLEditor displayName
* Refactor setIsShown naming
* Add empty placeholder for table
* Refactor use shortcut for Dictionary interface
* Refactor raw data to object transformation
* Add KsqlDb List component tests
* Remove excess import
* Add ksqlDb reducer tests
* Add ksqlDb fetch tables error alert
* Refactor remove code smell
* Add ksqlDb actions tests
* Add KsqlDb List component test for non-empty store
* Add streamProperties JSON field
* Adjust QueryModal test to new field
* Fix query with empty streamProperties
* Refactor query to modal to page form
* Add expanding to tables and streams table
* Refactor ksql execution to redux store
* Add Query component tests
* Add Breadcrumbs component tests
* Add ksqldb reducer tests
* Add result renderer test
* Add ksqlDb thunk tests
* Resolve PR comments
2021-08-18 13:24:17 +03:00
Alexander Krivonosov
128c67c1cf
Resetting consumer group offsets ( #774 )
2021-08-16 07:39:35 +03:00
Alexander Krivonosov
ad8598a1d2
Sending messages ( #675 )
...
* Implement message sending
2021-07-29 10:26:40 +03:00
Ilnur Yakupov
e5f1e47c99
#641 Warning that app version is outdated ( #642 )
...
* Added warning that app version is outdated
* added small fixes and tests to compareVersions
2021-07-08 12:38:12 +03:00
Rustam Gimadiev
fcc703ddd6
Add ability to use custom basePath ( #511 )
...
* add ability to use relative pathes
* Add basename prop (#513 )
* add static controller
* add docker-compose
* Refactoring
* Refactoring
* fixed comparison bugs
* dirty
* clenaup
* Update React app
Co-authored-by: Alexander Krivonosov <31561808+GneyHabub@users.noreply.github.com>
Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
2021-06-03 15:46:13 +03:00
TEDMykhailo
5d65967bc6
WIP: [issues#121] Topic Details: Display consumers ( #448 )
...
* [issues#121] Topic Details: Display consumers
* [issues#121] Topic Details: Display consumers
* [issues#121] Topic Details: Display consumers
* [issues#121] Topic Details: Display consumers
* [issues#121] Topic Details: Display consumers
* [issues#121] Topic Details: Display consumers
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
2021-05-14 10:23:04 +03:00
Marat Adiyatullin
16e63f2c35
Add connect views
2021-05-03 13:33:53 +03:00
Alexander Krivonosov
caec4eb170
Schema registry views ( #317 )
...
* Add schema type select to the form
* Implement adding new version of a schema
* Fix some issues & Increase test coverage
* Add more tests
* Add compatibility level update
* Abstract updating schema into a separate thunk & test it
* Remove warnings and skipped test
* Update failed tests
* Update failing tests
* Update markup
* Make the JSONEditor a part of the form
* Fix linting problem
* Fix errors
2021-04-22 16:26:02 +03:00
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
ca4b3f12f9
Confirmation modal for topic & schema delete actions ( #384 )
2021-04-21 13:59:12 +03:00
Oleg Shur
9d75dbdacd
Kafka Connect. Initial setup ( #362 )
...
* Refactor Nav. Use feature flags. Connect
* Refactor Alerts
* Kafka Connect initial setup
2021-04-07 23:50:17 +03:00
Oleg Shur
0921ae1f59
[ #288 ] Allow users to use name :new for topics and schemas ( #351 )
...
* [#288 ] Allow users to use name :new for topics and schemas
* Remove unused imports
2021-04-05 14:55:47 +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
a256709580
[CHORE] Cleanup Sonar dups ( #307 )
2021-03-24 16:51:40 +03:00
Oleg Shur
398a5be1c9
#300 Refactor Topic Message pages ( #302 )
...
* [CHORE] Update deps. Remove unused
* [CHORE] Cleanup thunk specs.
* [CHORE] Add react-outside-click hook
* [CHORE] Adds Dropdown component
* [CHORE] Adds Dynamic Text Button component
* [CHORE] Refactor useDataSaver hook
* [CHORE] Cleanup
* Refactor topic messages view
* Refactor topic messages view
* Update actions
2021-03-24 11:29:42 +03:00
Alexander Krivonosov
7c86adbd67
WIP: #190 JSON export ( #236 )
...
* Implement functionality for copying and downloading data
* Test
2021-03-22 18:36:14 +03:00
Oleg Shur
49a7564366
#188 Pagination. Refactor topic reducer ( #255 )
2021-03-17 12:55:17 +03:00
Oleg Shur
bbdd60b7a5
Topics page refactoring ( #251 )
...
* Split thunks on files. Refactoring
* [CHORE] Refactor Topics section
2021-03-16 15:13:21 +03:00
Guzel738
44cf449a8f
Create Schema Registry form ( #209 )
...
* First commit
* Create Schema Form. Refactoring
* Specs for Create Schema Registry form created
* Update thunks.spec.ts
* Update actions.spec.ts
Co-authored-by: Oleg Shuralev <workshur@gmail.com>
2021-02-28 22:39:09 +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
Oleg Shur
b4a243f470
[Issue 191] Fix Cluster Widgets on dashboard ( #201 )
...
* [ISSUE-191] Update Bulma to 0.9.2
* [ISSUE-191] Add links to Cluster Widget
* [ISSUE-191] Cluster Widget improvements
2021-02-17 21:17:26 +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
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