instance_id
stringlengths
17
39
repo
stringclasses
8 values
issue_id
stringlengths
14
34
pr_id
stringlengths
14
34
linking_methods
listlengths
1
3
base_commit
stringlengths
40
40
merge_commit
stringlengths
0
40
hints_text
listlengths
0
106
resolved_comments
listlengths
0
119
created_at
timestamp[ns, tz=UTC]
labeled_as
listlengths
0
7
problem_title
stringlengths
7
174
problem_statement
stringlengths
0
55.4k
gold_files
listlengths
0
10
gold_files_postpatch
listlengths
1
10
test_files
listlengths
0
60
gold_patch
stringlengths
220
5.83M
test_patch
stringlengths
386
194k
split_random
stringclasses
3 values
split_time
stringclasses
3 values
issue_start_time
timestamp[ns]
issue_created_at
timestamp[ns, tz=UTC]
issue_by_user
stringlengths
3
21
split_repo
stringclasses
3 values
provectus/kafka-ui/1572_2640
provectus/kafka-ui
provectus/kafka-ui/1572
provectus/kafka-ui/2640
[ "connected" ]
049b35fc99fd09d270fbccb3f0a2bbcc9bf11f56
97f1c639a3556725ee7205718f6e16f40f3753d3
[ "error occurs when converting recursive avro schema to json schema (stackoverflow in AvroJsonSchemaConverter)\r\nexample failing schema \r\n```\r\n{\r\n\t\"type\": \"record\",\r\n\t\"name\": \"Anything\",\r\n\t\"namespace\": \"io.confluent.connect.avro\",\r\n\t\"fields\": [\r\n\t\t{\r\n\t\t\t\"name\": \"somekey\",\...
[]
2022-09-26T11:09:25Z
[ "type/bug", "scope/backend", "status/accepted", "status/confirmed" ]
[Bug] Clicking 'produce message' on some avro-schemed topics breaks
**Describe the bug** <!--(A clear and concise description of what the bug is.)--> Clicking 'produce message' on some avro-schemed topics produces 502. **Set up** docker, latest master <!-- (How do you run the app? Which version of the app are you running? Provide either docker image version or check commit ha...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java index 61f742e7214..8c703526139 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJ...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java index d78426d48a1..24d4daf7d9d 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonsche...
train
val
2022-09-27T17:52:59
2022-02-08T09:40:55Z
Haarolean
train
provectus/kafka-ui/2436_2656
provectus/kafka-ui
provectus/kafka-ui/2436
provectus/kafka-ui/2656
[ "timestamp(timedelta=1.0, similarity=0.9961329235646676)", "connected" ]
7db55d5acf29d1daab488ea959e40ff143054699
3f4791ff0a70418836a7de5f263674d128bd43a5
[]
[ "several apiHelpers?", "where's schemaForm?", "fixed", "added all forms ", "we don't need to remove navigation steps from test. please return mainPage.goTo()\n.goToSideMenu(CLUSTER_NAME, bla-bla", "we don't need to remove navigation steps from test. please return mainPage.goTo()\n.goToSideMenu(CLUSTER_NAM...
2022-09-27T13:21:34Z
[ "type/enhancement", "scope/QA", "status/accepted" ]
[e2e] create screen facade class and refactor objects of page classes creation
- need to create this class with created screen class objects - inherit BaseTest from Facade - refactor objects of page classes creation
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/Helpers.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/Pages.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorCreateView.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/ka...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorCreateView.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorsView.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/ConnectorsTest...
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/Helpers.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/Helpers.java deleted file mode 100644 index cda55a0cb25..00000000000 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/Helpers.java +++ /dev/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java index ee2024d0e7d..c9c560c3edc 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java +++ b/kafka-ui-e2e-checks/src/test/java/co...
val
val
2022-09-28T13:56:03
2022-08-12T06:50:01Z
VladSenyuta
train
provectus/kafka-ui/2536_2662
provectus/kafka-ui
provectus/kafka-ui/2536
provectus/kafka-ui/2662
[ "timestamp(timedelta=1.0, similarity=0.9601228571391652)", "connected" ]
3f4791ff0a70418836a7de5f263674d128bd43a5
c9613448242ff85c5f83361ec0c381ef39c37e58
[]
[ "pls use BytesFormatted here", "done" ]
2022-09-27T16:57:48Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
Add "Total size" of Partition within Topic's statistics
**Describe the bug** Add "Total size" of Partition within Topic's statistics **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** <!-- We'd like you to provide an example setup (via docker-compose, helm, etc.) to reproduce the problem, especially with a complex setups. --> Steps to rep...
[ "kafka-ui-react-app/src/components/Topics/Topic/Statistics/PartitionInfoRow.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Statistics/PartitionInfoRow.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Statistics/PartitionInfoRow.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Statistics/PartitionInfoRow.tsx index 546f3e619d6..698019f2c44 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Statistics/PartitionInfoRow.tsx +++ b/kafka-ui-react-app...
null
test
val
2022-09-29T13:34:48
2022-09-07T08:56:31Z
armenuikafka
train
provectus/kafka-ui/2534_2663
provectus/kafka-ui
provectus/kafka-ui/2534
provectus/kafka-ui/2663
[ "connected", "timestamp(timedelta=1.0, similarity=0.9738042865951876)" ]
2f786c080b78b39740a68297879775c4fc31e295
a1d14ab4304a4b5d51a8537ee38d128aeaaa2719
[]
[ "pls use existing palete", "done", "```suggestion\r\n Change these parameters only if you are absolutely sure what you are\r\n```" ]
2022-09-27T20:11:32Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
Add warning message for Danger zone in case of editing the Topic
Warning message should be displayed for Danger zone with editing the Topic **Describe the bug** Warning message should be displayed for Danger zone with editing the Topic **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** 1. Navigate to Topics 2. Open any Topic 3. Edit settings ...
[ "kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.styled.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.tsx", "kafka-ui-react-app/src/theme/theme.ts" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.styled.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.tsx", "kafka-ui-react-app/src/theme/theme.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.styled.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.styled.tsx index b9ad51a669e..b5741c67e19 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Edit/DangerZone/DangerZone.styled.tsx +++ b/...
null
test
val
2022-09-30T11:21:54
2022-09-06T12:53:50Z
armenuikafka
train
provectus/kafka-ui/2677_2687
provectus/kafka-ui
provectus/kafka-ui/2677
provectus/kafka-ui/2687
[ "keyword_pr_to_issue", "timestamp(timedelta=1.0, similarity=0.9557199577774567)" ]
a1d14ab4304a4b5d51a8537ee38d128aeaaa2719
55c8d6ac2d4bdfb9721c79d4894732c86e0380d9
[]
[]
2022-09-30T19:54:16Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
Topic list: Rename "total partitions" to "partitions"
<img width="299" alt="image" src="https://user-images.githubusercontent.com/1494347/193238757-d6f3d11f-05dd-4d77-bd02-972ed95cfb3a.png">
[ "kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx b/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx index a855435c876..dcafa61b915 100644 --- a/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx @@ -42,7 +4...
null
test
val
2022-09-30T15:04:40
2022-09-30T09:23:10Z
Haarolean
train
provectus/kafka-ui/2076_2689
provectus/kafka-ui
provectus/kafka-ui/2076
provectus/kafka-ui/2689
[ "keyword_pr_to_issue" ]
80eb2dccfea9b15b64e927493fbbc5158549c935
7d5b7de992da9ddb1a018a6a61db66c4dcb204aa
[ "Implement sorting by: name, connect, type and status.", "Sorting by Name, Connect, Type, Plugin, Status implemented." ]
[ "Can we use existing `NewTable/TagCell` component?", "```suggestion\r\nconst TopicsCell: React.FC<CellContext<FullConnectorInfo, unknown>> = ({\r\n```", "useMemo is redundant here", "```suggestion\r\n if (!tasksCount) {\r\n return null;\r\n }\r\n \r\n return (tasksCount ? \r\n <>\r\n {tasksCount...
2022-10-01T02:20:41Z
[ "type/enhancement", "good first issue", "scope/backend", "scope/frontend", "status/accepted", "hacktoberfest", "status/pending-frontend" ]
Implement connectors sorting
1. Migrate table to new table component 2. Implement sorting 3. Related issue https://github.com/provectus/kafka-ui/issues/2325 The list is unsorted at all <img width="299" alt="image" src="https://user-images.githubusercontent.com/1494347/171179908-5447271c-e17d-4921-abfe-3a7e4239756a.png">
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-react-app/src/components/Connect/List/List.styled.ts", "kafka-ui-react-app/src/components/Connect/List/List.tsx", "kafka-ui-react-app/src/components/Connect/List/ListItem.tsx", "kafka-ui-react-app/src...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-react-app/src/components/Connect/List/ActionsCell.tsx", "kafka-ui-react-app/src/components/Connect/List/List.styled.ts", "kafka-ui-react-app/src/components/Connect/List/List.tsx", "kafka-ui-react-app/...
[]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java index b5986c7919e..89a73ff6931 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connecto...
null
train
val
2022-10-07T15:04:21
2022-05-31T13:04:31Z
Haarolean
train
provectus/kafka-ui/2325_2689
provectus/kafka-ui
provectus/kafka-ui/2325
provectus/kafka-ui/2689
[ "keyword_pr_to_issue", "timestamp(timedelta=119.0, similarity=0.9020096887373107)" ]
80eb2dccfea9b15b64e927493fbbc5158549c935
7d5b7de992da9ddb1a018a6a61db66c4dcb204aa
[]
[ "Can we use existing `NewTable/TagCell` component?", "```suggestion\r\nconst TopicsCell: React.FC<CellContext<FullConnectorInfo, unknown>> = ({\r\n```", "useMemo is redundant here", "```suggestion\r\n if (!tasksCount) {\r\n return null;\r\n }\r\n \r\n return (tasksCount ? \r\n <>\r\n {tasksCount...
2022-10-01T02:20:41Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted", "hacktoberfest" ]
Make connectors table rows clickable
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-react-app/src/components/Connect/List/List.styled.ts", "kafka-ui-react-app/src/components/Connect/List/List.tsx", "kafka-ui-react-app/src/components/Connect/List/ListItem.tsx", "kafka-ui-react-app/src...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-react-app/src/components/Connect/List/ActionsCell.tsx", "kafka-ui-react-app/src/components/Connect/List/List.styled.ts", "kafka-ui-react-app/src/components/Connect/List/List.tsx", "kafka-ui-react-app/...
[]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java index b5986c7919e..89a73ff6931 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connecto...
null
train
val
2022-10-07T15:04:21
2022-07-22T22:23:14Z
Haarolean
train
provectus/kafka-ui/2634_2690
provectus/kafka-ui
provectus/kafka-ui/2634
provectus/kafka-ui/2690
[ "keyword_pr_to_issue", "timestamp(timedelta=1.0, similarity=0.9034101006360602)" ]
55c8d6ac2d4bdfb9721c79d4894732c86e0380d9
e3aeb0cac8d33d3dd9b9b7232e28fd7c613c0bef
[ "Hello, could I please be assigned to this issue?", "> Hello, could I please be assigned to this issue?\r\n\r\nsure, go ahead :)", "Is this issue still active?", "Depends on the definition “active”\n\n> On 29 Sep 2022, at 17:00, Aditya Bhattad ***@***.***> wrote:\n> \n> \n> Is this issue still active?\n> \n>...
[]
2022-10-01T02:59:12Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
[UI] Delete "Num Of Topics" column from Topic->Consumers page
Where: Topics -> select topic -> Consumers Todo: 1. Remove "Num of Topics" columns 2. Rename "Num of Members" column to "Active consumers" <img width="1511" alt="Screenshot 2022-09-22 at 19 48 54" src="https://user-images.githubusercontent.com/702205/191796514-46e1b853-ea21-49c8-b932-dafc45168390.png">
[ "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx b/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx index d1d6c4ece2c..0fc72fd82e8 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx +++...
null
train
val
2022-10-02T09:34:13
2022-09-22T16:02:41Z
iliax
train
provectus/kafka-ui/2674_2691
provectus/kafka-ui
provectus/kafka-ui/2674
provectus/kafka-ui/2691
[ "keyword_pr_to_issue" ]
0818bb0144ca4b2f3b23a0ab9e374fa8bf727901
20543fc2f3830968d8cd9a6a3956f31157c36b6d
[ "@Haarolean it looks almost according the way you suggested. However the overall progress percentage and progress bar look a bit strange now:\r\n![image](https://user-images.githubusercontent.com/112083452/200502621-64bee7cb-3947-4afa-9753-b741b14716e3.png)\r\n\r\nSuggestion: Show the percentage above the progress ...
[ "> Display time passed since the start\r\n\r\nI see that you show time passed since component mount not since analyzing start", "pls remove it", "pls add tests for `calculateTimer` ", "what are you testing here?", "should be wrapped to `it`" ]
2022-10-01T06:02:32Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted", "status/design-review" ]
Topic analysis improvements
<img width="351" alt="image" src="https://user-images.githubusercontent.com/1494347/193237442-2e91ab1c-cc49-40e1-b9de-935d381f08a0.png"> - Display percentage in % - Display time passed since the start - Split "scanned messages" to two lines: "scanned messages" and "scanned bytes"
[ "kafka-ui-react-app/src/components/Topics/Topic/Statistics/Metrics.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Statistics/Statistics.styles.ts", "kafka-ui-react-app/src/components/Topics/Topic/Statistics/__test__/Metrics.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Statistics/__test__/...
[ "kafka-ui-react-app/src/components/Topics/Topic/Statistics/Metrics.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Statistics/Statistics.styles.ts", "kafka-ui-react-app/src/components/Topics/Topic/Statistics/__test__/Metrics.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Statistics/__test__/...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Statistics/Metrics.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Statistics/Metrics.tsx index 34feb01b72e..40abb14d705 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Statistics/Metrics.tsx +++ b/kafka-ui-react-app/src/components/Topics/Topi...
null
train
val
2022-11-04T20:11:08
2022-09-30T09:18:27Z
Haarolean
train
provectus/kafka-ui/2650_2692
provectus/kafka-ui
provectus/kafka-ui/2650
provectus/kafka-ui/2692
[ "keyword_pr_to_issue" ]
55c8d6ac2d4bdfb9721c79d4894732c86e0380d9
8731de1520705c29bfacbdf78c362912c6945132
[]
[]
2022-10-01T12:10:09Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "hacktoberfest" ]
Brokers: Broker config "Edit" button is either partially or not shown at all on narrow window size.
**Set up** Version: [eb06235](https://github.com/provectus/kafka-ui/commit/eb06235) **Steps to Reproduce** 1. Open the "Brokers" page and click on one of the brokers. 2. Open the Configs tab. **Actual behavior** - If the window width is narrower than 1284px, then "Edit" button is not fitting in the window, an...
[ "kafka-ui-react-app/src/components/App.styled.ts", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.styled.ts", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/InputCell.tsx", "kafka-ui-react-app/src/components/Topics/Topic/MessagesV2/Messages.styled.ts", "kafka-ui-react-app/src/c...
[ "kafka-ui-react-app/src/components/App.styled.ts", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.styled.ts", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/InputCell.tsx", "kafka-ui-react-app/src/components/Topics/Topic/MessagesV2/Messages.styled.ts", "kafka-ui-react-app/src/c...
[]
diff --git a/kafka-ui-react-app/src/components/App.styled.ts b/kafka-ui-react-app/src/components/App.styled.ts index 71353f08762..90eade047d1 100644 --- a/kafka-ui-react-app/src/components/App.styled.ts +++ b/kafka-ui-react-app/src/components/App.styled.ts @@ -20,9 +20,10 @@ export const Container = styled.main( p...
null
train
val
2022-10-02T09:34:13
2022-09-27T08:48:09Z
BulatKha
train
provectus/kafka-ui/2682_2694
provectus/kafka-ui
provectus/kafka-ui/2682
provectus/kafka-ui/2694
[ "timestamp(timedelta=1.0, similarity=0.9584831007797872)", "connected" ]
c9613448242ff85c5f83361ec0c381ef39c37e58
0939d6140f5540bd421f19d61d862d363cff7456
[]
[ "I don't like the approach when we create toipc link component. Let's try to create universal component where we will send `to` as a property ", "Not sure why we need to remove this test case", "let's call it LinkCell and update all the existing tables with same link components", "All the link colours must be...
2022-10-02T00:07:02Z
[ "good first issue", "scope/frontend", "type/refactoring" ]
Migrate Dashboard table to the new version on table components
### Describe the solution you'd like Migrate `src/components/Dashboard/ClustersWidget/ClustersWidget.tsx` to new version of tables `src/components/common/NewTable/Table.tsx` ### Additional context Go to Dasboard
[ "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx", "kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx", "kafka-ui-react-app/src/components/Dashboard/ClustersWidget/__test__/ClustersWidget.spec.t...
[ "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx", "kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClusterName.tsx", "kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx", "kafka-ui-...
[]
diff --git a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx b/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx index 9f63be31c29..54bdcef5ff8 100644 --- a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx +++ b/kafka-ui-react-app/src/components/Brokers/Bro...
null
train
val
2022-10-04T14:31:07
2022-09-30T10:45:53Z
workshur
train
provectus/kafka-ui/2642_2701
provectus/kafka-ui
provectus/kafka-ui/2642
provectus/kafka-ui/2701
[ "timestamp(timedelta=1.0, similarity=0.9396692525091919)", "connected" ]
6dff8f105ec55d04bf5018232dcb25c6b83d3e8b
67eea972f77c1e133e9e7360740189a0fa3373f2
[]
[ "why do we need this annotation?", "$x(\"//h1[text()='Dashboard']\") is it Dashboard title?\nwe need to wait NaviSideBar element in this method, I meant to get Dashboard menu", "please don't place enums between steps\nplease set waitUntilScreenReady() at the top of methods\nenums can be moved to the footer", ...
2022-10-04T14:14:27Z
[ "type/enhancement", "scope/QA", "status/accepted" ]
[e2e] create navigation thru the app using web driver
- create NaviSideBar class - implement all navigations
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/MainPage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateForm.java", "kafka-ui-e2e-checks/src/main/java/co...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateForm.java", "kafka-ui-e2e-checks/src/main/java...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Setup.java", ...
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/MainPage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java similarity index 50% rename from kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/MainPage.java rename to kafka-ui-e2e-checks/src/main...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java index c9c560c3edc..e876d3a634b 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java +++ b/kafka-ui-e2e-checks/src/test/java/co...
test
val
2022-10-07T12:36:27
2022-09-26T13:47:08Z
VladSenyuta
train
provectus/kafka-ui/2684_2704
provectus/kafka-ui
provectus/kafka-ui/2684
provectus/kafka-ui/2704
[ "timestamp(timedelta=2.0, similarity=0.9443145359730044)", "connected" ]
0939d6140f5540bd421f19d61d862d363cff7456
6581ee605b7574ecdb64a69fc88fddb47dde53bd
[]
[ "Let's make dropdown item disabled instead of removing it from dom", "it is disabled for internal", "should be disabled", "```suggestion\r\n expect(screen.getByLabelText('Dropdown Toggle')).toBeDisabled();\r\n```", "```suggestion\r\n expect(screen.getByLabelText('Dropdown Toggle')).toBeDisabled();...
2022-10-05T21:18:06Z
[ "good first issue", "scope/frontend", "type/refactoring", "status/accepted" ]
Migrate Topic Overview to the new version of table
### Describe the solution you'd like Migrate `src/components/Topics/Topic/Overview/Overview.tsx` to new version of tables `src/components/common/NewTable/Table.tsx` ### Additional context Topics -> Topic
[ "kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/__test__/Overview.spec.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Overview/ActionsCell.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/__test__/Overview.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Overview/ActionsCell.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Overview/ActionsCell.tsx new file mode 100644 index 00000000000..a9f4eb15e8d --- /dev/null +++ b/kafka-ui-react-app/src/components/Topics/Topic/Overview/ActionsCell.tsx @@ -0,0 +1,35 @@ ...
null
train
val
2022-10-10T17:36:53
2022-09-30T10:55:07Z
workshur
train
provectus/kafka-ui/2683_2708
provectus/kafka-ui
provectus/kafka-ui/2683
provectus/kafka-ui/2708
[ "keyword_pr_to_issue", "timestamp(timedelta=1.0, similarity=1.0)" ]
2b5dd270e22c6455c6a5999131dbf3ce3b770429
45aa4542ba6e502d8d627d444035df1634174a69
[]
[ "pls use fixtures" ]
2022-10-06T13:09:20Z
[ "scope/frontend", "type/refactoring", "status/accepted" ]
Migrate Schema details table to the new version of Table component
### Describe the solution you'd like Migrate `src/components/Schemas/Details/Details.tsx` to new version of tables `src/components/common/NewTable/Table.tsx` ### Additional context Schema Registry -> Schema
[ "kafka-ui-react-app/src/components/Schemas/Details/Details.tsx", "kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.styled.ts", "kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx", "kafka-ui-react-app/src/components/Schemas/Details/__test__/Details.s...
[ "kafka-ui-react-app/src/components/Schemas/Details/Details.tsx", "kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx", "kafka-ui-react-app/src/components/Schemas/Details/__test__/Details.spec.tsx", "kafka-ui-react-app/src/components/Schemas/Details/__test__/SchemaVersion.spec.ts...
[]
diff --git a/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx b/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx index fb27336493a..8878728fa5d 100644 --- a/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx +++ b/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx @@ -10,...
null
val
val
2022-10-14T11:16:29
2022-09-30T10:51:02Z
workshur
train
provectus/kafka-ui/2681_2717
provectus/kafka-ui
provectus/kafka-ui/2681
provectus/kafka-ui/2717
[ "timestamp(timedelta=1.0, similarity=0.9453779959826046)", "connected" ]
0939d6140f5540bd421f19d61d862d363cff7456
15e7fc42d209c8f5334721798a92da0fc7340965
[]
[]
2022-10-10T10:33:56Z
[ "scope/frontend", "type/refactoring", "status/accepted" ]
Migrate Topic Consumers page to new version of table component
### Describe the solution you'd like Migrate `src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx` to new version of tables `src/components/common/NewTable/Table.tsx` ### Additional context Topics -> Topic -> Consumers
[ "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx b/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx index 0fc72fd82e8..69948fd66d4 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx +++...
null
val
val
2022-10-10T17:36:53
2022-09-30T10:42:01Z
workshur
train
provectus/kafka-ui/2185_2737
provectus/kafka-ui
provectus/kafka-ui/2185
provectus/kafka-ui/2737
[ "connected", "timestamp(timedelta=1.0, similarity=0.8866299837009638)" ]
0939d6140f5540bd421f19d61d862d363cff7456
19e38fb1bfe31d369bb9cd9b9eed5ddcbcef8b92
[ "Hello there SergKam! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Hey, thanks for reaching out.\r\n\r\nThere's your problem in your logs:\r\n...
[]
2022-10-12T19:49:25Z
[ "scope/backend", "status/accepted", "type/feature" ]
Support AWS MSK Serverless
**Describe the bug** The kafka-ui is working but the cluster is shown as "offline" and without topics. **Set up** I'm trying to use kafka-ui vv0.4.0(521ba0c) as a frontend for AWS MSK Serverless cluster mostly to create and manage topics. I started a EC2 instance that uses IAM role with full access to the MSK ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/TopicMetadataException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/FeatureService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/TopicMetadataException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/FeatureService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service...
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/TopicMetadataException.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/TopicMetadataException.java index 7ccceefe614..a659f94f971 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/TopicMetadataException.ja...
null
train
val
2022-10-10T17:36:53
2022-06-18T02:23:43Z
SergKam
train
provectus/kafka-ui/2621_2744
provectus/kafka-ui
provectus/kafka-ui/2621
provectus/kafka-ui/2744
[ "timestamp(timedelta=1.0, similarity=0.9043015474243244)", "connected" ]
63b6bb3fa10dd33b069c15151bf706a313970550
dc1785e3380a8db62b775c6cb88653babed46b58
[]
[ "there is no need in useCallback" ]
2022-10-13T20:51:45Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "hacktoberfest" ]
[UI] KSQL: Empty field in Stream properties causes errors
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** When having empty field in stream properties "underfined" property is sent t...
[ "kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx", "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx", "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/__test__/QueryForm.spec.tsx" ]
[ "kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx", "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx", "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/__test__/QueryForm.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx b/kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx index efda3932175..7e875748636 100644 --- a/kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx +++ b/kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx @@ -167,7 +167,10 @@ const ...
null
train
val
2022-10-17T14:24:14
2022-09-21T09:41:53Z
iliax
train
provectus/kafka-ui/2748_2749
provectus/kafka-ui
provectus/kafka-ui/2748
provectus/kafka-ui/2749
[ "keyword_pr_to_issue" ]
5d80b3837137d4c3c4ee249f2038435a68c4191c
c4bbbbe3da06779907a57b05354bcfcb9919ce81
[ "Hey, thanks for reaching out.\r\n\r\nWe'll be glad to see a PR addressing this issue.", "Hello there sherifkayad! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon...
[]
2022-10-14T09:03:41Z
[ "type/enhancement", "good first issue", "status/accepted", "scope/k8s" ]
No custom `annotations` on the level of the `Deployment` metadata
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> Not really a bug...
[ "charts/kafka-ui/Chart.yaml", "charts/kafka-ui/templates/deployment.yaml", "charts/kafka-ui/values.yaml" ]
[ "charts/kafka-ui/Chart.yaml", "charts/kafka-ui/templates/deployment.yaml", "charts/kafka-ui/values.yaml" ]
[]
diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index 1ecf0eeecea..2ae296b4ee6 100644 --- a/charts/kafka-ui/Chart.yaml +++ b/charts/kafka-ui/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: kafka-ui description: A Helm chart for kafka-UI type: application -version: 0.4.5 +version: 0.4.6 appVersi...
null
train
val
2022-11-03T18:12:59
2022-10-14T08:58:33Z
sherifkayad
train
provectus/kafka-ui/2378_2750
provectus/kafka-ui
provectus/kafka-ui/2378
provectus/kafka-ui/2750
[ "timestamp(timedelta=78.0, similarity=0.844880536159548)", "connected" ]
2b5dd270e22c6455c6a5999131dbf3ce3b770429
daba2a1f51686aa1260c9c9350883b1af79df04e
[ "#2632" ]
[]
2022-10-14T09:48:55Z
[ "type/enhancement", "good first issue", "status/accepted", "hacktoberfest", "scope/infrastructure", "scope/k8s" ]
Make it possible to update helm chart without an actual app release
[ ".github/workflows/helm.yaml" ]
[ ".github/workflows/helm.yaml" ]
[]
diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 255f92260f9..d8c2875aed7 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -15,6 +15,18 @@ jobs: uses: Azure/setup-helm@v1 - name: Setup Kubeval uses: lra/setup-kubeval@v1.0.1 + #check,...
null
train
val
2022-10-14T11:16:29
2022-08-02T13:28:33Z
Haarolean
train
provectus/kafka-ui/2544_2756
provectus/kafka-ui
provectus/kafka-ui/2544
provectus/kafka-ui/2756
[ "keyword_pr_to_issue", "timestamp(timedelta=1.0, similarity=0.9183160250227483)" ]
b0782da7d137fba481eb9059a60e052617255b2a
fdf82986dc3adf262d52cc428a29cbc602aa1b7c
[]
[ "```suggestion\r\n let parsedJson;\r\n```", "```suggestion\r\n {item.field}: {get(parsedJson || {}, item.path)}\r\n```" ]
2022-10-14T19:45:54Z
[ "scope/frontend", "status/accepted", "type/feature" ]
Message fields preview
Add an ability to add message key/contents fields for preview (via json paths, probably) ![image](https://user-images.githubusercontent.com/1494347/189687995-6f148770-511c-4fc9-9b0e-a2b4273b0c47.png)
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/__test__/Message.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/__test__/MessagesTab...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/PreviewModal.styled.ts", "kafka-ui-react-app/src/components/Topics/Topic/Messages/PreviewModal.tsx", "k...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx index fc4269bb32b..7efb1f728c1 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx +++ b/kafka-ui-react-app/src/components/Topics/Topic/Mess...
null
train
val
2022-11-07T14:01:57
2022-09-08T03:43:04Z
armenuikafka
train
provectus/kafka-ui/2675_2765
provectus/kafka-ui
provectus/kafka-ui/2675
provectus/kafka-ui/2765
[ "keyword_pr_to_issue" ]
63b6bb3fa10dd33b069c15151bf706a313970550
0e4a314082d6e5d64ba0d09e60ebff8f5170aac7
[ "Ready to take this issue.", "So I started this, but not able to build the UI locally. I followed the instructions here:\r\n\r\nhttps://github.com/provectus/kafka-ui/tree/master/kafka-ui-react-app#getting-started\r\n\r\nMy node_modules get installed and I launch the docker containers successfully. The command to ...
[]
2022-10-17T13:17:05Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
Topic messages: rename "content" to "value"
Everywhere in the messages views rename "content" to "value". It's key/value in kafka, not key/content.
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx index 3ee4b552efa..c010ca65cb5 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx +++ b/kafka-ui-react-app/src/comp...
null
train
val
2022-10-17T14:24:14
2022-09-30T09:19:57Z
Haarolean
train
provectus/kafka-ui/2705_2766
provectus/kafka-ui
provectus/kafka-ui/2705
provectus/kafka-ui/2766
[ "connected", "timestamp(timedelta=0.0, similarity=0.9654116107887731)" ]
dabe2878c1610fc6631d3ab81bb7aa7048617a47
1b8ee3b6723d2159217c39a43166e96035c4c311
[]
[ "what if there is no page property?" ]
2022-10-17T14:55:49Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "hacktoberfest" ]
[UI] Topic search not working properly with pagination
**Setup:** version in c961344 **Description:** 1. Go to Topics page 2. move to page 2 3. enter something into topic search field -> request sent with `page=2` parameter which will force BE to search **on the second page**, which will lead to wrong results <img width="904" alt="Screenshot 2022-10-06 at 10 5...
[ "kafka-ui-react-app/src/components/common/Search/Search.tsx" ]
[ "kafka-ui-react-app/src/components/common/Search/Search.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/common/Search/Search.tsx b/kafka-ui-react-app/src/components/common/Search/Search.tsx index 9baf1ed3b2e..66c0e95030b 100644 --- a/kafka-ui-react-app/src/components/common/Search/Search.tsx +++ b/kafka-ui-react-app/src/components/common/Search/Search.tsx @@ -22,6 +22,9 @@ c...
null
train
val
2022-10-24T21:18:18
2022-10-06T07:02:14Z
iliax
train
provectus/kafka-ui/2680_2771
provectus/kafka-ui
provectus/kafka-ui/2680
provectus/kafka-ui/2771
[ "connected" ]
aa6c3083c2c44aa2a1764ea286d5fca9a34b4f9c
2c74b4e1c2ddedcd0f73843eb630ed98340cf3dd
[]
[]
2022-10-18T07:03:36Z
[ "type/enhancement", "scope/backend", "scope/frontend", "status/accepted" ]
UI: Display smart filters filtered stats
When polling messages from topic (and filtering is enabled) we should show number of errors that appeared during filtration process - > this number placed in `TopicMessageConsuming.filterApplyErrors` UI: 1. during polling process - show value of `TopicMessageConsuming.filterApplyErrors` if it is > 0 2. when polling...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ConsumingStats.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ConsumingStats.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/...
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java index ddb5dc3666c..35d8a3bef34 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java +++ b/kafka-ui-api/src/m...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java index 3289d177d2b..350386fd7e9 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java +++ b/kafka-ui-api...
train
val
2022-10-31T13:46:19
2022-09-30T09:33:59Z
Haarolean
train
provectus/kafka-ui/2679_2775
provectus/kafka-ui
provectus/kafka-ui/2679
provectus/kafka-ui/2775
[ "timestamp(timedelta=1.0, similarity=0.959965375729226)", "connected" ]
ee920b43c45156cad1b89be31e43106ca3859edb
b46ee9c5ccd2e8df436e05e76fad393bdd4c5179
[]
[ "create separate object in root \r\n```\r\ntooltip: {\r\n bg:\r\n text:\r\n}\r\n```" ]
2022-10-18T13:30:17Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
Broker configs: Display a tooltip about the source of the property
<img width="257" alt="image" src="https://user-images.githubusercontent.com/1494347/193239459-4583ebbf-fde1-417c-b4e5-a0a9d2fb5cf8.png"> Add a tooltip icon with the following text on hover: ``` DYNAMIC_TOPIC_CONFIG: dynamic topic config that is configured for a specific topic DYNAMIC_BROKER_LOGGER_CONFIG: dynamic...
[ "kafka-ui-react-app/package.json", "kafka-ui-react-app/pnpm-lock.yaml", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.styled.ts", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.tsx", "kafka-ui-react-app/src/theme/theme.ts" ]
[ "kafka-ui-react-app/package.json", "kafka-ui-react-app/pnpm-lock.yaml", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.styled.ts", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.tsx", "kafka-ui-react-app/src/components/common/Icons/InfoIcon.tsx", "kafka-ui-react-app/s...
[]
diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index fa1842dedbd..b0779e54884 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -7,6 +7,7 @@ "@babel/core": "^7.16.0", "@babel/plugin-syntax-flow": "^7.18.6", "@babel/plugin-transform-react...
null
train
val
2022-11-01T14:10:16
2022-09-30T09:33:01Z
Haarolean
train
provectus/kafka-ui/2726_2776
provectus/kafka-ui
provectus/kafka-ui/2726
provectus/kafka-ui/2776
[ "keyword_pr_to_issue", "connected" ]
e87178136c86be37dbf1ff08eb74142dd53ccd99
e67d940981612753b406aa6273514c0b37c04788
[]
[]
2022-10-18T14:25:16Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "hacktoberfest" ]
Unable to update topic config in case of retain time has been changed
1. Edit any topic 2. Change "time to retain data" via **selectors** 3. "Update topic" button is still disabled
[ "kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtn.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtn.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtn.tsx b/kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtn.tsx index 2364d90516a..8746eef7929 100644 --- a/kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtn.tsx +++ b/kafka-ui-react-app/src/components/To...
null
train
val
2022-10-25T21:52:19
2022-10-11T09:04:56Z
Haarolean
train
provectus/kafka-ui/2103_2781
provectus/kafka-ui
provectus/kafka-ui/2103
provectus/kafka-ui/2781
[ "connected" ]
cb8049e769452a40007c29acdfae43e5e8abe53d
aa6c3083c2c44aa2a1764ea286d5fca9a34b4f9c
[ "Hello there raferg! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Hey, thanks for raising the issue. We'll take a look." ]
[]
2022-10-19T14:28:31Z
[ "type/bug", "good first issue", "scope/backend", "status/accepted", "hacktoberfest" ]
Topics fail to list, or refresh with an empty list when one of the connected brokers is killed
**Describe the bug** I've been testing failure handling in my local configuration, and have discovered that when i take down one of the brokers via a docker kill command, the ui cannot list any topics. It is fine listing brokers, and consumers, but it cannot list the topics. During my test i took down brdg-broke...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalPartition.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/MessagesService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalPartition.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/MessagesService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/...
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalPartition.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalPartition.java index 76f916cb105..f5d16e0b65d 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalPartition.java +++ b/kafka-ui-api/src/m...
null
train
val
2022-10-31T10:17:23
2022-06-03T03:59:13Z
raferg
train
provectus/kafka-ui/2758_2782
provectus/kafka-ui
provectus/kafka-ui/2758
provectus/kafka-ui/2782
[ "connected", "timestamp(timedelta=1.0, similarity=0.8795893534509392)" ]
a2e87cc8d5ba21e2b01f2f240926298f382db63c
f7f2e1dd1f6a146d7371e77bd497f82f21b03444
[ "Hello there vliska! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Hey, thanks for reaching out. We'll take a look" ]
[]
2022-10-19T15:05:22Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "hacktoberfest", "type/regression" ]
Wrong actuator path with custom SERVER_SERVLET_CONTEXT_PATH
**Describe the bug** When settings SERVER_SERVLET_CONTEXT_PATH to /kafka-ui, actuator is deployed with /kafka-ui/actuator/info, but application asks for /actuator/info. This is a regression from v0.4.0 (which we used before) - it works fine on v0.4.0 (maybe because v0.4.0 does not seem to be asking for /actuato...
[ "kafka-ui-react-app/src/lib/hooks/api/actuatorInfo.ts" ]
[ "kafka-ui-react-app/src/lib/hooks/api/actuatorInfo.ts" ]
[]
diff --git a/kafka-ui-react-app/src/lib/hooks/api/actuatorInfo.ts b/kafka-ui-react-app/src/lib/hooks/api/actuatorInfo.ts index 8373bf53d38..7e1835d9079 100644 --- a/kafka-ui-react-app/src/lib/hooks/api/actuatorInfo.ts +++ b/kafka-ui-react-app/src/lib/hooks/api/actuatorInfo.ts @@ -2,9 +2,10 @@ import { useQuery } from '...
null
train
val
2022-10-24T10:13:06
2022-10-17T07:15:40Z
vliska
train
provectus/kafka-ui/2774_2785
provectus/kafka-ui
provectus/kafka-ui/2774
provectus/kafka-ui/2785
[ "connected" ]
b0e0da4c0d1bd66bb2ca053f421dc4c7e78d78dc
40c3bcf82b7c21a367fb4112e7f8e51c843481ea
[ "Hello there Redbutton18! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Bug found \r\nhttps://github.com/provectus/kafka-ui/issues/2778" ]
[ "delete your token pls", "we have already defined element 'dotMenuBtn'\n- use it if it's the same element\n- define new element at the top of class as SelenideElement if it's another", "let's use single style for defining objects\ncreate string at the top of the class pls", "please don't use extra spaces", ...
2022-10-20T13:02:48Z
[ "scope/AQA" ]
[e2e] TopicTests.clearMessagesForPartition : Clear Messages for partition
Autotest implentation for: https://app.qase.io/project/KAFKAUI?view=1&suite=5&case=19 Description: Checking Messages clearing for the selected Partition within Topic/Overview Preconditions: Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Open the Topic profile which has mess...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java index 725db0dd8dd..18763e37191 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java +++ b/kafka-ui-e2e-checks/src/main/j...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java index bb1cfc34273..2b596a9e545 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java +++ b/kafka-ui-e2e-check...
train
val
2022-10-21T07:40:35
2022-10-18T11:58:18Z
Redbutton18
train
provectus/kafka-ui/2787_2788
provectus/kafka-ui
provectus/kafka-ui/2787
provectus/kafka-ui/2788
[ "connected" ]
81072541a8aab5271c63ae168f44e3ac86fcce16
9a3cbfa14b8864bee4cfa91c2b00e57be28ad59a
[]
[ "👍🏼" ]
2022-10-20T15:39:25Z
[ "type/enhancement", "scope/backend", "status/accepted" ]
BE: Topic default config values are hard-coded
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopicConfig.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/Kafk...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopicConfig.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java", "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.y...
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopicConfig.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopicConfig.java index 294894ebc2f..d061dd49813 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopicConfig.java +++ b/kafka-ui-api...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java index d248edf5e8c..ff11aa6656a 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java +++ b/kafka-ui-api/src/test/java/com/pr...
test
val
2022-10-29T20:45:21
2022-10-20T15:33:00Z
iliax
train
provectus/kafka-ui/2721_2804
provectus/kafka-ui
provectus/kafka-ui/2721
provectus/kafka-ui/2804
[ "keyword_pr_to_issue" ]
5a67adbf3e8fd5f71957b847a162d29fc3e5c12f
a12380100e061b55c6e4636e2899da0da38006b7
[ "I'd like to give it a try! Could I get assigned to this task please?", "Sure, please. On 22 Oct 2022, at 08:59, Artem Tanyhin ***@***.***> wrote:\nI'd like to give it a try! Could I get assigned to this task please?\n\n—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this becau...
[]
2022-10-23T00:40:29Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "hacktoberfest" ]
KSQL: "Execute KSQL Request" Stream properties overlayed by KSQL query window
**Describe the bug** Layout of the KSQL query window is broken and Stream properties input left border is way under the KSQL query window. **Set up** [0939d61](https://github.com/provectus/kafka-ui/commit/0939d61) **Steps to Reproduce** 1. Open the KSQL tab. 2. Push the "Execute KSQL Request" button **Actu...
[ "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts" ]
[ "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts b/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts index a8fa1cf7afa..3fc59fcecf4 100644 --- a/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts +++ b/kafka-ui-react-app/src/c...
null
train
val
2022-10-24T21:34:20
2022-10-11T06:39:04Z
BulatKha
train
provectus/kafka-ui/2675_2812
provectus/kafka-ui
provectus/kafka-ui/2675
provectus/kafka-ui/2812
[ "connected" ]
dabe2878c1610fc6631d3ab81bb7aa7048617a47
e87178136c86be37dbf1ff08eb74142dd53ccd99
[ "Ready to take this issue.", "So I started this, but not able to build the UI locally. I followed the instructions here:\r\n\r\nhttps://github.com/provectus/kafka-ui/tree/master/kafka-ui-react-app#getting-started\r\n\r\nMy node_modules get installed and I launch the docker containers successfully. The command to ...
[]
2022-10-24T12:51:56Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
Topic messages: rename "content" to "value"
Everywhere in the messages views rename "content" to "value". It's key/value in kafka, not key/content.
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageContent.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/__tests__/MessageContent.spec.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageContent.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/__tests__/MessageContent.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageContent.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageContent.tsx index 6e385916b5c..85f2dcd27c9 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageCon...
null
train
val
2022-10-24T21:18:18
2022-09-30T09:19:57Z
Haarolean
train
provectus/kafka-ui/2697_2814
provectus/kafka-ui
provectus/kafka-ui/2697
provectus/kafka-ui/2814
[ "keyword_pr_to_issue", "connected" ]
a2e87cc8d5ba21e2b01f2f240926298f382db63c
61ac1d921ab02d89016e46408f14e566ffd2d5de
[ "Hi I would like to work on this.Would you assign me please ?", "Hey, sure. \n\n> On 4 Oct 2022, at 00:02, fMurugi ***@***.***> wrote:\n> \n> \n> Hi I would like to work on this.Would you assign me please ?\n> \n> —\n> Reply to this email directly, view it on GitHub, or unsubscribe.\n> You are receiving this be...
[]
2022-10-24T13:42:03Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted" ]
[UI] Do not cache `serdes` endpoint results on frontend
**Description** `serdes` endpoint responses should not be cached on frontend, because its responses relates to schema-registry state, which can be changed any time. Also, endpoint should work fast, so, there should be no performance impart on calling it .
[ "kafka-ui-react-app/src/lib/hooks/api/topicMessages.tsx" ]
[ "kafka-ui-react-app/src/lib/hooks/api/topicMessages.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/lib/hooks/api/topicMessages.tsx b/kafka-ui-react-app/src/lib/hooks/api/topicMessages.tsx index 941841f11ba..1357a15ea32 100644 --- a/kafka-ui-react-app/src/lib/hooks/api/topicMessages.tsx +++ b/kafka-ui-react-app/src/lib/hooks/api/topicMessages.tsx @@ -183,11 +183,11 @@ export const ...
null
test
val
2022-10-24T10:13:06
2022-10-03T13:20:42Z
iliax
train
provectus/kafka-ui/2783_2815
provectus/kafka-ui
provectus/kafka-ui/2783
provectus/kafka-ui/2815
[ "keyword_pr_to_issue" ]
e77b91316463863160d389b0d53e9186c69b8d41
7fe999660c93e516a5e95729a358a2eafec5889e
[]
[ "can we use id submitting property of TopicForm component?" ]
2022-10-24T15:36:04Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted" ]
Topic creation: lock page until creation request finished
**Steps to reproduce:** 1. Go to topic creation page 2. click create topic -> page is not locked, and if topic creation is slow than it is possible to click create multiple time. **How to fix:** Lock page and show progress bar while waiting for server response cc @armenuikafka https://user-images.gith...
[ "kafka-ui-react-app/src/components/Topics/New/New.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/New/New.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/New/New.tsx b/kafka-ui-react-app/src/components/Topics/New/New.tsx index cf992789362..1fbd59090d2 100644 --- a/kafka-ui-react-app/src/components/Topics/New/New.tsx +++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx @@ -57,7 +57,7 @@ const New: React.FC = () ...
null
train
val
2022-11-25T11:35:06
2022-10-20T09:02:53Z
iliax
train
provectus/kafka-ui/2810_2823
provectus/kafka-ui
provectus/kafka-ui/2810
provectus/kafka-ui/2823
[ "connected" ]
99e50f8814e10577fead44957f41db5d213a6bb4
77f789fa6c4a2471417cf0136788ad39952df808
[]
[ "please add .withFailMessage", "seems this annotations is no used in this class", "seems this annotations is no used in this class", "this class is not used in current test, will we used it in in foreseeable future?", "please remove extra space", "why do we define this element like string? can we create S...
2022-10-25T12:04:21Z
[ "scope/QA", "scope/AQA" ]
[e2e] TopicTests.redirectToConsumerFromTopicProfile : Redirect to consumer from topic profile
Autotest implentation for: https://app.qase.io/project/KAFKAUI?view=1&suite=5&previewMode=side&case=20 Description: Checking redirection to Consumer group from Topic profile Preconditions: Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Open the Topic profile Turn to Cons...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/consumer/ConsumersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/consumer/ConsumersList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/consumer/ConsumersDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/consumer/ConsumersDetails.java new file mode 100644 index 00000000000..37b020d935a --- /dev/null +++ b/kafka-ui-e2e-checks/src/main/java/com/provect...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java index 8d3aea55d4f..ac223c62b11 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java +++ b/kafka-ui-e2e-checks/src/test/java...
train
val
2022-10-31T15:05:28
2022-10-24T09:31:52Z
Redbutton18
train
provectus/kafka-ui/2616_2833
provectus/kafka-ui
provectus/kafka-ui/2616
provectus/kafka-ui/2833
[ "keyword_pr_to_issue" ]
c4bbbbe3da06779907a57b05354bcfcb9919ce81
e26f9787d842ad56aefbc98c7ec6f9851fd35c1b
[ "Hello there djboris9! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Hey, thanks for reaching out.\r\n\r\nWe'll add this to our backlog :)", ...
[]
2022-10-27T13:11:34Z
[ "type/enhancement", "good first issue", "scope/backend", "status/accepted" ]
Support passing properties to Kafka Connect client
### Which version of the app are you running? Tag: `v0.4.0` and `master@d9e74deb287e7b81172c6988dd0f99b1a97d9036` ### Is your proposal related to a problem? Currently it's not possible to configure a Kafka Connect component that has TLS Client Auth required but there could be also other settings that need to be pa...
[ "README.md", "documentation/compose/ssl/generate_certs.sh", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/RetryingKafkaConnectClient.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/KafkaConnectClu...
[ "README.md", "documentation/compose/kafka-ssl-components.yaml", "documentation/compose/ssl/generate_certs.sh", "documentation/compose/ssl/san.cnf", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/RetryingKafkaConnectClient.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/Clusters...
[]
diff --git a/README.md b/README.md index ab829328967..3bc6e4635d9 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,10 @@ For example, if you want to use an environment variable to set the `name` parame |`KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS` |Address of the Kafka Connect service endpoint |`KAFKA_CLUSTERS_0_KA...
null
train
val
2022-11-03T18:16:04
2022-09-20T11:03:21Z
djboris9
train
provectus/kafka-ui/2685_2834
provectus/kafka-ui
provectus/kafka-ui/2685
provectus/kafka-ui/2834
[ "keyword_pr_to_issue" ]
5a06d659e28c341dede029da982afd5ffec542c4
74b20d5a5883b14003a889816418496ea0ca47e3
[]
[]
2022-10-27T20:16:58Z
[ "scope/frontend", "type/refactoring", "status/accepted" ]
Migrate Topic Settings page to the new version of table component
### Describe the solution you'd like Migrate `src/components/Topics/Topic/Settings/Settings.tsx` to new version of tables `src/components/common/NewTable/Table.tsx` ### Additional context Topics -> Topic -> Settings
[ "kafka-ui-react-app/src/components/Topics/Topic/Settings/ConfigListItem.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Settings/Settings.styled.ts", "kafka-ui-react-app/src/components/Topics/Topic/Settings/Settings.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Settings/__test__/ConfigListItem.s...
[ "kafka-ui-react-app/src/components/Topics/Topic/Settings/Settings.styled.ts", "kafka-ui-react-app/src/components/Topics/Topic/Settings/Settings.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Settings/__test__/Settings.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Settings/ConfigListItem.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Settings/ConfigListItem.tsx deleted file mode 100644 index cc0b36caa05..00000000000 --- a/kafka-ui-react-app/src/components/Topics/Topic/Settings/ConfigListItem.tsx +++ /dev/null @@ -...
null
test
val
2022-11-09T12:52:20
2022-09-30T10:57:44Z
workshur
train
provectus/kafka-ui/2725_2835
provectus/kafka-ui
provectus/kafka-ui/2725
provectus/kafka-ui/2835
[ "connected" ]
2853b34b5f4667e22dac5932a5000e740315bdb8
d2a62e27628cb55b88258df6a1f13b6faccb651d
[ "hey @Haarolean assign me this issue", "@yogesh-9999 any luck?", "@Haarolean can I take that issue?", "@vitalymatyushik yeah it seems" ]
[]
2022-10-27T20:33:20Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted", "hacktoberfest" ]
Make topic bulk actions buttons always visible
<img width="747" alt="image" src="https://user-images.githubusercontent.com/1494347/195046352-d2b27d74-bbef-46a2-982c-c2aece1cb7df.png"> 1. Make these buttons visible even if no topics are selected 2. Make the buttons disabled if no topics are selected
[ "kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx", "kafka-ui-react-app/src/components/common/NewTable/Table.tsx", "kafka-ui-react-app/src/components/common/NewTable/__test__/Table.spec.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx", "kafka-ui-react-app/src/components/common/NewTable/Table.tsx", "kafka-ui-react-app/src/components/common/NewTable/__test__/Table.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx b/kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx index a5acec28f5b..3ff45cfed78 100644 --- a/kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/BatchAction...
null
train
val
2022-10-26T22:03:42
2022-10-11T09:00:10Z
Haarolean
train
provectus/kafka-ui/2840_2841
provectus/kafka-ui
provectus/kafka-ui/2840
provectus/kafka-ui/2841
[ "connected" ]
95e494ea09996c673ba2a876f5b829c066a2d9b4
b28492acd4a84f12bfcf8987f03c9e41c5410e65
[]
[]
2022-10-28T14:00:06Z
[ "scope/frontend", "status/accepted", "type/chore" ]
Wrong type declaration in the Brokers Fixtures file for the value metrics
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> Wrong type decla...
[ "kafka-ui-react-app/src/components/Brokers/utils/__test__/fixtures.ts" ]
[ "kafka-ui-react-app/src/components/Brokers/utils/__test__/fixtures.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/Brokers/utils/__test__/fixtures.ts b/kafka-ui-react-app/src/components/Brokers/utils/__test__/fixtures.ts index 9ab3e4b662d..310c9bc54a3 100644 --- a/kafka-ui-react-app/src/components/Brokers/utils/__test__/fixtures.ts +++ b/kafka-ui-react-app/src/components/Brokers/utils/...
null
test
val
2022-10-28T18:44:01
2022-10-28T13:33:14Z
Mgrdich
train
provectus/kafka-ui/2829_2842
provectus/kafka-ui
provectus/kafka-ui/2829
provectus/kafka-ui/2842
[ "connected" ]
d2a62e27628cb55b88258df6a1f13b6faccb651d
95e494ea09996c673ba2a876f5b829c066a2d9b4
[ "Hello there treyhendon! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Done in #2842, thank you" ]
[]
2022-10-28T16:37:32Z
[ "status/accepted", "scope/k8s" ]
0.4.0 Image Tag Does Not Match
**Steps to Reproduce** Steps to reproduce the behavior: 1. Deploy current main helm chart **Expected behavior** The chart defaults that if no tag is defined, the chart app version is used. Published Docker Tag: `v0.4.0` Helm Helper: ``` {{- $tag := .Values.image.tag | default .Chart.AppVersion -}} ``...
[ "charts/kafka-ui/Chart.yaml" ]
[ "charts/kafka-ui/Chart.yaml" ]
[]
diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index 89982674019..2da8388a44a 100644 --- a/charts/kafka-ui/Chart.yaml +++ b/charts/kafka-ui/Chart.yaml @@ -3,5 +3,5 @@ name: kafka-ui description: A Helm chart for kafka-UI type: application version: 0.4.4 -appVersion: 0.4.0 +appVersion: v0.4.0 i...
null
train
val
2022-10-28T17:55:35
2022-10-26T15:20:39Z
treyhendon
train
provectus/kafka-ui/2838_2843
provectus/kafka-ui
provectus/kafka-ui/2838
provectus/kafka-ui/2843
[ "connected" ]
b28492acd4a84f12bfcf8987f03c9e41c5410e65
81072541a8aab5271c63ae168f44e3ac86fcce16
[]
[]
2022-10-29T10:16:31Z
[ "type/documentation", "scope/frontend" ]
React Documentation Readme Includes a Link to create-react-app
I don't think create react app link is relevant in the documentation , since nowadays the app uses Vite as a module bundler , where create-react-app uses Webpack and we don't rely on react-script to build the application, we should replace it with Vite source code link. <img width="1712" alt="image" src="https://use...
[ "kafka-ui-react-app/README.md" ]
[ "kafka-ui-react-app/README.md" ]
[]
diff --git a/kafka-ui-react-app/README.md b/kafka-ui-react-app/README.md index 8e5ea6ebf3b..8ab814cd1d5 100644 --- a/kafka-ui-react-app/README.md +++ b/kafka-ui-react-app/README.md @@ -66,4 +66,4 @@ pnpm start ``` ## Links -* [Create React App](https://github.com/facebook/create-react-app) +* [Vite](https://github....
null
train
val
2022-10-29T15:21:37
2022-10-28T09:21:41Z
Mgrdich
train
provectus/kafka-ui/2759_2846
provectus/kafka-ui
provectus/kafka-ui/2759
provectus/kafka-ui/2846
[ "connected" ]
81072541a8aab5271c63ae168f44e3ac86fcce16
2f2e19d1bce41ec8c0f867b20b4c72b20f764bf0
[ "The internality flag is being defaulted to a single underscore character now. Can be overridden with \"kafka_clusters_internalTopicPrefix\" property." ]
[]
2022-10-30T15:39:25Z
[ "type/bug", "good first issue", "scope/backend", "status/accepted", "status/confirmed", "hacktoberfest" ]
Unable to delete topics with names beginning with an underscore
### Discussed in https://github.com/provectus/kafka-ui/discussions/2755 <div type='discussions-op-text'> <sup>Originally posted by **nitin1677** October 14, 2022</sup> Kafka UI Version: d149d26013a81e22e5d0c8b59db56ac0565b9e55 ( [d149d26](https://github.com/provectus/kafka-ui/commit/d149d26)) Remove topic o...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopic.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopic.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopic.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopic.java index b669d0db414..a553165de4d 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopic.java +++ b/kafka-ui-api/src/main/java/com...
null
train
val
2022-10-29T20:45:21
2022-10-17T09:12:49Z
Haarolean
train
provectus/kafka-ui/2716_2847
provectus/kafka-ui
provectus/kafka-ui/2716
provectus/kafka-ui/2847
[ "connected" ]
81072541a8aab5271c63ae168f44e3ac86fcce16
cb8049e769452a40007c29acdfae43e5e8abe53d
[ "Hey, thanks for reaching out. We're aware, the fix will be available in a few days. Meanwhile, you can set the env variable `timestamp.format` to `DD.MM.YYYY HH:mm:ss`.", "thx, adding environment variable for timestamp.format helped to correct the date format.", "> Hey, thanks for reaching out. We're aware, th...
[]
2022-10-30T15:55:58Z
[ "type/bug", "scope/backend", "scope/frontend", "status/accepted", "status/confirmed" ]
Invalid dates after a recent pull
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> After i pulled...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoController.java", "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/lib/hooks/api/__tests__/timeFormat.spec.ts", "kafka-ui-react-app/src/lib/hooks/api/timeFormat.ts" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoController.java", "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/lib/hooks/api/__tests__/timeFormat.spec.ts", "kafka-ui-react-app/src/lib/hooks/api/timeFormat.ts" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoController.java index 66e5d70bd33..cdda3d0953e 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoController.java +++ b/kafka-ui-api...
null
train
val
2022-10-29T20:45:21
2022-10-08T22:48:06Z
nitin1677
train
provectus/kafka-ui/2676_2848
provectus/kafka-ui
provectus/kafka-ui/2676
provectus/kafka-ui/2848
[ "connected" ]
1b1caddd310d3c92c8f3430b991cc48efef469ff
b0782da7d137fba481eb9059a60e052617255b2a
[ "i wanna work on this, Can you please tell me any easy way of finding all the sizes in the application.\r\nthanks", "@haseeb-xd sure, go ahead. \r\nThey might be formatted via the same function through the app. Topic statistics is one of the places with a lot of sizes.", "@haseeb-xd any luck?" ]
[]
2022-10-30T19:11:24Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
Add a space to all formatted sizes
All sizes in the app are displayed like this: "123KB". Please add a space between the numeric and size parts.
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/TopicTable.spec.tsx", "kafka-ui-react-app/src/components/common/BytesFormatted/BytesFo...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/TopicTable.spec.tsx", "kafka-ui-react-app/src/components/common/BytesFormatted/BytesFo...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index e619dc5c95d..d0632817b7d 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java index bf618f0222a..d707b5acafd 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java +++ b/kafka-ui-e2e-check...
train
val
2022-11-07T12:41:04
2022-09-30T09:22:06Z
Haarolean
train
provectus/kafka-ui/2822_2849
provectus/kafka-ui
provectus/kafka-ui/2822
provectus/kafka-ui/2849
[ "connected" ]
77f789fa6c4a2471417cf0136788ad39952df808
cd2d8b026ffb8ec4ba9314dffb63465e50fe59b6
[]
[]
2022-10-30T19:54:49Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "hacktoberfest" ]
KSQL: Container with query "Status" is too narrow
**Set up** [d1d46b6](https://github.com/provectus/kafka-ui/commit/d1d46b6) **Steps to Reproduce** 1. Open KSQL DB in navigation sidebar. 2. Fill in some query and Execute it. E.g.: `CREATE STREAM first.messagesStream1 (viewtime BIGINT, userid VARCHAR, pageid VARCHAR) WITH (KAFKA_TOPIC='first.mess...
[ "kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/TableRenderer.styled.tsx" ]
[ "kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/TableRenderer.styled.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/TableRenderer.styled.tsx b/kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/TableRenderer.styled.tsx index c02c30d3691..96ef549aa69 100644 --- a/kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/T...
null
train
val
2022-11-01T10:27:04
2022-10-25T11:50:43Z
BulatKha
train
provectus/kafka-ui/2712_2851
provectus/kafka-ui
provectus/kafka-ui/2712
provectus/kafka-ui/2851
[ "connected" ]
cd2d8b026ffb8ec4ba9314dffb63465e50fe59b6
ee920b43c45156cad1b89be31e43106ca3859edb
[]
[ "don't we want gitBtn and discordBtn to be visible?", "not sure that we really need to search discordBtn with '4DWzD7pGE5', test will fail everytime it'll be changed. let's create locator using 'contains' w/o discord's id", "added to getAllVisibleElements ", "Refactored " ]
2022-10-31T14:28:54Z
[ "scope/QA", "scope/AQA" ]
[e2e] refactoring of SmokeTest
- current test about comparing screenshots is redundant - need to create test which will check all base elements, such as logo, naviPanel availability, logout button
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/screenshots/NoReferenceScreenshotFoundException.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/screenshots/Screenshooter.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/TopPanel.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java index 4e6bab8eb00..0f6f4c22609 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java +++ b/kafka-ui-e2e-ch...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java index e876d3a634b..e1e6927c432 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java +++ b/kafka-ui-e2e-checks/src/test/java/co...
train
val
2022-11-01T13:20:43
2022-10-07T12:01:22Z
VladSenyuta
train
provectus/kafka-ui/2672_2854
provectus/kafka-ui
provectus/kafka-ui/2672
provectus/kafka-ui/2854
[ "connected" ]
734d4ccdf71ee9b5c85570faa0c4767db3624509
5efb380c42a97418b29fd5e72ed8372be7d1b48e
[ "Hello @gabrieljones, thank you for suggestion.\r\n\r\nI personally find this behaviour useful, especially when you need to send similar messages with minor changes. Maybe we can add explicit \"Generate random\" button in produce dialog. \r\nWe will discuss it internally and implement it either way. \r\n\r\ncc @Ha...
[ "do we need the `div` tag here ?", "isn't submit happening any how , `if (!keepContents) {}` should only act on the values without the `onSubmit` where it should be outside of the condition, cause the request is already being carried.", "@Mgrdich this function is not mine, as I understand it, it only closes the...
2022-11-01T06:24:16Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted" ]
Don't Dismiss Produce Message pane after `Send`
### Which version of the app are you running? vv0.4.0([521ba0c](https://github.com/provectus/kafka-ui/commit/521ba0c)) ### Is your proposal related to a problem? After clicking `Send` in Produce Message pane UI shift back to the Messages pane and resets the Produce Message field contents. ### Describe the solut...
[ "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.styled.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/__test__/SendMessage.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Topic.t...
[ "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.styled.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/__test__/SendMessage.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Topic.t...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.styled.tsx b/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.styled.tsx index 483c41d0533..d2750abf7d1 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.styled.tsx +++ b/kafka-ui-...
null
train
val
2023-04-20T19:13:05
2022-09-30T03:35:47Z
gabrieljones
train
provectus/kafka-ui/2488_2862
provectus/kafka-ui
provectus/kafka-ui/2488
provectus/kafka-ui/2862
[ "connected" ]
5900f8e957f2abf078bb6db4552b186a9e21a0b5
33784e3e837a9f64dc4a39f4147e1c11e54f9401
[]
[]
2022-11-01T20:20:15Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed", "type/regression" ]
Messages pagination is missing
backward button -- use as browser's "back" function forward -- as it was before use /v2 as reference
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/Messages.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/__test__/MessagesTable.sp...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/Messages.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/__test__/MessagesTable.sp...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx index c010ca65cb5..87d59f3b8e3 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx +++ b/kafka-ui-react-app/src/comp...
null
train
val
2022-11-15T13:05:06
2022-08-25T16:57:13Z
Haarolean
train
provectus/kafka-ui/2857_2863
provectus/kafka-ui
provectus/kafka-ui/2857
provectus/kafka-ui/2863
[ "keyword_pr_to_issue" ]
7fcbf7507b3ebbd9259b538ba291d76d0f2b8a5f
8bb9f6365823ed8ad181f68ec3a37e6652c4e39e
[]
[ "i think we can use find here instead of iterating over the array twice , \r\n[MDN doc for find](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find)" ]
2022-11-02T08:18:17Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Seek type field became empty with refreshing the page
**Describe the bug** Seek type field became empty with refreshing the Topic/Messages **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** Steps to reproduce the behavior: 1. Navigate to Topic/Messages tab 2. Make sure Seek Type value is "Offset" by default 3. Refresh the page **Ex...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx index c010ca65cb5..1b99650f715 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx +++ b/kafka-ui-react-app/src/comp...
null
test
val
2022-11-16T16:36:27
2022-11-01T06:43:23Z
armenuikafka
train
provectus/kafka-ui/2699_2864
provectus/kafka-ui
provectus/kafka-ui/2699
provectus/kafka-ui/2864
[ "connected" ]
c4bbbbe3da06779907a57b05354bcfcb9919ce81
b1891c021bc587f7c2ab7b28f13a4745ceab1f49
[]
[ "use var type pls, 'Locator' in this case -> connectorHeaderLocator", "why does it called tabElementLocator? rename to connectorNameLocator for example", "it's not a locator, you already defined it as SelenideElement. seems it's schemaTypeDdl?", "schemaHeaderLocator", "seems here we need to return boolean t...
2022-11-02T09:27:04Z
[ "scope/QA", "scope/AQA" ]
[e2e] review tests to use more object details while creating and updating
we have a lot of missed details (in Topic for example) that we can set while creating and assert than need to review and add as much details as possible and make assertions after creation not only for new object in the list
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Schema.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connec...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Schema.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/NaviSideBar.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connec...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/ConnectorsTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/SchemasTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Schema.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Schema.java index 8097c2e7d72..a9c7dca75bf 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Schema.java +++ b/kafka-ui-e2e-checks/src/mai...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/ConnectorsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/ConnectorsTests.java index bd06882887f..1203fc9ebcf 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/ConnectorsTests.java +++ b/kaf...
train
val
2022-11-03T18:16:04
2022-10-04T06:31:26Z
VladSenyuta
train
provectus/kafka-ui/2669_2873
provectus/kafka-ui
provectus/kafka-ui/2669
provectus/kafka-ui/2873
[ "connected" ]
5900f8e957f2abf078bb6db4552b186a9e21a0b5
7fcbf7507b3ebbd9259b538ba291d76d0f2b8a5f
[ "Hello @nitin1677 , thank you for issue.\r\n\r\ncan you please share `foreignExchangeRate` field definition (like you have in avro schema) ?\r\n", "{\r\n\t\t\t\t\t\t\"name\": \"foreignExchangeRate\",\r\n\t\t\t\t\t\t\"type\": [\r\n\t\t\t\t\t\t\t\"null\",\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"type\": \"bytes\",\r...
[]
2022-11-03T13:14:27Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted" ]
Save to file issues with bigdecimal
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> when payload c...
[ "kafka-ui-react-app/src/lib/hooks/__tests__/useDataSaver.spec.tsx", "kafka-ui-react-app/src/lib/hooks/useDataSaver.ts" ]
[ "kafka-ui-react-app/src/lib/hooks/__tests__/useDataSaver.spec.tsx", "kafka-ui-react-app/src/lib/hooks/useDataSaver.ts" ]
[]
diff --git a/kafka-ui-react-app/src/lib/hooks/__tests__/useDataSaver.spec.tsx b/kafka-ui-react-app/src/lib/hooks/__tests__/useDataSaver.spec.tsx index 510fb955455..f0631850e5c 100644 --- a/kafka-ui-react-app/src/lib/hooks/__tests__/useDataSaver.spec.tsx +++ b/kafka-ui-react-app/src/lib/hooks/__tests__/useDataSaver.spec...
null
train
val
2022-11-15T13:05:06
2022-09-29T17:44:16Z
nitin1677
train
provectus/kafka-ui/2298_2874
provectus/kafka-ui
provectus/kafka-ui/2298
provectus/kafka-ui/2874
[ "connected" ]
0818bb0144ca4b2f3b23a0ab9e374fa8bf727901
3277186fc03c5a3a381ccf24b29924d13e7627fd
[ "@m-kay hey, unfortunately, that's currently not possible to have multiple protobuf files, but we'll implement this in the future. Thanks for the suggestion!", "related #2228" ]
[ "pls also check that protobufFiles list is not empty", "pls add `distinct()`", "looks like pipeline can be simplified to smth like\r\n```\r\nprotobufSchemas.entrySet().stream() \r\n .map(e -> Map.entry(e.getValue().toDescriptor(msgName), e.getKey()))\r\n .filter(e -> e.getKey() != null)\r\...
2022-11-03T16:58:40Z
[ "type/enhancement", "scope/backend", "status/accepted" ]
Support multiple protobuf schema files
### Discussed in https://github.com/provectus/kafka-ui/discussions/2249 <div type='discussions-op-text'> <sup>Originally posted by **m-kay** July 6, 2022</sup> According to the [docs](https://github.com/provectus/kafka-ui/blob/master/documentation/guides/Protobuf.md) it is only possible to configure one schema ...
[ "documentation/guides/Protobuf.md", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerde.java" ]
[ "documentation/guides/Protobuf.md", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerde.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerdeTest.java", "kafka-ui-api/src/test/resources/sensor.proto" ]
diff --git a/documentation/guides/Protobuf.md b/documentation/guides/Protobuf.md index d7c50ffb65e..93bc7133e0a 100644 --- a/documentation/guides/Protobuf.md +++ b/documentation/guides/Protobuf.md @@ -11,8 +11,12 @@ To configure Kafkaui to deserialize protobuf messages using a supplied protobuf kafka: clusters: ...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerdeTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerdeTest.java index 062839a6c0a..887792b6335 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFile...
train
val
2022-11-04T20:11:08
2022-07-19T10:47:17Z
Haarolean
train
provectus/kafka-ui/2703_2887
provectus/kafka-ui
provectus/kafka-ui/2703
provectus/kafka-ui/2887
[ "connected" ]
b0c897b5c804cfec7d9941438f7d2dab5b60b6e2
9f9bd36b0fbf17776bc520e1e4dc4eb85a4a0b09
[ "@Haarolean, we already return if replica is sync or not from backend. So, we can easily implement it in UI. As for design - I think the simplest way is to highlight non-synced replicates with bold red. ", "- make the whole line red in case when the leader is offline?" ]
[]
2022-11-07T08:30:31Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted" ]
Display In Sync Replicas (ISR) by Partition on Topic overview
### Which version of the app are you running? 0.4.0 for production use Tu.10.2022 06:31:55 (c961344) for test and evaluation ### Is your proposal related to a problem? It is helpful to identify which partitions for topics are not replicating properly, causing the In Sync Replicas number to be reduced in an othe...
[ "kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.styled.ts", "kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/__test__/Overview.spec.tsx", "kafka-ui-react-app/src/theme/theme.ts" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.styled.ts", "kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/__test__/Overview.spec.tsx", "kafka-ui-react-app/src/theme/theme.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.styled.ts b/kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.styled.ts index a64db26117e..d274a1ba9d9 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Overview/Overview.styled.ts +++ b/kafka-ui-react-app/src/compone...
null
train
val
2022-12-09T16:09:13
2022-10-05T15:27:56Z
DaveSlinn
train
provectus/kafka-ui/2883_2888
provectus/kafka-ui
provectus/kafka-ui/2883
provectus/kafka-ui/2888
[ "connected" ]
0818bb0144ca4b2f3b23a0ab9e374fa8bf727901
70cdeea819e812ccf38bb1daa1dd27ba6296d28a
[]
[ "isCreateTopicButtonEnabled()", "Changed." ]
2022-11-07T09:07:51Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking Topic creation possibility in case of empty Topic Name
Autotest implementation for: https://app.qase.io/project/KAFKAUI?view=1&suite=4&case=4 Description: Checking Creation of a new Topic with letting required field empty Pre-conditions: Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Redirect to 'Create new Topic' page with c...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicCreateEditForm.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/WebUtils.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicCreateEditForm.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/WebUtils.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicCreateEditForm.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicCreateEditForm.java index 539520445ed..9a97e6dba32 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/Topi...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java index 97f70c194e3..07bdf3b0b52 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java +++ b/kafka-ui-e2e-check...
train
val
2022-11-04T20:11:08
2022-11-04T12:24:06Z
ArthurNiedial
train
provectus/kafka-ui/2858_2895
provectus/kafka-ui
provectus/kafka-ui/2858
provectus/kafka-ui/2895
[ "keyword_pr_to_issue" ]
20ecc74dd9aba38156e5cc88847e3a41fd663feb
dbdf14312240e0b36f378b3c274202ffe6cb818e
[ "as a workaround we could display a short month name instead and keep the field the same width", "@Haarolean \r\nhttps://github.com/provectus/kafka-ui/blob/70cdeea819e812ccf38bb1daa1dd27ba6296d28a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx#L422-L430\r\n\r\n```jsx\r\ndateFormat=\"M...
[ "```suggestion\r\n dateFormat=\"MMM d, yyyy HH:mm\"\r\n```" ]
2022-11-07T12:04:16Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
[UI] Timestamp value overlaps with dropdown field icon within Topic/Messages
**Describe the bug** The selected value of Timestamp overlaps with dropdown field icon within Topic/Messages **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** Steps to reproduce the behavior: 1. Navigate to Topic/Messages tab 2. Select Timestamp for Seek Type field 3. Choose the dat...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx index 1b99650f715..9f54e56d5a4 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx +++ b/kafka-ui-react-app/src/comp...
null
train
val
2022-11-28T09:54:07
2022-11-01T07:15:45Z
armenuikafka
train
provectus/kafka-ui/2439_2896
provectus/kafka-ui
provectus/kafka-ui/2439
provectus/kafka-ui/2896
[ "connected" ]
8011f60ccfea888951935b9312a5f79740c09818
c86a429a172d68bb7b6109e82e762215cdf78fba
[ "+ documentation #2432" ]
[ "can we add some logging here with warn level please? so the folks who run this locally won't get frustrated" ]
2022-11-07T13:55:53Z
[ "scope/QA", "status/accepted", "type/chore", "scope/AQA" ]
Make e2e tests possible to run without qaseio token
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/qaseIoUtils/QaseExtension.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/qaseIoUtils/QaseExtension.java" ]
[]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/qaseIoUtils/QaseExtension.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/qaseIoUtils/QaseExtension.java index 52c3ff9b908..474acd10999 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilitie...
null
val
val
2022-11-07T16:54:11
2022-08-12T11:14:21Z
Haarolean
train
provectus/kafka-ui/2870_2900
provectus/kafka-ui
provectus/kafka-ui/2870
provectus/kafka-ui/2900
[ "connected" ]
8011f60ccfea888951935b9312a5f79740c09818
212479d98f79aac5f72a386125bde3b02e549463
[ "Don't forget v2" ]
[ "i think here the query have to be more specific cause it it finding many and that is why it is failing the tests" ]
2022-11-08T06:12:05Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
"Select filter" button is active without selecting any saved filter within Topic/Messages/Saved filters
**Describe the bug** "Select filter" is active in case of not selected filter within Saved filters in Topic/Messages **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** Steps to reproduce the behavior: 1. Navigate to Topic/Messages 2. Press "+Add Filters" 3. Click on "Saved Filters"...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/SavedFilters.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/__tests__/SavedFilters.spec.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/SavedFilters.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/__tests__/SavedFilters.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/SavedFilters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/SavedFilters.tsx index 6a757d34383..da5033e8cac 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/SavedFilters.tsx +++ b/kafka-ui-rea...
null
train
val
2022-11-07T16:54:11
2022-11-03T06:57:41Z
armenuikafka
train
provectus/kafka-ui/2859_2901
provectus/kafka-ui
provectus/kafka-ui/2859
provectus/kafka-ui/2901
[ "connected" ]
9f5d9126dacb1ef8c8299d14c1a8e2efe408154d
af1065fca875f47487c64bc9b7f3598b8144b8cb
[]
[]
2022-11-08T06:33:52Z
[ "scope/QA", "scope/AQA" ]
[e2e] TopicTests.messageCopyFromTopicProfile : Message copy from topic profile
Autotest implementation for: https://app.qase.io/project/KAFKAUI?view=1&suite=5&previewMode=side&case=21 Description: Checking possibility to copy message within Topic/Messages Preconditions: Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Open the Topic profile which has me...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index c9469fab735..61a04115fb4 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java index aaa7a6fe8b6..dc7a3b130a8 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java +++ b/kafka-ui-e2e-check...
val
val
2022-11-09T21:43:18
2022-11-01T12:32:58Z
Redbutton18
train
provectus/kafka-ui/2738_2903
provectus/kafka-ui
provectus/kafka-ui/2738
provectus/kafka-ui/2903
[ "connected" ]
fdde380072f8a269607f6ac0ef683813f31a0141
e07ce28b2c021e4e572f639be7ff6b7c10bf9cb2
[]
[ "please check the Linter warnings", "i think there with the new version of user event , you can automatically await the userEvent ", "fixed", "fixed", "why are we deleting the empty table case ?", "fixed" ]
2022-11-08T11:31:30Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted" ]
UI now showing broker list when DISABLELOGDIRSCOLLECTION=true
Currently, when log dir collection is disabled, UI not showing brokers list - I think it can be useful to see broker list anyway. Lets render list, but hide/(fill with N/A) columns with no values : segmentSize, segmentsCount. CC @Haarolean sample: <img width="1528" alt="Screenshot 2022-10-13 at 10 35 40" src="...
[ "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/Brokers/BrokersList/__test__/BrokersList.spec.tsx" ]
[ "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/Brokers/BrokersList/__test__/BrokersList.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx b/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx index 3fce89fbae9..d74c1bcb700 100644 --- a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx +++ b/kafka-ui-react-app/src/components/Brokers/Bro...
null
val
val
2022-12-07T10:09:14
2022-10-13T06:47:50Z
iliax
train
provectus/kafka-ui/2474_2903
provectus/kafka-ui
provectus/kafka-ui/2474
provectus/kafka-ui/2903
[ "connected" ]
fdde380072f8a269607f6ac0ef683813f31a0141
e07ce28b2c021e4e572f639be7ff6b7c10bf9cb2
[ "Hello there OpenCoderX! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "relates to https://github.com/provectus/kafka-ui/issues/2738, should be ...
[ "please check the Linter warnings", "i think there with the new version of user event , you can automatically await the userEvent ", "fixed", "fixed", "why are we deleting the empty table case ?", "fixed" ]
2022-11-08T11:31:30Z
[ "type/bug", "scope/frontend", "status/accepted" ]
Cluster with 4 nodes but only 3 are listed under brokers section
- Cluster with 4 nodes but only 3 are listed under brokers section. - In the call to /stats there is only disk usage returned for 3 brokers, the broker that is not returned in disk stats is the missing broker - There are 4 brokers returned in the json response from GET http://localhost:8080/api/clusters/sensor/broker...
[ "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/Brokers/BrokersList/__test__/BrokersList.spec.tsx" ]
[ "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/Brokers/BrokersList/__test__/BrokersList.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx b/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx index 3fce89fbae9..d74c1bcb700 100644 --- a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx +++ b/kafka-ui-react-app/src/components/Brokers/Bro...
null
val
val
2022-12-07T10:09:14
2022-08-21T20:45:01Z
OpenCoderX
train
provectus/kafka-ui/2889_2904
provectus/kafka-ui
provectus/kafka-ui/2889
provectus/kafka-ui/2904
[ "connected" ]
8e35fd628abf2d08c56d7a3003c6cf4c43ec34c4
fce4c23276ebd798f182a2af7150cabffb2d63db
[]
[ "remove commented line, pls", "locator is too abstract, let's try to specify it", "var name should start from low letter if it's not constant", "this class looks overloaded with a lot of enums\ncreated pls kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/enums/ENUM_CLASS_FOR_EVERY_SINGLE_E...
2022-11-08T11:49:52Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking requiredness of Custom parameters within 'Create new Topic'
Autotest implementation for: https://app.qase.io/case/KAFKAUI-6 Description: Checking requiredness of Custom parameters' within 'Create new Topic' Pre-conditions: Pre-conditions Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Redirect to 'Create new Topic' page with cli...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicCreateEditForm.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicCreateEditForm.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/enums/CleanupPolicyValue.java", "kafka-ui-e2e-checks/src/main/jav...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java index d9a306a4f57..597529a92a4 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Topic.java +++ b/kafka-ui-e2e-checks/src/main/j...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java index d707b5acafd..aaa7a6fe8b6 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java +++ b/kafka-ui-e2e-check...
train
val
2022-11-08T12:28:20
2022-11-07T09:35:41Z
ArthurNiedial
train
provectus/kafka-ui/2923_2924
provectus/kafka-ui
provectus/kafka-ui/2923
provectus/kafka-ui/2924
[ "connected" ]
8bb9f6365823ed8ad181f68ec3a37e6652c4e39e
93af20c46cacef03fbd06eceebe3a6caffda7b0d
[ "PR created https://github.com/provectus/kafka-ui/pull/2924 for that issue." ]
[]
2022-11-11T11:31:25Z
[ "type/enhancement", "status/accepted", "scope/k8s" ]
Add posibility to define scheme as HTTPS in readiness and liveness probes
**Describe the bug** <!--(A clear and concise description of what the bug is.)--> If we enable SSL in kafka-ui backend, and deploy into k8s using the helm chart, the deployment creates the livenessProbe and readinessProbe configuration with the default value of HTTP. https://kubernetes.io/docs/tasks/configure-pod-co...
[ "charts/kafka-ui/Chart.yaml", "charts/kafka-ui/templates/deployment.yaml", "charts/kafka-ui/values.yaml" ]
[ "charts/kafka-ui/Chart.yaml", "charts/kafka-ui/templates/deployment.yaml", "charts/kafka-ui/values.yaml" ]
[]
diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index 1ecf0eeecea..2ae296b4ee6 100644 --- a/charts/kafka-ui/Chart.yaml +++ b/charts/kafka-ui/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: kafka-ui description: A Helm chart for kafka-UI type: application -version: 0.4.5 +version: 0.4.6 appVersi...
null
train
val
2022-11-17T12:17:28
2022-11-11T11:00:28Z
joseacl
train
provectus/kafka-ui/2914_2925
provectus/kafka-ui
provectus/kafka-ui/2914
provectus/kafka-ui/2925
[ "connected" ]
97aa114696b59167837886f554f6062094619fb5
6de731778bf9e2884f5f50a464d4f399055de81e
[ "Hello there anezboretskiy! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀" ]
[ " public List<SelenideElement> getAllVisibleElements() {\n List<SelenideElement> visibleElements = new ArrayList<>(getVisibleColumnHeaders());\n visibleElements.addAll(Arrays.asList(searchField, addTopicBtn, tableGrid));\n visibleElements.addAll(getActionButtons());\n return visibleElements;"...
2022-11-11T12:28:43Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking Topics section within Kafka-ui Application
**Autotest implementation for:** https://app.qase.io/case/KAFKAUI-2 **Description:** Checking 'All Topics' page content **Pre-conditions:** - Login to Kafka-ui application - Open the Local cluster in a left **Post-conditions:** Empty value **Steps:** 1. Select Topics within Local section **Expect...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/TopPanel.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/TopPanel.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/SmokeTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/connectors/ConnectorsTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java", "kafka-ui-e2e-checks/src/test/java/com...
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/TopPanel.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/TopPanel.java index 8101543abfc..267bb4a9b21 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/TopPanel.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/SmokeTests.java similarity index 97% rename from kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java rename to kafka-ui-e2e-checks/src/test/java/com...
train
val
2022-11-11T12:43:15
2022-11-09T13:42:46Z
anezboretskiy
train
provectus/kafka-ui/2711_2926
provectus/kafka-ui
provectus/kafka-ui/2711
provectus/kafka-ui/2926
[ "keyword_issue_to_pr", "connected" ]
6de731778bf9e2884f5f50a464d4f399055de81e
f47a0382f73fc88b778d87492d09bc9b8427da1c
[ "Can I work on this and raise a PR ?", "Hey, sure.", "@royca If you don't mind I would like to work on this since there has been no PR or any discussion for 12 days\r\n@Haarolean please assign to me this issue if it possible", "A fix for\r\nCVE-2022-31690\r\nCVE-2022-31692\r\nNew dependency [unavailable yet](...
[]
2022-11-11T16:48:43Z
[ "good first issue", "scope/backend", "type/security", "status/accepted" ]
CVEs fixes, October 22
https://github.com/provectus/kafka-ui/actions/runs/3058781951/jobs/4935377778 Bump snakeyaml deps
[ "pom.xml" ]
[ "pom.xml" ]
[]
diff --git a/pom.xml b/pom.xml index 73d3bfeb3ad..ecb707e1da0 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <maven.compiler.release>17</maven.compiler.release> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring-boot.version>2.6.8</spring-boot.version> + ...
null
train
val
2022-11-11T14:19:11
2022-10-07T08:47:40Z
Haarolean
train
provectus/kafka-ui/2711_2929
provectus/kafka-ui
provectus/kafka-ui/2711
provectus/kafka-ui/2929
[ "keyword_pr_to_issue", "connected" ]
818149977cc234bf18ba9eeabb00926c16610bc4
0d0a24491586a499890897dac5f3546510f53cd5
[ "Can I work on this and raise a PR ?", "Hey, sure.", "@royca If you don't mind I would like to work on this since there has been no PR or any discussion for 12 days\r\n@Haarolean please assign to me this issue if it possible", "A fix for\r\nCVE-2022-31690\r\nCVE-2022-31692\r\nNew dependency [unavailable yet](...
[ "any specific reason we're downgrading?", "@Haarolean Outdated local `master` branch. 🤦 \r\n\r\nI've updated the PR.", "@joschi any idea how did this thing get in here? There's no scala library prior to your commit 🤔 ", "@Haarolean Kafka (`org.apache.kafka:kafka_2.13` used in `kafka-ui-e2e-checks`) is writt...
2022-11-14T09:27:07Z
[ "good first issue", "scope/backend", "type/security", "status/accepted" ]
CVEs fixes, October 22
https://github.com/provectus/kafka-ui/actions/runs/3058781951/jobs/4935377778 Bump snakeyaml deps
[ "kafka-ui-api/pom.xml", "kafka-ui-contract/pom.xml", "kafka-ui-e2e-checks/pom.xml", "kafka-ui-serde-api/pom.xml", "pom.xml" ]
[ "kafka-ui-api/pom.xml", "kafka-ui-contract/pom.xml", "kafka-ui-e2e-checks/pom.xml", "kafka-ui-serde-api/pom.xml", "pom.xml" ]
[]
diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index f9fa40386fb..95c64071dc5 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -20,18 +20,6 @@ <sonar.language>java</sonar.language> </properties> - <dependencyManagement> - <dependencies> - <dependency> - ...
null
test
val
2022-11-14T17:02:34
2022-10-07T08:47:40Z
Haarolean
train
provectus/kafka-ui/2909_2931
provectus/kafka-ui
provectus/kafka-ui/2909
provectus/kafka-ui/2931
[ "connected" ]
f47a0382f73fc88b778d87492d09bc9b8427da1c
818149977cc234bf18ba9eeabb00926c16610bc4
[]
[ "why do we need this annotation?", "why do we need this annotation?", "extra space", "getVisibleSummaryCellL -> getVisibleSummaryCells", "can we simplify this way?\nreturn getEnabledColumnHeaders();", "really enabled?", "here and at 39 line we need to specify element.getSearchCriteria() + \" isVisibleOr...
2022-11-14T13:38:22Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking the existing Broker's profile in a cluster
Autotest implementation for: https://app.qase.io/case/KAFKAUI-85 Description: Checking the information of used Broker in a cluster Pre-conditions: Login to Kafka-ui Open the cluster Post-conditions: Empty value Steps: 1 Press the Brokers component 2 Click on Broker Expected result: 1 All the ex...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/WebUtils.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java", "kafka-ui-e2e-checks/src/main/java/com/provec...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java index 827a663cc51..de733b668f9 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java index 5b9533c30ec..279704b8b95 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java +++ b/kafka-ui-e2e-checks/src/test/java...
train
val
2022-11-14T11:53:56
2022-11-08T14:06:55Z
ArthurNiedial
train
provectus/kafka-ui/2919_2939
provectus/kafka-ui
provectus/kafka-ui/2919
provectus/kafka-ui/2939
[ "connected" ]
93af20c46cacef03fbd06eceebe3a6caffda7b0d
d1013b69dadf9b5ff5037f3ab450b22bb11213cf
[]
[ "you're getting text from le element found by that text? no reason in this method, we need or to find filter name by another locator and assert text or assert that element found by text is visible", "1 we agreed use assertions only inside test classes\n2I meant create this method with modal element(s) (for exampl...
2022-11-15T09:45:09Z
[ "scope/AQA" ]
[e2e] Checking Filter adding within Topics/Topic/Messages with filled required fields
Autotest implementation for: https://app.qase.io/project/KAFKAUI?view=1&suite=5&previewMode=side&case=12 Description: Checking Filter adding within Topics/Topic profile/Messages tab Preconditions: Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Steps: 1 Open any Topic's pro...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/WebUtils.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/WebUtils.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index 9ac485c26b7..e968d4f9372 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicActionsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java similarity index 80% rename from kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicActionsTests.java...
test
val
2022-11-18T09:10:02
2022-11-10T11:54:47Z
Redbutton18
train
provectus/kafka-ui/2935_2940
provectus/kafka-ui
provectus/kafka-ui/2935
provectus/kafka-ui/2940
[ "connected" ]
0d0a24491586a499890897dac5f3546510f53cd5
5900f8e957f2abf078bb6db4552b186a9e21a0b5
[ "@nitin1677 thank you for issue!\r\nupdated docker image published (master tag) \r\ncan you please check on your setup?", "Updated the docker image with pull from master. No more error in docker logs. \r\n\r\n1. Topics without schema (Key serde: String, Value serde: String, Partitions: All items are selected) are...
[]
2022-11-15T10:34:14Z
[ "type/bug", "scope/backend", "status/accepted", "status/confirmed" ]
Message tab infinite polling
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> After latest p...
[ "kafka-ui-api/Dockerfile" ]
[ "kafka-ui-api/Dockerfile" ]
[]
diff --git a/kafka-ui-api/Dockerfile b/kafka-ui-api/Dockerfile index c0c68ff0041..96e0eb414b1 100644 --- a/kafka-ui-api/Dockerfile +++ b/kafka-ui-api/Dockerfile @@ -1,5 +1,6 @@ FROM azul/zulu-openjdk-alpine:17 +RUN apk add --no-cache gcompat # need to make snappy codec work RUN addgroup -S kafkaui && adduser -S kaf...
null
train
val
2022-11-15T11:22:16
2022-11-15T02:27:46Z
nitin1677
train
provectus/kafka-ui/2869_2941
provectus/kafka-ui
provectus/kafka-ui/2869
provectus/kafka-ui/2941
[ "connected" ]
9256b741bee0d5f1aec7f2e98019019b6e6c1cd2
7e82e7434ea2d555d881e03a230e5e21db0636d4
[ "The important precondition is to have \"show internal topics\" on", "Seems not fixed, unchecking is not available." ]
[ "I don't think this is the correct solution you just removed the props from the common component , this change will break the check when all the items are selected the header will not show the check.\r\n\r\nin `SelectRowHeader` debug onChange function\r\n\r\n```\r\nconst SelectRowHeader: React.FC<HeaderContext<unk...
2022-11-15T12:50:43Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Unchecking the already checked Topics from main checkbox is not available
**Describe the bug** Unchecking the already checked Topics from main checkbox is not working **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** Steps to reproduce the behavior: 1. Navigate to Topics page 2. Check the main checkbox for all Topics 3. Make sure all topics are checked ...
[ "kafka-ui-react-app/src/components/common/NewTable/SelectRowHeader.tsx" ]
[ "kafka-ui-react-app/src/components/common/NewTable/SelectRowHeader.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/common/NewTable/SelectRowHeader.tsx b/kafka-ui-react-app/src/components/common/NewTable/SelectRowHeader.tsx index 8121f3cd446..d33282f2838 100644 --- a/kafka-ui-react-app/src/components/common/NewTable/SelectRowHeader.tsx +++ b/kafka-ui-react-app/src/components/common/NewT...
null
val
val
2022-11-22T13:40:34
2022-11-03T05:29:57Z
armenuikafka
train
provectus/kafka-ui/2932_2951
provectus/kafka-ui
provectus/kafka-ui/2932
provectus/kafka-ui/2951
[ "connected" ]
d1013b69dadf9b5ff5037f3ab450b22bb11213cf
9457d5ff2b7346d4dfd815a6bfcbb7612cab9acd
[]
[ "elementLocatorDdl -> ddlElementLocator", "here we can use primitive: Integer -> int", "getAllMarkedLines -> getMarkedLinesNumber", "selectVersionFromLeftDropDown - just left?\nversionNumberDd -> version", "remove pls", "extra space", "this method and it's object also aren't used\nwhy did we add them?",...
2022-11-18T11:01:20Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking Compare Versions operation for Schema
**Autotest implementation for:** https://app.qase.io/case/KAFKAUI-44 **Description:** The purpose of this case is to check the Compare Versions operation for Schemas **Pre-conditions:** - Login to Kafka-ui - Navigate to Schema Registry - Open the Schema **Post-conditions:** Empty value **Steps:** ...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-e2e-checks/src/main/java/com...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/KafkaConnectList.java", "kafka-ui-e2e-checks/src/main/java/com...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java index de733b668f9..069b1b41dda 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java index 553568795dd..398130bcd19 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests...
train
val
2022-11-21T12:44:22
2022-11-14T14:04:37Z
anezboretskiy
train
provectus/kafka-ui/2802_2952
provectus/kafka-ui
provectus/kafka-ui/2802
provectus/kafka-ui/2952
[ "keyword_pr_to_issue" ]
7e82e7434ea2d555d881e03a230e5e21db0636d4
fdde380072f8a269607f6ac0ef683813f31a0141
[ "Hi, I love your site. Would you mind if I work on this? ", "Hey, sure. Please. " ]
[]
2022-11-18T14:10:06Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Create connector button is unavailable until the 2nd click
1. Click create connector button 2. Enter valid json config 3. Switch to the name field, enter the name 4. The button is still unavailable until you click inside the config text area again
[ "kafka-ui-react-app/src/components/Connect/New/New.tsx" ]
[ "kafka-ui-react-app/src/components/Connect/New/New.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Connect/New/New.tsx b/kafka-ui-react-app/src/components/Connect/New/New.tsx index 2040f238bd2..2e93b4f5ce5 100644 --- a/kafka-ui-react-app/src/components/Connect/New/New.tsx +++ b/kafka-ui-react-app/src/components/Connect/New/New.tsx @@ -42,7 +42,7 @@ const New: React.FC =...
null
train
val
2022-11-22T18:08:52
2022-10-21T20:43:33Z
Haarolean
train
provectus/kafka-ui/2860_2970
provectus/kafka-ui
provectus/kafka-ui/2860
provectus/kafka-ui/2970
[ "keyword_pr_to_issue" ]
7e82e7434ea2d555d881e03a230e5e21db0636d4
1ba8d14819067ef1e109b73e92d3ba59fed4a7f9
[]
[]
2022-11-23T16:27:20Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
KSQL: Focus onto query field after incorrect query execution
**Set up** [ee920b4](https://github.com/provectus/kafka-ui/commit/ee920b4) **Steps to Reproduce** <!-- We'd like you to provide an example setup (via docker-compose, helm, etc.) to reproduce the problem, especially with a complex setups. --> Steps to reproduce the behavior: 1. Select KSQL in the side menu 2...
[ "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx" ]
[ "kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx b/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx index 9965ea5189a..26622881f72 100644 --- a/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.tsx +++ b/kafka-ui-react-app/src/components/KsqlDb/Q...
null
test
val
2022-11-22T18:08:52
2022-11-01T14:30:10Z
BulatKha
train
provectus/kafka-ui/2965_2972
provectus/kafka-ui
provectus/kafka-ui/2965
provectus/kafka-ui/2972
[ "connected" ]
7fe999660c93e516a5e95729a358a2eafec5889e
5f232a3966cda70eac34aa2b32ec4a610404d1c6
[]
[ "are you sure this case will run before deleteTopic() every time without test run order specifying?", "here we don't need soft assertion, because it's a new step in test don't related to previous action. is there's any mismatch inside the getEnabledActionButtons() loop test should fail there", "why do we need t...
2022-11-23T20:31:13Z
[ "scope/QA", "scope/AQA" ]
Checking available operations for selected Topic within 'All Topics' page
Auto test implementation for: https://app.qase.io/case/KAFKAUI-7 Description: Checking available operations for selected Topic within 'All Topics' page Pre-conditions: Login to Kafka-ui application Open the 'Local' section Select the 'Topics' Steps: 1. Check any Topic from 'All Topics' list ...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java index c32621bf1a5..11d47a07ca3 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicsList.java +++ b/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java index c342a216074..05b614c3bbb 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java ...
train
val
2022-11-25T15:23:30
2022-11-22T11:47:49Z
anezboretskiy
train
provectus/kafka-ui/2963_2986
provectus/kafka-ui
provectus/kafka-ui/2963
provectus/kafka-ui/2986
[ "keyword_pr_to_issue" ]
9b76d595132955e6048bb7f6b40a3a74bf53209f
c8619268cd1e791b5d509371981cb0d9b0a80e99
[]
[]
2022-11-29T12:02:53Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
Topics: make the topic name field focused
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> When a new topic...
[ "kafka-ui-react-app/src/components/Connect/New/New.tsx", "kafka-ui-react-app/src/components/Schemas/New/New.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx" ]
[ "kafka-ui-react-app/src/components/Connect/New/New.tsx", "kafka-ui-react-app/src/components/Schemas/New/New.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Connect/New/New.tsx b/kafka-ui-react-app/src/components/Connect/New/New.tsx index 2e399359425..1d3f230631a 100644 --- a/kafka-ui-react-app/src/components/Connect/New/New.tsx +++ b/kafka-ui-react-app/src/components/Connect/New/New.tsx @@ -133,6 +133,7 @@ const New: React.FC...
null
test
val
2023-02-27T09:50:12
2022-11-21T19:28:57Z
BulatKha
train
provectus/kafka-ui/2982_2992
provectus/kafka-ui
provectus/kafka-ui/2982
provectus/kafka-ui/2992
[ "connected" ]
27db304b1b3f779363891dccdaf365e17dbaf593
86c72d7d8527e00aaa5ac45a04a8909e7a6a21fb
[]
[ "remove System.out.println pls", "use custom line breaks pls in cases where line is too long", "can we use Condition.enabled here instead of handling attributes?", "Done", "Done", "Refactored" ]
2022-11-30T09:11:46Z
[ "scope/QA", "scope/AQA" ]
[e2e]SchemasTests.updateSchemaAvro : Update schema avro ( REFACTORED WITH NEW ASSERTIONS)
Auto test implementation for: https://app.qase.io/case/KAFKAUI-186 Description: The purpose of this case is to make sure that possible to edit the Schemas Pre-conditions: - Login to Kafka-ui - Navigate to Schema Registry - Create a schema - Open the Schema Steps: - [ ] 1. Press "Edit Schema"...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateForm.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateForm.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateForm.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateForm.java index 7d0d5c58a93..d749b5feb8b 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaC...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests.java index 398130bcd19..f112c7b5881 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/schemas/SchemasTests...
val
val
2022-11-29T16:15:08
2022-11-28T13:34:00Z
anezboretskiy
train
provectus/kafka-ui/2968_3001
provectus/kafka-ui
provectus/kafka-ui/2968
provectus/kafka-ui/3001
[ "connected" ]
c804a6d00bce6eee1108740ba7714ebf7bc6668d
052d8af45632265cc88192663b14fec5aff713f5
[ "Hello there iblis17! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Hey, thanks for reaching out. We'll take a look!" ]
[]
2022-12-01T11:52:57Z
[ "type/bug", "scope/backend", "status/accepted" ]
Deleting a "custom parameter" of topic doesn't take effect
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> Deleting a "cu...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java index 2504473b171..ebaa8475595 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java +++ b/kafka-...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java new file mode 100644 index 00000000000..a84b42a4e3f --- /dev/null +++ b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/R...
train
val
2022-12-01T10:20:48
2022-11-23T08:03:01Z
iblislin
train
provectus/kafka-ui/2995_3003
provectus/kafka-ui
provectus/kafka-ui/2995
provectus/kafka-ui/3003
[ "connected" ]
86c72d7d8527e00aaa5ac45a04a8909e7a6a21fb
a503c29472bbfc8f4c57680fd71ba7bfb007d6f9
[]
[ "don't we need to wait until new screen ready?", "seems all that variables we use only once as argument for some methods\nsuggest to not create extra instances in this case\nrefactor your test and all another tests inside this class", "here u're already at topicDetails, no reason in 359 line", "why do we need...
2022-12-01T14:23:34Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking filter saving within Messages/Topic profile/Saved Filters
Auto test implementation for: https://app.qase.io/case/KAFKAUI-13 Description: Checking filter saving within Messages/Topic profile Pre-conditions: - Login to Kafka-ui application - Open the 'Local' section - Select the 'Topics' - Open the Topic profile - Turn to 'Messages' tab Steps: 1. Press '+...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index 95c3e6fb23f..d6fd9af61d3 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java index 51b182bb413..a90b299cf25 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java ...
val
val
2022-11-30T15:01:09
2022-11-30T13:50:56Z
anezboretskiy
train
provectus/kafka-ui/1252_3004
provectus/kafka-ui
provectus/kafka-ui/1252
provectus/kafka-ui/3004
[ "connected" ]
8717416d85d81275541444841e2764ca168af9fb
43ccca43c2c1aa2cbb6ed9fc97ef99e17daa63bb
[ "Need to investigate.", "This is what I get when reproducing it **java.util.concurrent.CompletionException: org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.**\r\n\r\nIt does randomly happen.\r\n\r\nhttps://issues.apache.org/jira/browse/KAFKA-6221", ...
[]
2022-12-01T17:57:08Z
[ "type/bug", "good first issue", "scope/backend", "status/accepted", "status/blocked" ]
Redesign: topic creation fails randomly
Sometimes upon creating a topic this happens: `404 Topic not found` Clicking the button again produces this: `400 Topic 'deltest' already exists.`.
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java index ebaa8475595..c655cc2ad9b 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java +++ b/kafka-...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java index a84b42a4e3f..26df31426da 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java ...
val
val
2022-12-02T16:44:26
2021-12-14T12:00:29Z
Haarolean
train
provectus/kafka-ui/2907_3005
provectus/kafka-ui
provectus/kafka-ui/2907
provectus/kafka-ui/3005
[ "keyword_pr_to_issue" ]
c8619268cd1e791b5d509371981cb0d9b0a80e99
e261143bb466998302e7b91ccd6ad07622bc548a
[]
[]
2022-12-01T18:27:09Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
[UI] Topics: Message tab "Oldest first" button overlaps the "Submit" button on pages narrower than 1100px
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** <!--(A clear and concise description of what the bug is.)--> **Set up** ...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts index a8df901be4d..10802ee0db1 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts +++ b/kafka-ui-...
null
test
val
2023-02-27T11:44:28
2022-11-08T11:59:45Z
BulatKha
train
provectus/kafka-ui/2987_3014
provectus/kafka-ui
provectus/kafka-ui/2987
provectus/kafka-ui/3014
[ "connected" ]
a503c29472bbfc8f4c57680fd71ba7bfb007d6f9
0a24b2d7658a2fd9cfe5cb7af6961edb2c8fe1f6
[]
[ "why do we need order annotation is this class?\nseems we don't mind which test will run first, because their instances aren't depended", "seems we use this check at SmokeTest, no reason to duplicate it here. it's not correspond to main goal of this test", "getBroker -> GetAllBrokers\nno need to filter by visib...
2022-12-02T12:18:18Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking the Brokers overview
Autotest implementation for: https://app.qase.io/case/KAFKAUI-1 Description: Checking the existing brokers in a cluster Pre-conditions: Empty value Post-conditions: Empty value Steps: 1 Login to Kafka-ui 2 Press the cluster in a left panel 3 Press the Brokers. Expected result: 1 The existing cl...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java index 069b1b41dda..d7b342b0254 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java index 5a493438f98..dcff92bc28c 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests...
train
val
2022-12-02T15:30:10
2022-11-29T13:09:43Z
ArthurNiedial
train
provectus/kafka-ui/3016_3023
provectus/kafka-ui
provectus/kafka-ui/3016
provectus/kafka-ui/3023
[ "connected" ]
25d34e11e4a6e6b472a2a60d3c103be444a319eb
d2d039e36c7e78343e4b0d98632a891982660695
[]
[ "not sure we really need this linebreak", "I believe we need to wait until screen ready first", "TOPIC_TO_RETAIN_DATA rename to cameCase pls\nfor example -> topicWithTimeToRetain", "let's keep a single style in namings. all topics in this class are named using next pattern: topic-name-randomAlphabetic(5)", ...
2022-12-05T14:16:41Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking "Time to retain data (in ms)" custom value with editing Topic's settings
Autotest implementation for: https://app.qase.io/case/KAFKAUI-266 Description: Purpose of this case is to check custom "Time to retain data (in ms)" to not be default value always Pre-conditions: Login to https://www.kafka-ui.provectus.io/ Post-conditions: Empty value Steps: 1. Navigate to Topics fro...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index 9c6c4cec936..eb14687ed99 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java index a90b299cf25..559baaecc63 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java ...
val
val
2022-12-06T05:52:29
2022-12-02T15:04:33Z
anezboretskiy
train
provectus/kafka-ui/3013_3028
provectus/kafka-ui
provectus/kafka-ui/3013
provectus/kafka-ui/3028
[ "connected" ]
5d31189609ddb7024d5f16a4f9ed52cbb9022355
fdf8db98a22c7403c2910b326dbe6458d3ddcbba
[ "The problem is not only with the `$` , any bit complex jsonPath does not work with it , cause it uses `Lodash` `get` method, instead of an actually JsonPath identifier, hence other stuff will fail as well.\r\n\r\nExample `reddit-comments-avro` from topics messages check the `$.map.array[1:2]`, `map.array[1:2]` stu...
[]
2022-12-06T12:00:55Z
[ "scope/frontend", "status/accepted", "type/chore" ]
Fields previews: make the paths work as json paths
currently they work without `$`
[ "kafka-ui-react-app/package.json", "kafka-ui-react-app/pnpm-lock.yaml", "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/PreviewModal.styled.ts" ]
[ "kafka-ui-react-app/package.json", "kafka-ui-react-app/pnpm-lock.yaml", "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessagesTable.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/PreviewModal.styled.ts" ]
[]
diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index 5c51e700076..94759221dfd 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -26,6 +26,7 @@ "jest": "^29.0.3", "jest-watch-typeahead": "^2.0.0", "json-schema-faker": "^0.5.0-rcv.44", + ...
null
train
val
2023-01-17T19:38:44
2022-12-02T11:01:01Z
Haarolean
train
provectus/kafka-ui/3027_3029
provectus/kafka-ui
provectus/kafka-ui/3027
provectus/kafka-ui/3029
[ "connected" ]
d2d039e36c7e78343e4b0d98632a891982660695
b6b1b8bda58e1cf9a3478ccbdbcd7f3ec0b89102
[]
[ "can't see step according to this assert in test case", "can't see step according to this assert in test case", "seems here should be disappeared addFilterCodeModalTitle instead of selectFilterBtnAddFilterMdl", "wrong description", "deleted", "deleted", "refactored", "here u're already at topicDetails...
2022-12-06T12:59:04Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking applying saved filter within Topic/Messages
Autotest implementation for: https://app.qase.io/case/KAFKAUI-14 Description: Checking applying saved filter within Messages/Topic profile Pre-conditions: - Login to Kafka-ui application - Open the 'Local' section - Select the 'Topics' - Open the Topic profile - Turn to Messages tab Post-conditions: ...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index eb14687ed99..675857dfd7e 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java index 559baaecc63..4f7c566fba4 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java ...
train
val
2022-12-06T11:13:36
2022-12-06T10:23:18Z
anezboretskiy
train
provectus/kafka-ui/3024_3030
provectus/kafka-ui
provectus/kafka-ui/3024
provectus/kafka-ui/3030
[ "connected" ]
43ccca43c2c1aa2cbb6ed9fc97ef99e17daa63bb
1108c760e5f0b23908f3818500b78fe57d44ce71
[ "Hello there Fran-Rg! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "Other addtional note:\r\nThe service used to work but it's now crashed. The...
[]
2022-12-06T13:06:54Z
[ "type/bug", "scope/backend", "status/accepted", "status/confirmed" ]
Crashes on IAM auth cluster
**Describe the bug** It will be hard to describe if it's only 1 or many bugs but the cluster ends up with a yellow dot and trying to check the topics crashes the page. There are multiple stack traces in the logs: ``` 2022-12-05 14:26:10,459 WARN [parallel-1] o.a.k.c.u.AppInfoParser: Error registering AppInfo mbe...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java index 9291198df73..3589a07a47d 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java +++...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java index 26df31426da..99cfedad4cf 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ReactiveAdminClientTest.java ...
train
val
2022-12-05T14:02:45
2022-12-05T14:37:56Z
Fran-Rg
train
provectus/kafka-ui/3015_3045
provectus/kafka-ui
provectus/kafka-ui/3015
provectus/kafka-ui/3045
[ "connected" ]
53fb641220aaa86c6f3bf0a4521748e039ca7a4e
c13440b65d602399d27d7110580fe18856ad0603
[]
[ "navigateToConnectorsAndOpenConnectorsDetails -> navigateToConnectorsAndOpenDetails", "here u can also reuse created navigateToConnectors()", "navigateToSchema -> navigateToSchemaRegistry", "navigateToSchemaAndOpenSchemaDetails -> navigateToSchemaRegistryAndOpenDetails", "here u can also reuse created navig...
2022-12-08T12:26:23Z
[ "scope/QA", "scope/AQA" ]
[e2e] Create method with common steps inside test classes
Almost every test in concrete class starts from the same steps. In case they aren't main goal of those tests let's create private void method with Step annotation containing common steps and reuse it.
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/SmokeTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui...
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java index 3df1a09304b..98ed497e422 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.ja...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java index 11cf07c622e..d3a279cc713 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java +++ b/kafka-ui-e2e-checks/src/tes...
train
val
2022-12-12T16:42:38
2022-12-02T14:44:03Z
VladSenyuta
train
provectus/kafka-ui/2664_3049
provectus/kafka-ui
provectus/kafka-ui/2664
provectus/kafka-ui/3049
[ "connected" ]
4dc0f6d81e90b384e6eda1f69bde892dfd66a305
ddc76ac3ba1ce6e20357ee132b7e9e1bedba0ef3
[]
[]
2022-12-09T11:32:27Z
[ "status/accepted", "scope/infrastructure" ]
Modify a release flow to publish serde-spi jar to maven central
[]
[ ".github/workflows/release-serde-api.yaml" ]
[]
diff --git a/.github/workflows/release-serde-api.yaml b/.github/workflows/release-serde-api.yaml new file mode 100644 index 00000000000..e13fa7a23a0 --- /dev/null +++ b/.github/workflows/release-serde-api.yaml @@ -0,0 +1,33 @@ +name: Release-serde-api +on: workflow_dispatch + +jobs: + release-serde-api: + runs-on: ...
null
train
val
2022-12-09T10:31:51
2022-09-28T06:16:54Z
Haarolean
train
provectus/kafka-ui/2624_3057
provectus/kafka-ui
provectus/kafka-ui/2624
provectus/kafka-ui/3057
[ "connected" ]
f9906b5d307da11303177c4ddc04d4658c4ebfab
c2be45fd06263169feb514fe3bfe419bafcee377
[]
[]
2022-12-09T22:29:39Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
[UI] Offset & timestamp filters do not work
On the Messages page when Offset/Timestamp fields **are filled** we need to pass seekType argument with OFFSET/TIMESTAMP values correspondingly. When Offset/Timestamp are **not filled** we should pass seekType=LATEST if "Newest first" mode is on and seekType=BEGINNING when mode is "Oldest first".
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ForwardRecordEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/TailingEmitter.java", "kafka-ui-react-app/src/components/Topics/Topic/Messag...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ForwardRecordEmitter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/TailingEmitter.java", "kafka-ui-react-app/src/components/Topics/Topic/Messag...
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java index c651bd5e56b..996f8b9f70c 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java +++ b/...
null
train
val
2022-12-12T11:15:55
2022-09-21T14:06:49Z
iliax
train
provectus/kafka-ui/3037_3066
provectus/kafka-ui
provectus/kafka-ui/3037
provectus/kafka-ui/3066
[ "connected" ]
c13440b65d602399d27d7110580fe18856ad0603
de7f7db26919e7c23d49ea2c3e38f455205dec5e
[]
[ "why do we need to define variable? topic name is used only once, so let's specify it directly to openTopic(). fix it also at 104 line pls", "we already made methods like navigateToTopicsAndOpenDetails() and I've asked u to use them when the navigation is not the main scope of test", "does it have only @id='off...
2022-12-12T13:21:12Z
[ "scope/QA", "status/accepted", "scope/AQA" ]
[e2e]Checking messages filtering by Offset within Topic/Messages
Autotest implementation for: https://app.qase.io/case/KAFKAUI-15 Description: Checking messages filtering by Offset within Messages/Topic Pre-conditions: - Login to Kafka-ui application - Open the 'Local' section - Select the 'Topics' - Open the Topic profile - Turn to Messages tab Steps: 1. Enter ...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicMessagesTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index 4a38e7909d7..6b328ab22e0 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicMessagesTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicMessagesTests.java index 8fbf915d543..67d531c8a67 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/Top...
test
val
2022-12-16T13:32:20
2022-12-07T10:56:11Z
anezboretskiy
train
provectus/kafka-ui/2885_3067
provectus/kafka-ui
provectus/kafka-ui/2885
provectus/kafka-ui/3067
[ "connected" ]
c2be45fd06263169feb514fe3bfe419bafcee377
a0a464d455a7ee6fa02965206b00754fa1e89e49
[ "For context -- we had an outage where the topic config was edited, but the person did not notice that this field was showing value different from the one was actually intended for the topic (because they were editing a different parameter), therefore on \"save\" topic retention.ms was changed from 60s to 7d.", "...
[]
2022-12-12T14:04:24Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
[FE] Fix cleanup policy submit/display
**Describe the bug** All of our topics have a custom retention.ms (usually 1h-10h). When using this UI to edit topic settings, the UI always shows cluster default for retention.ms (604800000), which we need to remember to set to correct value (even if this field not supposed to change). **Set up** 1. Running cur...
[ "kafka-ui-react-app/src/components/Topics/Topic/Edit/topicParamsTransformer.ts", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Edit/topicParamsTransformer.ts", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Edit/topicParamsTransformer.ts b/kafka-ui-react-app/src/components/Topics/Topic/Edit/topicParamsTransformer.ts index e60faf11ccb..910f31a5fd2 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Edit/topicParamsTransformer.ts +++ b/kafka-ui-react-app/sr...
null
test
val
2022-12-19T18:44:14
2022-11-07T03:06:08Z
akamensky
train
provectus/kafka-ui/2778_3080
provectus/kafka-ui
provectus/kafka-ui/2778
provectus/kafka-ui/3080
[ "connected" ]
1117b296a7843272a8827099b9220aee4e5d9ab5
5cdd44daee610d32fcade22c11f929048ac1535e
[ "Hey, can i be assigned to this", "@Drex72 any luck?", "@Haarolean this can be checked by QA", "Bug still exists on master, let's make status ready after merging.\r\nWill test related PR https://github.com/provectus/kafka-ui/pull/3080" ]
[ "i think it is best to transform this `redux` functionality clear -> `react-query` , hence the `query` will handle delete as well, this way it is mixed.", "it is still un-removed here , we should change it like the upper one.", "i done it ", "`clearMessage` or `clearMessages`", "i change it ", "this whole...
2022-12-14T12:38:36Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
The Message count is not updating with Clearing message for partition
**Describe the bug** Message count stays the same after clearing message for partition in Topic's overview page. Needs refreshing the page. **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** 1. Navigate to Topic's overview 2. Open the menu for partition 3. Press Clear Messages **...
[ "kafka-ui-react-app/src/components/Topics/List/ActionsCell.tsx", "kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/TopicTable.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/ActionsCell.tsx", "kafka-ui-react-app/...
[ "kafka-ui-react-app/src/components/Topics/List/ActionsCell.tsx", "kafka-ui-react-app/src/components/Topics/List/BatchActionsBar.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/TopicTable.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Overview/ActionsCell.tsx", "kafka-ui-react-app/...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/ActionsCell.tsx b/kafka-ui-react-app/src/components/Topics/List/ActionsCell.tsx index 4fb5f26c7d2..2f6fe3f49af 100644 --- a/kafka-ui-react-app/src/components/Topics/List/ActionsCell.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/ActionsCell.tsx @@ -1,2...
null
train
val
2023-03-14T19:03:05
2022-10-19T07:28:03Z
armenuikafka
train
provectus/kafka-ui/2974_3081
provectus/kafka-ui
provectus/kafka-ui/2974
provectus/kafka-ui/3081
[ "connected" ]
c148f112a404815d6645fa97209199eced054728
696cde7dccd655e656c19c613bf54240e47ffded
[]
[ "do we have an `enum` for this ? `'Fallback'`", "i didn't find ", "Move it to styled.ts", "I would suggest to create ellipsis common component with width property ", "Color should be moved to theme", "Color should be moved to theme", "done", "done", "done", "done", "```suggestion\r\nconst Ellips...
2022-12-14T18:31:50Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted" ]
FE: Mark serde-failed messages with red
mark red in case of keySerde / valueSerde == “Fallback” https://www.figma.com/file/ZkvysdRUmt9p2PDNU3a9WU/Kafka-UI?node-id=3161%3A16359&t=Hq9IHVUrCgjb9fqt-0
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageContent.styled.ts", "kafka-ui-react-app/src/theme/theme.ts" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Messages/MessageContent/MessageContent.styled.ts", "kafka-ui-react-app/src/components/common/Ellipsis/Ellipsis.styled.ts", "kafka-ui-react-app/src/components/common/Ellipsis/Ellipsis.tsx", ...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx index 60f09b82933..0282cde2ea7 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx +++ b/kafka-ui-react-app/src/components/Topics/Topic/Mess...
null
train
val
2023-04-13T09:57:40
2022-11-25T10:26:42Z
Haarolean
train
provectus/kafka-ui/2538_3089
provectus/kafka-ui
provectus/kafka-ui/2538
provectus/kafka-ui/3089
[ "connected" ]
de21721e00b5109d6792630707db6cff568df824
1bcdec4accc7ef9e319a3f671183f01eb4e5bdba
[ "`/api/clusters/{clusterName}/consumer-groups/paged` -- no topicname\r\n`/api/clusters/<cluster>/topics/<topicName>/consumer-groups` -- no query", "@Haarolean Can you please assign this to me ?", "@shubhwip yo, any plans to do this?:)", "@Haarolean I will do it probably this weekend or next." ]
[ "i suggest writing it like this , since we are not using `getData` function anywhere else \r\n\r\n`const consumerGroups = React.useMemo(\r\n () => data.filter((item) => item.groupId.toLocaleLowerCase().indexOf(keyword) > -1),\r\n [data, keyword]\r\n );`\r\n" ]
2022-12-18T17:07:20Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted" ]
Search consumers by name within topic details
**Describe the bug** Implement the Search within Topic/Consumers tab **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** 1. Navigate to Topics 2. Open the Topic 3. Turn to Consumers tab **Expected behavior** Search by **consumer Name** should be available within Topic/Consumers...
[ "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.styled.ts", "kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.styled.ts b/kafka-ui-react-app/src/components/Topics/Topic/ConsumerGroups/TopicConsumerGroups.styled.ts new file mode 100644 index 00000000000..77768dc9980 --- /dev/null +++ b/kafka-ui-react-app/src/components/Topics/Topic/Co...
null
val
val
2023-04-03T07:10:14
2022-09-07T09:08:53Z
armenuikafka
train
provectus/kafka-ui/3079_3094
provectus/kafka-ui
provectus/kafka-ui/3079
provectus/kafka-ui/3094
[ "connected" ]
f8417e6eaaf29f1fe0dbbb09da55dc4e701020ec
ca3916aae01494a890ba021535400ff148df0fcb
[]
[ "openBrokersTab -> openDetailsTab", "Condition.visible?", "extra space", "in previous implementation we checked that getAllVisibleElements() list is also enabled. seems here this assertion is missed", "u already have this waiting at 44 line", "page wasn't changed, so why do we need waitUntilScreenReady() ...
2022-12-19T13:30:11Z
[ "scope/QA", "scope/AQA" ]
[e2e] Update case "Checking the information of used Broker in a cluster"
Autotest implementation for: https://app.qase.io/case/KAFKAUI-85 Needs to add two steps : 2)Click on Broker 3) Click on Configs tab Expected result : 2)The Broker's profile should open with following information: Segment Size Segment Count Port Host Log directories tab: Name Error Topics Partitio...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersList.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTabPanel.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java index d7b342b0254..cf559af1e2c 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java index 279704b8b95..1e3ea4d630f 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java +++ b/kafka-ui-e2e-checks/src/test/java...
train
val
2022-12-19T19:30:51
2022-12-14T12:19:46Z
ArthurNiedial
train
provectus/kafka-ui/2372_3106
provectus/kafka-ui
provectus/kafka-ui/2372
provectus/kafka-ui/3106
[ "connected" ]
eef63466fb3aee13a63d8071b1abf3de425f3f2b
9d9892752454e0522968ce225175fc1e6d03c322
[ "https://vitejs.dev/guide/build.html#public-base-path\r\n\r\nwhen can configure this during build, by this parameter , if we can actually manage to pass the parameter during build.\r\n\r\nbut this is not on the fly url change solution , this won't cut it.\r\n", "https://github.com/vitejs/vite/issues/3522" ]
[ "👍 " ]
2022-12-20T12:41:57Z
[ "type/enhancement", "scope/frontend", "status/accepted" ]
Implement a full support for custom context path
https://webpack.js.org/guides/public-path/
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/StaticController.java", "kafka-ui-react-app/index.html", "kafka-ui-react-app/src/components/Cluster/Cluster.tsx", "kafka-ui-react-app/src/components/Cluster/__tests__/Cluster.spec.tsx", "kafka-ui-react-app/vite.config.ts" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/StaticController.java", "kafka-ui-react-app/index.html", "kafka-ui-react-app/src/components/Cluster/Cluster.tsx", "kafka-ui-react-app/src/components/Cluster/__tests__/Cluster.spec.tsx", "kafka-ui-react-app/vite.config.ts" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/StaticController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/StaticController.java index 696f47073b7..72138c8010c 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/StaticController.java +++ b/kafka-...
null
train
val
2023-01-03T11:52:28
2022-08-01T16:49:03Z
Haarolean
train
provectus/kafka-ui/2706_3116
provectus/kafka-ui
provectus/kafka-ui/2706
provectus/kafka-ui/3116
[ "connected" ]
cf9b653e46e42f82ded7d6833285f4e9467a2c6f
cf4571b964d2276b5385b7c46d71612c2296c925
[ "Hey, @Haarolean I will be working on this issue. I think there is some problem with the middleware. Request you to assign me. Thank You!", "@spike-spiegel-21 sure, go ahead :)", "Hey, @Haarolean Currently I am able to run the [kafka-ui-react-app](https://github.com/provectus/kafka-ui/tree/master/kafka-ui-react...
[]
2022-12-21T13:31:26Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Deleting a consumer hangs the page
ERROR: type should be string, got "\r\nhttps://user-images.githubusercontent.com/1494347/194282581-2387ac9f-bee4-4d09-a42a-3fdd312ffb2d.mov\r\n\r\n"
[ "kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx", "kafka-ui-react-app/src/redux/reducers/consumerGroups/consumerGroupsSlice.ts" ]
[ "kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx", "kafka-ui-react-app/src/redux/reducers/consumerGroups/consumerGroupsSlice.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx b/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx index 961410ffd2f..098a487081a 100644 --- a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx +++ b/kafka-ui-react-app/src/components/ConsumerGroups...
null
train
val
2023-01-09T13:39:24
2022-10-06T09:49:47Z
Haarolean
train
provectus/kafka-ui/3107_3118
provectus/kafka-ui
provectus/kafka-ui/3107
provectus/kafka-ui/3118
[ "connected" ]
ca3916aae01494a890ba021535400ff148df0fcb
a9d7d6c5153ea63999f69f0b0433362a0b5a9c74
[]
[ "u already added this topic at 406 line", "seems here we need topicSettingsTab.waitUntilScreenReady();", "can't we openDotMenu from here?", "extra indent", "seems we can set it to private w/o @Step, because we'll have only two methods using current inside this class", "Removed.", "Fixed.", "Fixed.", ...
2022-12-22T10:36:47Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking Topics settings to make sure retention.bytes is right according to Max size on disk in GB selected value
Autotest implementation for: https://app.qase.io/case/KAFKAUI-56 Description: The purpose of this case is to make sure that retention.bytes value in Settings is right according to Max size on disk in GB fields' selected value (in case of 'Not set' value, retention.bytes should be '-1') Pre-conditions : Not...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTabPanel.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicSettingsTab.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/brokers/BrokersTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTabPanel.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java similarity index 90% rename from kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersCon...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java index 1e3ea4d630f..c39df88dc25 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/Facade.java +++ b/kafka-ui-e2e-checks/src/test/java...
test
val
2022-12-20T17:19:31
2022-12-20T14:50:46Z
ArthurNiedial
train
provectus/kafka-ui/3056_3122
provectus/kafka-ui
provectus/kafka-ui/3056
provectus/kafka-ui/3122
[ "connected" ]
5c723d9b4491019bc6de01e3746b5b86d70f0560
aead0e960c60f55ad7ca13285221addb966ed57b
[]
[]
2022-12-23T05:46:48Z
[ "scope/infrastructure" ]
Increment serde api version manually
[ ".github/workflows/release-serde-api.yaml" ]
[ ".github/workflows/release-serde-api.yaml" ]
[]
diff --git a/.github/workflows/release-serde-api.yaml b/.github/workflows/release-serde-api.yaml index e13fa7a23a0..227dbcec24c 100644 --- a/.github/workflows/release-serde-api.yaml +++ b/.github/workflows/release-serde-api.yaml @@ -27,7 +27,4 @@ jobs: - name: Publish to Maven Central run: | - ...
null
train
val
2022-12-22T14:05:53
2022-12-09T15:05:57Z
Haarolean
train
provectus/kafka-ui/3120_3125
provectus/kafka-ui
provectus/kafka-ui/3120
provectus/kafka-ui/3125
[ "connected" ]
a9d7d6c5153ea63999f69f0b0433362a0b5a9c74
22439f30e803f4090489ded783055c0728bff6a2
[]
[ "we don't need to have several methods using same confirmBtn on the same place. remove clickConfirmRecreateBtn and reuse clickConfirmDeleteBtn pls. and rename the last is abstract way -> clickConfirmBtnMdl", "Fixed." ]
2022-12-23T12:39:01Z
[ "scope/QA", "scope/AQA" ]
[e2e] TopicTests.recreateTopicFromTopicProfile : Recreate topic from topic profile
Autotest implementation for: https://app.qase.io/case/KAFKAUI-247 Description: Not set Steps: 1)Navigate to Topics 2)Select the Topic 3)Select "Recreate Topic" from 3dot menu 4)Press "Confirm" button Expected results: 3)Confirm the action" pop up should appear 4)Success message should be displayed an...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java index 6b328ab22e0..70d5934d048 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topic/TopicDetails.java ...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java index 4eca498532f..fdeb95b19bf 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/suite/topics/TopicsTests.java ...
test
val
2022-12-22T17:05:38
2022-12-22T13:01:34Z
ArthurNiedial
train
provectus/kafka-ui/3115_3145
provectus/kafka-ui
provectus/kafka-ui/3115
provectus/kafka-ui/3145
[ "connected" ]
566dab078f7e4f75804f0aa6ba706cc8d73a127e
aeda502b09d1dcf132f825d4b0779972037f74e9
[ "Hello there wanisfahmyDE! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀", "@Mgrdich we can skip this param if all the partitions are selected\r\n...
[]
2022-12-26T11:53:42Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
HTTP 414 with a big partitions list selected
<!-- Don't forget to check for existing issues/discussions regarding your proposal. We might already have it. https://github.com/provectus/kafka-ui/issues https://github.com/provectus/kafka-ui/discussions --> **Describe the bug** running on latest master: messages do not load under messages tab for certain...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx index 096a714c4ee..08e4aed6912 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx +++ b/kafka-ui-react-app/src/comp...
null
train
val
2023-01-12T09:20:54
2022-12-21T13:02:28Z
wanisfahmyDE
train
provectus/kafka-ui/3154_3155
provectus/kafka-ui
provectus/kafka-ui/3154
provectus/kafka-ui/3155
[ "keyword_pr_to_issue" ]
5f4bb43afd3a516176db481944fb5adb3178a40e
8b126d843ee17dc2b79590d951d9b28e8e85f3ca
[]
[]
2022-12-27T19:40:19Z
[ "type/bug", "scope/backend", "status/accepted", "status/confirmed", "area/rbac" ]
Google provider w/ OAuth2 w/ RBAC: Invalid client registration id
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/OAuthPropertiesConverter.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/OAuthPropertiesConverter.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/OAuthPropertiesConverter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/OAuthPropertiesConverter.java index 8fffbfb6997..c3d20664914 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/OAuthProperties...
null
val
val
2022-12-27T09:45:17
2022-12-27T19:39:00Z
Haarolean
train
provectus/kafka-ui/3141_3157
provectus/kafka-ui
provectus/kafka-ui/3141
provectus/kafka-ui/3157
[ "connected" ]
16750bd899443dd696e03e2c2254fe2973d0eb20
0cba8240b7d6aff7f9417c5651bf811f935254b3
[ "@fisherwei hi, please share a full stacktrace (you've omitted the part below)", "Same here. Full stacktrace included, after this it just repeats.\r\n\r\n```provectuslabs/kafka-ui:v0.5.0|c94d85724408[2661]: java.lang.IllegalStateException: Error while creating AdminClient for Cluster XXX\r\nprovectuslabs/kafka-u...
[]
2022-12-28T08:54:33Z
[ "type/bug", "scope/backend", "status/accepted", "status/confirmed" ]
[BE] Bug: UnsupportedVersionException: includeClusterAuthorizedOperations
application.yml ``` kafka: clusters: - name: qsmzq-prod bootstrapServers: node1:9092,node2:9092,node3:9092 properties: security.protocol: SASL_PLAINTEXT sasl.mechanism: SCRAM-SHA-256 sasl.jaas.config: 'org.apache.kafka.common.security.sc...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java index b06716e6314..1ffbd429180 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java +++ b/kafka-...
null
val
val
2022-12-28T15:39:52
2022-12-26T07:47:23Z
fisherwei
train