Alexander Krivonosov
5302c3e47f
Fix the redirect after topic deletion ( #820 )
...
* Move redirect to a hook
2021-08-27 11:29:51 +03:00
Azat Belgibayev
76af95ed78
[Draft] Refactored topic creation form state management ( #802 )
...
* Refactor topic creation
* Remove unused thunk
* Remove excess interface
* Add New page snapshot test
* Refactor new component tests
* Remove excess function
2021-08-25 15:58:18 +03:00
Marsel
5c563de4f1
Issue#727 disable deleting ( #768 )
...
* broker config refactoring and adding broker config check before topic deletion
* add TOPIC_DELETION feature, refactor KafkaService, add class for constants (Constants.java)
* annotation fixes and change TOPIC_DELETION check
* [issue-727] Disable delete button for a topic if deletion in restricted for this broker #727
* Rewrite to context
* remove code smells
* small fixes
Co-authored-by: marselakhmetov <makhmetov@provectus.com>
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-08-25 09:43:55 +03:00
Alexander Krivonosov
eaf77c49a2
Fix topic form ( #767 )
2021-08-23 08:49:15 +03:00
Ilnur Yakupov
5e94f0fadc
update confirmation text
2021-08-10 09:14:31 +03:00
Ilnur Yakupov
bd7ae932e8
api requests for issues/243 and issues/244
2021-08-05 13:03:27 +03:00
Ilnur Yakupov
08a3c5e225
UI for issues/243 and issues/244
2021-08-05 12:29:48 +03:00
German Osin
18f5e1a2b2
Switched messages endpoint to provide sse with phases & consuming info ( #645 )
...
* Switched messages endpoint to provide sse with phases & consuming info
* Switched messages endpoint to provide sse with phases & consuming info
* fixed comments
* Fixed comparator
* Fixed tests
* Reduced images size
* Feature/sse for messages (#681 )
* [#645 ] SSE. Cleanup Topic Messages
* New messages page
* Update outdated snapshots
* Specs
* Specs
* Fixed build
* Fixed possible npe in update cluster on init stage
* Provided additional information with messages #677 (to messages_sse branch) (#700 )
* Provided additional information with messages #677
* Sse messages front (#725 )
* SSE. Messages page
* Fix handleNextClick
* Add the page loader to the list of messages
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
* Fix merge errors
* fix conflicts
Co-authored-by: Timur Davletov <tdavletov@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-08-04 16:30:00 +03:00
Alexander Krivonosov
a9d659642e
Update SendMessage.tsx ( #745 )
2021-07-30 14:46:45 +03:00
Ilnur Farukhshin
392abf2991
[ #710 ] feat(react-app): call fetchTopics on toggle show internal topics
2021-07-29 16:10:38 +03:00
Alexander Krivonosov
ad8598a1d2
Sending messages ( #675 )
...
* Implement message sending
2021-07-29 10:26:40 +03:00
Alexander Krivonosov
268c871312
Display cleanup policy in the topic list ( #732 )
...
* Add clean up policy to the topic overview
* Add clean up policy to the topic list
2021-07-29 10:16:10 +03:00
Alexander Krivonosov
38e1d12452
Add clean up policy to the topic overview ( #718 )
2021-07-26 23:13:31 +03:00
Alexander Krivonosov
8da350ea38
Allow increasing the number of partitions and updating of the replication factor ( #544 )
2021-07-24 18:00:29 +03:00
MBovtriukProvectus
326786e4ff
Display replication factor field in topics list #608 ( #697 )
2021-07-21 15:55:30 +03:00
MBovtriukProvectus
c035f58f5a
Review all tables and unify the way of data displaying. #602 ( #687 )
2021-07-19 12:11:53 +03:00
Alexander Krivonosov
587e08ab01
Update TopicConsumerGroups.tsx ( #672 )
2021-07-13 18:53:05 +03:00
Oleg Shur
bf6dd6c91b
Fix topic messages ( #664 )
2021-07-12 13:58:12 +03:00
German Osin
13463fe95f
Refactor consumer groups requests ( #636 )
...
* Refactor consumer groups requests
* Fixed offsets tests
* Moved state enum to separate class
* Adjust frontend for the new API
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-07-09 15:55:43 +03:00
Ilya Kuramshin
dd19cc2eec
Msg sending improvements ( #640 )
...
* init
* Messages sending fixes & tests
* Messages sending fixes & tests
* Messages sending json test added
* PR comments fixes
* Setting getTopicMessages & sendTopicMessage key value type to string.
* admin-client-timeout default removed
* sonar fix
* messages filtering changes to String.contains
Co-authored-by: Ilya Kuramshin <ikuramshin@provectus.com>
2021-07-09 15:53:30 +03:00
Ilnur Yakupov
b7a1d1143d
Added number of messages and size columns to Topics List ( #638 )
2021-07-07 12:06:41 +03:00
Oleg Shur
98c55180c6
Bump packages ( #590 )
2021-06-28 11:48:03 +03:00
Alexander Krivonosov
57a4125c71
Properly display the list of topic consumers ( #585 )
2021-06-28 08:54:07 +03:00
Oleg Shuralev
80581f6288
Linting
2021-06-25 15:34:23 +03:00
Alexander Krivonosov
53aec4d8c6
Reverse topic messages ( #528 )
...
* Add SeekDirection to the GET topic messages request
* Implement toggle for the direction of the messages
2021-06-25 15:21:01 +03:00
dwikov
96f2072eae
Changed ConsumerGroups in the topics folder (with its spec file and container) to TopicConsumerGroups ( #572 )
2021-06-21 16:16:49 +03:00
Oleg Shur
2cb9b30090
Update node to v14.17.1 + deps ( #559 )
2021-06-16 19:14:16 +03:00
Alexander Krivonosov
048e503c4b
Fix erroneous field disabling ( #542 )
2021-06-09 10:34:56 +03:00
Alexander Krivonosov
0c9ff4cd17
Add fieldset to the TopicForm ( #514 )
2021-06-03 11:06:31 +03:00
Alexander Krivonosov
3370e3a489
Migrate react-hook-form to the latest version ( #441 )
...
* Migrate react-hook-form to the latest version
2021-05-31 10:42:08 +03:00
MBovtriukProvectus
acdcf2eab6
Clear messages should not be present when in readonly mode #481 ( #494 )
...
* Clear messages should not be present when in readonly mode #481
* Clear messages should not be present when in readonly mode #481
2021-05-24 22:40:17 +03:00
MBovtriukProvectus
1377e02fcb
The key of the message is not visible / accessible #377 ( #477 )
...
* The key of the message is not visible / accessible #377
* The key of the message is not visible / accessible #377
2021-05-20 12:56:02 +03:00
Alexander Krivonosov
7801c292af
Message truncation ( #457 )
...
* Implement message truncation
2021-05-18 10:05:25 +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
Alexander Krivonosov
b60ff8acf6
Fix linter ( #452 )
2021-05-12 21:10:38 +03:00
Alexander Krivonosov
98fcc90c6b
Topics' filtration ( #405 )
...
* Implement topics' filtration
2021-05-12 16:34:24 +03:00
TEDMykhailo
c3ff5a2c6b
[issues-357] - User should not be able to update/delete ( #392 )
...
* [issues-357] - User should not be able to update/delete internal topics. Add confirmation for all delete/reset actions
* [issues-357] - User should not be able to update/delete internal topics. Add confirmation for all delete/reset actions
* [issues-357] - User should not be able to update/delete internal topics. Add confirmation for all delete/reset actions
* [issues-357] - User should not be able to update/delete internal topics. Add confirmation for all delete/reset actions
* [issues-357] - User should not be able to update/delete internal topics. Add confirmation for all delete/reset actions
* [issues-357] - User should not be able to update/delete
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
2021-05-11 22:53:02 +03:00
Oleg Shuralev
7dc0807ec5
[CHORE] Post Prettier update cleanup.
2021-05-11 13:49:22 +03:00
Oleg Shur
993db2fc00
[CHORE] Get rid of react-json-tree ( #387 )
2021-04-23 13:50:13 +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
TEDMykhailo
c86c955ace
[issues-211] - Clearing up messages from a topic ( #378 )
...
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
2021-04-22 14:28:35 +03:00
Oleg Shur
ca4b3f12f9
Confirmation modal for topic & schema delete actions ( #384 )
2021-04-21 13:59:12 +03:00
Oleg Shur
ab57772329
[Chore] Connect. Connectors page ( #382 )
2021-04-19 23:40:18 +03:00
Oleg Shur
d471759b79
Cleanup styling ( #365 )
2021-04-09 14:29:39 +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
Oleg Shur
46cec171e3
[CHORE] Alerts ( #240 )
2021-04-03 20:34:21 +03:00
TEDMykhailo
aedf3c6536
[issues-252][bug] - Topic settings form is broken ( #332 )
...
add topicName in updateTopic function
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
2021-03-31 12:01:43 +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