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/2008_2033 | provectus/kafka-ui | provectus/kafka-ui/2008 | provectus/kafka-ui/2033 | [
"timestamp(timedelta=0.0, similarity=0.8563359218443907)",
"connected"
] | 7211a18b5770e18087ccbf159699860b31f700e8 | 7ba10c1b7a519d40f87c0970ad3b0ca5a8973d46 | [] | [] | 2022-05-26T08:10:30Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | No error displayed in case of wrong header submitting with Message producing | **Describe the bug**
User should be notified about filled wrong value/format for Headers within Message produce form
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Login too system
2. Navigate t Topic's profile
3. Turn to Messages tab
4. Produce Meesage
5. Enter wrong value/format within Headers... | [
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx b/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx
index a4087a36cf5..35894e9bfb9 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx
+++ b/kafka-ui-react-app/src/compone... | null | test | train | 2022-05-30T14:55:16 | 2022-05-23T04:55:29Z | armenuikafka | train |
provectus/kafka-ui/2014_2034 | provectus/kafka-ui | provectus/kafka-ui/2014 | provectus/kafka-ui/2034 | [
"connected"
] | 8393232a8301277fd397b5910134dc2a754fda52 | cc109a712553ed41a98a3887958a885590886563 | [] | [] | 2022-05-26T08:33:24Z | [
"type/enhancement",
"scope/frontend",
"status/accepted"
] | UI improvement for partition dropdown field within Topic/Messages | **Describe the bug**
'x' icon for removing partition value is displayed by default, but could be better to show it with hovering on
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Login to system
2. Navigate to Messages tab for a Topic
3. Check the partition dropdown within filtering section
*... | [
"kafka-ui-react-app/src/components/common/MultiSelect/MultiSelect.styled.ts"
] | [
"kafka-ui-react-app/src/components/common/MultiSelect/MultiSelect.styled.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/common/MultiSelect/MultiSelect.styled.ts b/kafka-ui-react-app/src/components/common/MultiSelect/MultiSelect.styled.ts
index f4767bd76df..0052a99411b 100644
--- a/kafka-ui-react-app/src/components/common/MultiSelect/MultiSelect.styled.ts
+++ b/kafka-ui-react-app/src/compone... | null | train | train | 2022-05-27T12:29:54 | 2022-05-23T10:38:28Z | armenuikafka | train |
provectus/kafka-ui/2005_2036 | provectus/kafka-ui | provectus/kafka-ui/2005 | provectus/kafka-ui/2036 | [
"timestamp(timedelta=0.0, similarity=0.8575432137963457)",
"connected"
] | 93a09a6327635078772386100bf955213d29bbb9 | 4f1078aabbb3cdbe22770f4b1d98df0420e16562 | [
"Hello there armenuikafka! 👋\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. 👀"
] | [] | 2022-05-26T08:55:46Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Not functional 'Next' button within Messages/Topic | **Describe the bug**
'Next' button is not working for Messages within Topic
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Open the Topic which has Messages
2. Navigate to 'Messages' tab
3. Press 'Next' button
**Expected behavior**
'Next' button should not exist as it's not functional for ... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/__test__/MessagesTable.spec.tsx",
"kafka-ui-react-app/src/components/Version/Version.tsx",
"kafka-ui-react-app/src/lib/constants.ts"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/__test__/MessagesTable.spec.tsx",
"kafka-ui-react-app/src/components/Version/Version.tsx",
"kafka-ui-react-app/src/lib/constants.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx
index 6c2e69aa0fa..83192b3f908 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx
+++ b/kafka-ui-... | null | train | train | 2022-05-30T11:45:21 | 2022-05-23T04:26:52Z | armenuikafka | train |
provectus/kafka-ui/2023_2038 | provectus/kafka-ui | provectus/kafka-ui/2023 | provectus/kafka-ui/2038 | [
"connected"
] | 996e127a0256fe751c423732bb339e7149673afb | 7211a18b5770e18087ccbf159699860b31f700e8 | [] | [
"isn't return; same as return undefined ?",
"not in this case, we need to write return value otherwise it throws error like this in catch block that 'Async arrow function expected no return value.'"
] | 2022-05-26T11:45:53Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | In case of editing Partition number of Topic update is available only after refreshing | **Describe the bug**
Partition count update is not available at once with edit, it's updating only after refreshing Topics
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Login to System
2. Navigate to Topics
3. Open the Topic
4. Press 'Edit Settings'
5. Change the 'Number of partitions *'
6. Pr... | [
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [] | diff --git a/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts b/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts
index 997b88e0f2e..c81eb696e18 100644
--- a/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts
+++ b/kafka-ui-react-app/src/redux/reducers/topics/... | null | test | train | 2022-05-30T12:24:59 | 2022-05-25T07:53:23Z | armenuikafka | train |
provectus/kafka-ui/2037_2041 | provectus/kafka-ui | provectus/kafka-ui/2037 | provectus/kafka-ui/2041 | [
"timestamp(timedelta=0.0, similarity=0.8520623807568288)",
"connected"
] | 0c881b2df52e116669f68f66d4435055685008e2 | 6b1b47f02ba8b497b74db8dbdb6c9cebd101933e | [
"I'll take this one.",
"@doomcrewinc hey, thanks!"
] | [] | 2022-05-27T03:14:18Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Rename connects to connectors | **Describe the bug**
Connectors should be instead of Connects within Kafka connects
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Kafka connect
**Expected behavior**
Connectors, Failed Connectors, Failed Tasks should be displayed... | [
"kafka-ui-react-app/src/components/Connect/List/List.tsx"
] | [
"kafka-ui-react-app/src/components/Connect/List/List.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Connect/List/List.tsx b/kafka-ui-react-app/src/components/Connect/List/List.tsx
index 0f1ab074b0c..d7e911c1901 100644
--- a/kafka-ui-react-app/src/components/Connect/List/List.tsx
+++ b/kafka-ui-react-app/src/components/Connect/List/List.tsx
@@ -70,8 +70,8 @@ const List: R... | null | train | train | 2022-05-25T19:00:21 | 2022-05-26T11:00:49Z | armenuikafka | train |
provectus/kafka-ui/2007_2042 | provectus/kafka-ui | provectus/kafka-ui/2007 | provectus/kafka-ui/2042 | [
"connected"
] | 4f1078aabbb3cdbe22770f4b1d98df0420e16562 | 996e127a0256fe751c423732bb339e7149673afb | [] | [] | 2022-05-27T08:51:10Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Partition value displays not right in case of selecting second time within Topic/Messages | **Describe the bug**
Selected value for Partition dropdown should always displayed in the same format for Messages filtering
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Login to system
2. Navigate to Topic profile which has Messages and more than one partition
3. Turn to Messages tab
4. Check ... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/utils.ts",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/__test__/utils.spec.ts"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/utils.ts",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/__test__/utils.spec.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx
index 9eb7884b761..ad3aec6b815 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx
+++ b/kaf... | null | train | train | 2022-05-30T12:15:27 | 2022-05-23T04:41:02Z | armenuikafka | train |
provectus/kafka-ui/2000_2044 | provectus/kafka-ui | provectus/kafka-ui/2000 | provectus/kafka-ui/2044 | [
"connected"
] | 6b1b47f02ba8b497b74db8dbdb6c9cebd101933e | 8393232a8301277fd397b5910134dc2a754fda52 | [] | [] | 2022-05-27T10:13:36Z | [
"scope/backend",
"scope/frontend",
"status/accepted",
"type/chore"
] | UI: Double "v" in version name | Please remove the extra "v", we do have one in version name itself.
<img width="310" alt="image" src="https://user-images.githubusercontent.com/1494347/169289884-421b2f60-018a-4ebf-a6ff-a30f8fdc7447.png">
| [
"kafka-ui-api/pom.xml",
"kafka-ui-contract/pom.xml",
"pom.xml"
] | [
"kafka-ui-api/pom.xml",
"kafka-ui-contract/pom.xml",
"pom.xml"
] | [] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index e2b6ceddb98..9665aad565f 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -396,7 +396,7 @@
<configuration>
<workingDirectory>../kafka-ui-react-app</workingDirectory>
... | null | train | train | 2022-05-27T10:59:52 | 2022-05-19T12:11:11Z | Haarolean | train |
provectus/kafka-ui/2031_2047 | provectus/kafka-ui | provectus/kafka-ui/2031 | provectus/kafka-ui/2047 | [
"timestamp(timedelta=0.0, similarity=1.0000000000000002)",
"connected"
] | 7ba10c1b7a519d40f87c0970ad3b0ca5a8973d46 | 2a51f0ee14ec09e1e6323a6baf5cd16175ab5694 | [] | [] | 2022-05-27T11:20:07Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Error message about Value field requiredness is shown once the Custom Parameter added within Create a new Topic form | **Describe the bug**
Once Custom Parameter added, error message for Value field is shown, will be good to display it after pressing but letting it empty (to work like Topic Name field)
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to ... | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [] | 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 98e9aca0d99..cbb15f0141b 100644
--- a/kafka-ui-react-app/src/components/Topics/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx
@@ -24,7 +24,7 @@ enum Filters {
const N... | null | train | train | 2022-05-30T16:36:04 | 2022-05-25T16:36:10Z | armenuikafka | train |
provectus/kafka-ui/2030_2049 | provectus/kafka-ui | provectus/kafka-ui/2030 | provectus/kafka-ui/2049 | [
"timestamp(timedelta=0.0, similarity=1.0000000000000002)",
"connected"
] | 71ac16357b9f2429f0f65826865c86debb8640a8 | 50afb26f95c80904e31a321d4572e8380b772354 | [] | [] | 2022-05-27T12:20:57Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Fix the error messages about fields requiredness within Create a new Topic form | **Describe the bug**
Please update the error messages for required fields to be more clear and simple
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Press Add a Topic
3. Press 'Submit' button
**Expected behavior**
Erro... | [
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [] | diff --git a/kafka-ui-react-app/src/lib/yupExtended.ts b/kafka-ui-react-app/src/lib/yupExtended.ts
index f93b15de442..db185821095 100644
--- a/kafka-ui-react-app/src/lib/yupExtended.ts
+++ b/kafka-ui-react-app/src/lib/yupExtended.ts
@@ -52,13 +52,32 @@ export const topicFormValidationSchema = yup.object().shape({
... | null | train | train | 2022-05-31T11:33:15 | 2022-05-25T16:15:50Z | armenuikafka | train |
provectus/kafka-ui/1466_2056 | provectus/kafka-ui | provectus/kafka-ui/1466 | provectus/kafka-ui/2056 | [
"timestamp(timedelta=1.0, similarity=0.9245798004130378)",
"connected"
] | 119c7d0107e02e735dcef9f15ba911a272dc592f | 541e4018ec251ea371fd64b198b916b9fd198d99 | [
"Hello there madrisan! 👋\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. 👀",
"Thanks, we can actually schedule it for 0.4, I'll let you know if we'll ne... | [
"I would use `activedeirectory` instead of `ac`",
"pls use description naming for field like `activeDirectoryDomain`"
] | 2022-05-31T09:21:41Z | [
"type/enhancement",
"scope/backend",
"status/accepted"
] | LDAP/LDAPS authentication with Microsoft Active Directory | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
LDAP/LDAPS authentication with Microsoft Active Directory seems not yet supported by Kafka-UI.
### Describe the solution you'd like
<!--
... | [
"documentation/compose/auth-ldap.yaml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java"
] | [
"documentation/compose/auth-ldap.yaml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java"
] | [] | diff --git a/documentation/compose/auth-ldap.yaml b/documentation/compose/auth-ldap.yaml
index 7c25adce5dd..12069639f24 100644
--- a/documentation/compose/auth-ldap.yaml
+++ b/documentation/compose/auth-ldap.yaml
@@ -29,14 +29,19 @@ services:
AUTH_TYPE: "LDAP"
SPRING_LDAP_URLS: "ldap://ldap:10389"
... | null | test | train | 2022-07-14T11:38:55 | 2022-01-24T09:45:32Z | madrisan | train |
provectus/kafka-ui/2015_2073 | provectus/kafka-ui | provectus/kafka-ui/2015 | provectus/kafka-ui/2073 | [
"timestamp(timedelta=0.0, similarity=1.0)",
"connected"
] | c0b3ca3bc604256848ba59afc21719632d37c367 | 70d3cee0bfc9a9beffa7f79263d82c61faeab378 | [] | [] | 2022-05-31T12:16:58Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | UI improvement for 'Partition' dropdown within 'Produce Message' form | **Describe the bug**
The Partition dropdown values are overlapping with dropdown field within Produce Message form
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Login to system
2. Navigate to Topic/Messages
3. Press 'Produce Message'
4. Click the 'Partition' dropdown field
**Expected behavi... | [
"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/SendMessage/SendMessage.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/__test__/SendMessage.spec.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx b/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx
index 2c96fd69fff..567e094e8aa 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx
+++ b/kafka-ui-react-app/src/compone... | null | test | train | 2022-06-01T14:40:46 | 2022-05-23T10:44:58Z | armenuikafka | train |
provectus/kafka-ui/2062_2074 | provectus/kafka-ui | provectus/kafka-ui/2062 | provectus/kafka-ui/2074 | [
"timestamp(timedelta=0.0, similarity=0.8420975608910389)",
"connected"
] | a90aa52af54efd44222aee297e55ab40050d62cf | 89c409a5d605dcb8dfc5d1452cd8b9ede0029c69 | [] | [] | 2022-05-31T12:27:32Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Nothing happens upon creating a connector | 1. create a connector successfully
2. Nothing happens in UI, no notifications/page redirections | [
"kafka-ui-react-app/src/components/Connect/New/New.tsx",
"kafka-ui-react-app/src/components/Connect/New/NewContainer.ts",
"kafka-ui-react-app/src/components/Connect/New/__tests__/New.spec.tsx"
] | [
"kafka-ui-react-app/src/components/Connect/New/New.tsx",
"kafka-ui-react-app/src/components/Connect/New/NewContainer.ts",
"kafka-ui-react-app/src/components/Connect/New/__tests__/New.spec.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 64d307ce1b2..a7b307b283a 100644
--- a/kafka-ui-react-app/src/components/Connect/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Connect/New/New.tsx
@@ -4,7 +4,7 @@ import useAppParams fro... | null | train | train | 2022-05-31T13:49:47 | 2022-05-31T11:20:43Z | Haarolean | train |
provectus/kafka-ui/2061_2075 | provectus/kafka-ui | provectus/kafka-ui/2061 | provectus/kafka-ui/2075 | [
"connected"
] | 89c409a5d605dcb8dfc5d1452cd8b9ede0029c69 | c42858e722f7dd527ec2b0c3b809f7e820c23397 | [
"#1961 "
] | [] | 2022-05-31T12:47:33Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed",
"type/regression"
] | Topic/Settings and Topic/Consumers are empty with corresponding URLs redirection | **Describe the bug**
The pages stays empty in case of redirecting by URL for Topic/Settings and Topic/Consumers
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Open the URL of Settings/Consumers tab for Topic (https://www.kafka-ui.provectus.io/ui/cl... | [
"kafka-ui-react-app/src/redux/reducers/topics/selectors.ts"
] | [
"kafka-ui-react-app/src/redux/reducers/topics/selectors.ts"
] | [] | diff --git a/kafka-ui-react-app/src/redux/reducers/topics/selectors.ts b/kafka-ui-react-app/src/redux/reducers/topics/selectors.ts
index 311dcdc932a..bd47f08a41f 100644
--- a/kafka-ui-react-app/src/redux/reducers/topics/selectors.ts
+++ b/kafka-ui-react-app/src/redux/reducers/topics/selectors.ts
@@ -138,7 +138,7 @@ con... | null | val | train | 2022-05-31T15:10:16 | 2022-05-31T11:13:49Z | armenuikafka | train |
provectus/kafka-ui/2052_2077 | provectus/kafka-ui | provectus/kafka-ui/2052 | provectus/kafka-ui/2077 | [
"timestamp(timedelta=0.0, similarity=0.9210831648617049)",
"connected"
] | c42858e722f7dd527ec2b0c3b809f7e820c23397 | eb9aeef2d1bbc8f97a71ee80830a1e37f25e67ee | [] | [] | 2022-05-31T13:05:28Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | Disable "produce message" button for r/o clusters | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx
index f3d1c33d1a4..69540fdc284 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx
+++ b/kafka-ui-react-app/src/components/Topics/Topic/Details... | null | train | train | 2022-05-31T15:17:40 | 2022-05-27T13:42:35Z | Haarolean | train | |
provectus/kafka-ui/2083_2089 | provectus/kafka-ui | provectus/kafka-ui/2083 | provectus/kafka-ui/2089 | [
"connected"
] | f0673b60058f61d56f5e4538142ec36ffc37acb2 | c0b3ca3bc604256848ba59afc21719632d37c367 | [
"need to make UI use new API",
"Seems the issue already exists. \r\n\r\n<img width=\"1718\" alt=\"ksql new\" src=\"https://user-images.githubusercontent.com/104780608/172543231-8b47ca56-58f4-4089-97b2-6a6bd2fcb807.png\">\r\n",
"@armenuikafka this is not connected with ksql, your cognito session just closed",
... | [] | 2022-06-01T07:26:36Z | [
"type/bug",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | KSQL view data doesn't load | **Describe the bug**
Sometimes KSQL DB data is not loading and 422 error appears
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to KSQL DB
**Expected behavior**
All the data should display within KSQL DB
**Screenshots**
https:/... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KsqlController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ksql/KsqlApiClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-a... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KsqlController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ksql/KsqlApiClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-a... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2Test.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KsqlController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KsqlController.java
index 910bb812480..62dc24fab28 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KsqlController.java
+++ b/kafka-ui-api... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2Test.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2Test.java
new file mode 100644
index 00000000000..22c87c9aecc
--- /dev/null
+++ b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksq... | train | train | 2022-06-01T10:33:16 | 2022-05-31T15:12:39Z | armenuikafka | train |
provectus/kafka-ui/2091_2092 | provectus/kafka-ui | provectus/kafka-ui/2091 | provectus/kafka-ui/2092 | [
"timestamp(timedelta=0.0, similarity=0.9363814644372193)",
"connected"
] | eb9aeef2d1bbc8f97a71ee80830a1e37f25e67ee | f0673b60058f61d56f5e4538142ec36ffc37acb2 | [] | [] | 2022-06-01T08:19:31Z | [
"scope/frontend",
"status/accepted",
"type/chore"
] | Remove History from dependencies | ### Describe the solution you'd like
The history library is a direct dependency of v6 (not a peer dep), so you won't ever import or use it directly. Instead, you'll use the `useNavigate()` hook for all navigation .
https://reactrouter.com/docs/en/v6/upgrading/v5
| [
"kafka-ui-react-app/package-lock.json",
"kafka-ui-react-app/package.json"
] | [
"kafka-ui-react-app/package-lock.json",
"kafka-ui-react-app/package.json"
] | [] | diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json
index 60907257d40..20f1c48d384 100644
--- a/kafka-ui-react-app/package-lock.json
+++ b/kafka-ui-react-app/package-lock.json
@@ -75,7 +75,6 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0"... | null | train | train | 2022-05-31T17:04:33 | 2022-06-01T08:12:07Z | Mgrdich | train |
provectus/kafka-ui/2086_2094 | provectus/kafka-ui | provectus/kafka-ui/2086 | provectus/kafka-ui/2094 | [
"timestamp(timedelta=0.0, similarity=0.8694610240446166)",
"connected"
] | a211c412074e7e0efa03ad7b2fe9eaabb311060c | 9eae6b1f0ab89fc4a8a870f7173001a62030018f | [] | [] | 2022-06-01T12:10:52Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Not displayed success message about removing a Topic | **Describe the bug**
Success message is not displayed with removing a Topic from both: Topics page and the Topic's profile
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Press menu icon
3. Select Remove Topic
**Expected b... | [
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [] | diff --git a/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts b/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts
index c81eb696e18..c4a0657970a 100644
--- a/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts
+++ b/kafka-ui-react-app/src/redux/reducers/topics/... | null | train | train | 2022-06-02T11:33:13 | 2022-05-31T17:58:09Z | armenuikafka | train |
provectus/kafka-ui/2087_2095 | provectus/kafka-ui | provectus/kafka-ui/2087 | provectus/kafka-ui/2095 | [
"timestamp(timedelta=0.0, similarity=0.8679418280686718)",
"connected"
] | c1bdbec2b2d9158c9c210f77748d330812e28e2a | 0f0d51d386034d2822f8b8a91496962a31ed647a | [] | [] | 2022-06-01T12:41:45Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Loading icon stays with removIng more than one Topics | **Describe the bug**
In case of removing more than one Topics the load icon stays in process
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Check more than one ToPic
3. Press 'Delete selected topics'
**Expected behavior**... | [
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [] | diff --git a/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts b/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts
index c4a0657970a..70d85d46dc4 100644
--- a/kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts
+++ b/kafka-ui-react-app/src/redux/reducers/topics/... | null | train | train | 2022-06-03T14:36:06 | 2022-05-31T18:18:08Z | armenuikafka | train |
provectus/kafka-ui/2083_2098 | provectus/kafka-ui | provectus/kafka-ui/2083 | provectus/kafka-ui/2098 | [
"connected"
] | 657025dfd46cad53a22592e6e0d083191c18b3ad | 070fba4d08c7667b3b21bfb77a4ab3066c91fafb | [
"need to make UI use new API",
"Seems the issue already exists. \r\n\r\n<img width=\"1718\" alt=\"ksql new\" src=\"https://user-images.githubusercontent.com/104780608/172543231-8b47ca56-58f4-4089-97b2-6a6bd2fcb807.png\">\r\n",
"@armenuikafka this is not connected with ksql, your cognito session just closed",
... | [
"may be we should just define interface of `headers` array",
"So, we use this often, lets create own Type \r\n\r\n```ts\r\ntype KsqlDescriptionAccessor = keyof KsqlDescription;\r\n```"
] | 2022-06-02T08:18:19Z | [
"type/bug",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | KSQL view data doesn't load | **Describe the bug**
Sometimes KSQL DB data is not loading and 422 error appears
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to KSQL DB
**Expected behavior**
All the data should display within KSQL DB
**Screenshots**
https:/... | [
"kafka-ui-react-app/src/components/KsqlDb/List/List.tsx",
"kafka-ui-react-app/src/components/KsqlDb/List/ListItem.tsx",
"kafka-ui-react-app/src/components/KsqlDb/List/__test__/ListItem.spec.tsx",
"kafka-ui-react-app/src/redux/interfaces/ksqlDb.ts",
"kafka-ui-react-app/src/redux/reducers/ksqlDb/ksqlDbSlice.t... | [
"kafka-ui-react-app/src/components/KsqlDb/List/List.tsx",
"kafka-ui-react-app/src/components/KsqlDb/List/ListItem.tsx",
"kafka-ui-react-app/src/components/KsqlDb/List/__test__/ListItem.spec.tsx",
"kafka-ui-react-app/src/redux/interfaces/ksqlDb.ts",
"kafka-ui-react-app/src/redux/reducers/ksqlDb/ksqlDbSlice.t... | [] | diff --git a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
index 1c0d5ffcc1c..8a0e2b42a9c 100644
--- a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
+++ b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
@@ -11,8 +11,15 @@ import PageHeadi... | null | test | train | 2022-06-06T10:14:48 | 2022-05-31T15:12:39Z | armenuikafka | train |
provectus/kafka-ui/2088_2099 | provectus/kafka-ui | provectus/kafka-ui/2088 | provectus/kafka-ui/2099 | [
"connected"
] | 0f0d51d386034d2822f8b8a91496962a31ed647a | c64519c2c1b724306b8a76c2908c586e6e20acd4 | [
"Seems works as the same \r\n\r\n\r\nhttps://user-images.githubusercontent.com/104780608/172350115-6edab037-7477-4096-ac07-8d96f73f44c7.mov\r\n\r\n",
"@armenuikafka unfortunately Kafka-connect API is asynchronous in case of configuration changes applying. After you edit number of tasks - this change will be appli... | [] | 2022-06-02T11:04:19Z | [
"type/bug",
"good first issue",
"status/invalid",
"scope/backend",
"scope/frontend"
] | Connector't tasks count update is not available without refreshing | **Describe the bug**
Connector tasks count update avaIlable only after refresh
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Kafka connect
2. Open the Connector
3. Edit config
4. Change Topics count
5. Turn to Tasks tab
**Expected... | [
"kafka-ui-react-app/src/redux/reducers/connect/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/connect/connectSlice.ts"
] | [
"kafka-ui-react-app/src/redux/reducers/connect/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/connect/connectSlice.ts"
] | [] | diff --git a/kafka-ui-react-app/src/redux/reducers/connect/__test__/reducer.spec.ts b/kafka-ui-react-app/src/redux/reducers/connect/__test__/reducer.spec.ts
index 3630753b716..61e422d8670 100644
--- a/kafka-ui-react-app/src/redux/reducers/connect/__test__/reducer.spec.ts
+++ b/kafka-ui-react-app/src/redux/reducers/conn... | null | train | train | 2022-06-06T09:34:32 | 2022-06-01T07:21:05Z | armenuikafka | train |
provectus/kafka-ui/2084_2100 | provectus/kafka-ui | provectus/kafka-ui/2084 | provectus/kafka-ui/2100 | [
"timestamp(timedelta=51402.0, similarity=0.8560578912413365)",
"connected"
] | c64519c2c1b724306b8a76c2908c586e6e20acd4 | 7db40577b5745e241071a47696838553fd875ccb | [
"#1961 ",
"#2128"
] | [] | 2022-06-02T11:31:28Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed",
"type/regression"
] | Not functional Compare Versions for Schema | **Describe the bug**
Compare versions for Schema is not working
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Schema Registry
2. Open the Schema
3. Press 'Compare Versions'
**Expected behavior**
- The right path should be di... | [
"kafka-ui-react-app/src/components/Schemas/Details/Details.tsx",
"kafka-ui-react-app/src/components/Schemas/Schemas.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/Details/Details.tsx",
"kafka-ui-react-app/src/components/Schemas/Schemas.tsx"
] | [] | 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 ae11da54b0c..e54683decbd 100644
--- a/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx
@@ -3,7... | null | test | train | 2022-06-06T09:41:57 | 2022-05-31T15:39:51Z | armenuikafka | train |
provectus/kafka-ui/2085_2104 | provectus/kafka-ui | provectus/kafka-ui/2085 | provectus/kafka-ui/2104 | [
"connected"
] | 7db40577b5745e241071a47696838553fd875ccb | 657025dfd46cad53a22592e6e0d083191c18b3ad | [] | [] | 2022-06-03T08:16:46Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Recreate Topic is not functional | **Describe the bug**
Not possIble to recreate Topic from both: Topics page and Topic profile
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Press menu icon
3. Select Recreate Topic
**Expected behavior**
- Success message... | [
"kafka-ui-react-app/src/components/common/Icons/DropdownArrowIcon.tsx",
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [
"kafka-ui-react-app/src/components/common/Icons/DropdownArrowIcon.tsx",
"kafka-ui-react-app/src/redux/reducers/topics/__test__/reducer.spec.ts",
"kafka-ui-react-app/src/redux/reducers/topics/topicsSlice.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/common/Icons/DropdownArrowIcon.tsx b/kafka-ui-react-app/src/components/common/Icons/DropdownArrowIcon.tsx
index 22c783ac55a..f19a9b45ad2 100644
--- a/kafka-ui-react-app/src/components/common/Icons/DropdownArrowIcon.tsx
+++ b/kafka-ui-react-app/src/components/common/Icons/D... | null | train | train | 2022-06-06T09:49:30 | 2022-05-31T17:46:31Z | armenuikafka | train |
provectus/kafka-ui/1175_2106 | provectus/kafka-ui | provectus/kafka-ui/1175 | provectus/kafka-ui/2106 | [
"connected"
] | 4b70cbbde4b0f23dc6d010841fe5020536a23e4e | c1bdbec2b2d9158c9c210f77748d330812e28e2a | [] | [] | 2022-06-03T09:01:02Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"scope/frontend",
"status/accepted"
] | Implement logout button | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurityConfig.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurityConfig.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurityConfig.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurityConfig.java
index 4ee3e53b5b5..6bd56a877fe 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurity... | null | val | train | 2022-06-03T12:24:13 | 2021-12-06T18:58:53Z | Haarolean | train | |
provectus/kafka-ui/2113_2115 | provectus/kafka-ui | provectus/kafka-ui/2113 | provectus/kafka-ui/2115 | [
"timestamp(timedelta=0.0, similarity=0.8642288019578304)",
"connected"
] | f98c26e4fae6b64cf97ed6061d685f08c021b17e | 5fa2bcf5b2d9cd3a90b008d925fd26af82f90647 | [] | [] | 2022-06-03T16:12:18Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | KSQL table list columns list is broken | <img width="1303" alt="image" src="https://user-images.githubusercontent.com/1494347/171866853-95863ace-cef9-4b41-b903-0bb16adae8f5.png">
| [
"kafka-ui-react-app/src/components/KsqlDb/List/List.tsx"
] | [
"kafka-ui-react-app/src/components/KsqlDb/List/List.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
index 8a0e2b42a9c..0e5ccc9facb 100644
--- a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
+++ b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
@@ -73,7 +73,6 @@ const List: FC = ... | null | val | train | 2022-06-06T23:46:01 | 2022-06-03T13:47:29Z | Haarolean | train |
provectus/kafka-ui/2096_2126 | provectus/kafka-ui | provectus/kafka-ui/2096 | provectus/kafka-ui/2126 | [
"connected"
] | 070fba4d08c7667b3b21bfb77a4ab3066c91fafb | 1ca8873d35af5e3f130026d056aa26d88c0cc643 | [
"#1392 "
] | [] | 2022-06-06T09:42:50Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Issue related responsive view of Topic/Schema/Connector profile | **Describe the bug**
In case of setting responsive view information is not displayed fully within Topic/Schema/Connector profiles
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topic/Schema/Connector profile
2. Make the browser window sm... | [
"kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx",
"kafka-ui-react-app/src/components/common/PageHeading/PageHeading.tsx"
] | [
"kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx",
"kafka-ui-react-app/src/components/common/PageHeading/PageHeading.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx b/kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx
index db26a27deee..4c855859594 100644
--- a/kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx
+++ b/kafka-ui-react-app/src/components/Connect/Det... | null | train | train | 2022-06-06T10:32:47 | 2022-06-01T14:25:43Z | armenuikafka | train |
provectus/kafka-ui/2127_2131 | provectus/kafka-ui | provectus/kafka-ui/2127 | provectus/kafka-ui/2131 | [
"connected"
] | 2fcb0d1abef83189fbd1cf26167baad3074f1ac4 | 16ac428610e448486e1f3402cd45def2aa462499 | [] | [
"Why not use closeSidebar function? If you want to prevent running useEffect on each render, instead of avoiding using closeSidebar you can wrap closeSidebar function In useCallback. Please, check it.",
"fixed",
"Should this file be deleted?",
"restored"
] | 2022-06-06T11:02:37Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Sidebar sandwich menu click doesn't work | 
| [
"kafka-ui-react-app/src/components/App.styled.ts",
"kafka-ui-react-app/src/components/App.tsx"
] | [
"kafka-ui-react-app/src/components/App.styled.ts",
"kafka-ui-react-app/src/components/App.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/App.styled.ts b/kafka-ui-react-app/src/components/App.styled.ts
index 64f3296861d..94400cea879 100644
--- a/kafka-ui-react-app/src/components/App.styled.ts
+++ b/kafka-ui-react-app/src/components/App.styled.ts
@@ -88,7 +88,7 @@ export const Overlay = styled.div<{ $visible:... | null | train | train | 2022-06-08T14:00:19 | 2022-06-06T09:47:48Z | Haarolean | train |
provectus/kafka-ui/2111_2137 | provectus/kafka-ui | provectus/kafka-ui/2111 | provectus/kafka-ui/2137 | [
"timestamp(timedelta=0.0, similarity=0.9296936283261605)",
"connected"
] | d0e1e2bf6a5e7172bd1f23ed9aacbc1e90831e0d | fac348bb38a517fc2ad856fa161edb36fa727637 | [] | [
"What is going on?",
"Git or discord?",
"Opening a link..",
"`<Link to=\"route\" target=\"_blank\"` Something like this will help you to redirect ",
"instead of a div in the styled components",
"@Mgrdich , this approach doesn't work with external links.",
"fixed",
"Just try `to={{ pathname: \"https://... | 2022-06-07T12:02:33Z | [
"type/enhancement",
"scope/frontend",
"status/accepted"
] | Add social icons in UI | [
"kafka-ui-react-app/src/components/App.styled.ts",
"kafka-ui-react-app/src/components/App.tsx",
"kafka-ui-react-app/src/theme/theme.ts"
] | [
"kafka-ui-react-app/src/components/App.styled.ts",
"kafka-ui-react-app/src/components/App.tsx",
"kafka-ui-react-app/src/components/common/Icons/DiscordIcon.tsx",
"kafka-ui-react-app/src/components/common/Icons/GitIcon.tsx",
"kafka-ui-react-app/src/theme/theme.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/App.styled.ts b/kafka-ui-react-app/src/components/App.styled.ts
index 94400cea879..d854f1f2412 100644
--- a/kafka-ui-react-app/src/components/App.styled.ts
+++ b/kafka-ui-react-app/src/components/App.styled.ts
@@ -2,6 +2,8 @@ import styled, { css } from 'styled-components'... | null | train | train | 2022-06-17T14:20:41 | 2022-06-03T12:54:11Z | Haarolean | train | |
provectus/kafka-ui/2112_2138 | provectus/kafka-ui | provectus/kafka-ui/2112 | provectus/kafka-ui/2138 | [
"connected",
"timestamp(timedelta=1.0, similarity=0.8512422007514653)"
] | 16ac428610e448486e1f3402cd45def2aa462499 | 3b69b67c60bc2168b1793496f0360ab1b3e6cabf | [] | [
"What are we want to achieve by using .toString() here",
"isWindowed is boolean and values are not being displayed so I converted all displayed values to string"
] | 2022-06-07T12:14:18Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | KSQL response: isWindowed is empty | 1. run `show tables;`
2. <img width="911" alt="image" src="https://user-images.githubusercontent.com/1494347/171864091-37ef3ed8-549c-429c-a8f5-f041d74d3059.png">
| [
"kafka-ui-react-app/src/components/KsqlDb/List/List.tsx",
"kafka-ui-react-app/src/components/KsqlDb/List/ListItem.tsx",
"kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/TableRenderer.tsx"
] | [
"kafka-ui-react-app/src/components/KsqlDb/List/List.tsx",
"kafka-ui-react-app/src/components/KsqlDb/List/ListItem.tsx",
"kafka-ui-react-app/src/components/KsqlDb/Query/renderer/TableRenderer/TableRenderer.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
index 0e5ccc9facb..543aaa43f55 100644
--- a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
+++ b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx
@@ -25,6 +25,7 @@ const headers: He... | null | train | train | 2022-06-09T09:01:53 | 2022-06-03T13:46:12Z | Haarolean | train |
provectus/kafka-ui/2016_2139 | provectus/kafka-ui | provectus/kafka-ui/2016 | provectus/kafka-ui/2139 | [
"connected"
] | a4046d46ef44d51626c7f655ef89c3f3429b7b80 | 3e5093d101a0850a620d417027449c7410889da2 | [
"Hello there enshinov! 👋\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 make it configurable"
] | [
"I'd prefer fully qualified import for lombok's annotation over spring's",
"I think we should refactor this code in general: lets\r\n1. make KafkaConnectClients normal object (spring component), CACHE field will become non static. (I would personally rename class to KafkaConnectClientsFactory)\r\n2. inject maxBuf... | 2022-06-07T12:32:39Z | [
"type/bug",
"good first issue",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Failures when Kafka Connectors has high number of tasks (limit on max bytes to buffer : 262144) | **Describe the bug**
Stack trace:
at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:229)
at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$2(DefaultClientResponse.java:213)
at reactor.core.publis... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KafkaConnectClients.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/RetryingKafkaConnectClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KafkaConnectClientsFactory.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/RetryingKafkaConnectClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-api/src/main/java/com/provectu... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlApiClientTest.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2Test.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KafkaConnectClients.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KafkaConnectClients.java
deleted file mode 100644
index de0c9054ae2..00000000000
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KafkaConnectClients.ja... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlApiClientTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlApiClientTest.java
index d09e32f948c..5956d730829 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlApiClientTest.java
+++... | val | train | 2022-06-28T14:15:12 | 2022-05-23T11:01:30Z | enshinov | train |
provectus/kafka-ui/2141_2142 | provectus/kafka-ui | provectus/kafka-ui/2141 | provectus/kafka-ui/2142 | [
"timestamp(timedelta=775.0, similarity=0.8614877680241719)",
"connected"
] | 45dc7f616c7fe192a5e7ca2899f3a6126e2ad06e | f294b1bbad4cc93f07a685f63cad9e71f02eb8a3 | [] | [] | 2022-06-07T14:39:01Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed",
"type/regression"
] | Brokers page is broken | **Describe the bug**
ChunkLoadError: Loading chunk 317 failed. error appears with navigation to Brokers
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Brokers
**Expected behavior**
Brokers info should display without any error
**... | [
"kafka-ui-react-app/src/components/Cluster/Cluster.tsx"
] | [
"kafka-ui-react-app/src/components/Cluster/Cluster.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Cluster/Cluster.tsx b/kafka-ui-react-app/src/components/Cluster/Cluster.tsx
index e91b8e8317b..f4da3e984a2 100644
--- a/kafka-ui-react-app/src/components/Cluster/Cluster.tsx
+++ b/kafka-ui-react-app/src/components/Cluster/Cluster.tsx
@@ -18,6 +18,7 @@ import {
clusterTo... | null | train | train | 2022-06-07T14:05:58 | 2022-06-07T13:29:13Z | armenuikafka | train |
provectus/kafka-ui/2143_2151 | provectus/kafka-ui | provectus/kafka-ui/2143 | provectus/kafka-ui/2151 | [
"timestamp(timedelta=0.0, similarity=0.8694110719603608)",
"connected"
] | fac348bb38a517fc2ad856fa161edb36fa727637 | 3c922bc4706e44f0a6aaa33210b76530e841f56c | [] | [
"It should be in a ..styled.ts file",
"replaced",
"Please check if we can use our smart table here",
"I checked. Yes, we can use Smart Table, but for this we will have to rewrite the entire component. Plus, it will be necessary to add some more code - for example, to describe the state for the table. Should I... | 2022-06-10T13:05:06Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | Make broker table row clickable | It's not convenient to press on the number, let's make the whole row clickable.
<img width="1078" alt="image" src="https://user-images.githubusercontent.com/1494347/172599358-b2a52a90-8e67-40e0-ae95-171dbf94845f.png">
| [
"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.style.ts",
"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.style.ts b/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.style.ts
new file mode 100644
index 00000000000..f5f83733331
--- /dev/null
+++ b/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.style.ts
@@ -0,0 ... | null | train | train | 2022-06-21T14:23:28 | 2022-06-08T10:53:54Z | Haarolean | train |
provectus/kafka-ui/2140_2161 | provectus/kafka-ui | provectus/kafka-ui/2140 | provectus/kafka-ui/2161 | [
"timestamp(timedelta=1.0, similarity=1.0)",
"connected"
] | 4ebc74212cea7741dd68362881430517322fd018 | d859dd6b3f4bcdcc9143a2e02695eca95be0fd9f | [
"\"partition\" selector value is not sent unless specified explicitly by user\r\nthe same behavior for #1725"
] | [] | 2022-06-14T10:24:06Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Not possible to add message for a topic | **Describe the bug**
Error appears with creating a message for a Topic
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topic profile
2. Turn to Messages tab
3. Produce message
4. Add Key/Content/Headers
5. Press Send
**Expected ... | [
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx b/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx
index c8898c7ad27..11fa6c08e3e 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx
+++ b/kafka-ui-react-app/src/compone... | null | test | train | 2022-06-14T22:15:03 | 2022-06-07T13:19:26Z | armenuikafka | train |
provectus/kafka-ui/1175_2170 | provectus/kafka-ui | provectus/kafka-ui/1175 | provectus/kafka-ui/2170 | [
"timestamp(timedelta=1.0, similarity=0.846415028433612)",
"connected"
] | aa839b4d69106e50500d4a80ac4e65a26c9c8bc7 | 9c7f078dedf40e1d87a21a4434aeff9466f12f53 | [] | [] | 2022-06-15T11:02:12Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"scope/frontend",
"status/accepted"
] | Implement logout button | [
"kafka-ui-react-app/src/components/App.styled.ts",
"kafka-ui-react-app/src/components/App.tsx"
] | [
"kafka-ui-react-app/src/components/App.styled.ts",
"kafka-ui-react-app/src/components/App.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/App.styled.ts b/kafka-ui-react-app/src/components/App.styled.ts
index d854f1f2412..cd79fe62497 100644
--- a/kafka-ui-react-app/src/components/App.styled.ts
+++ b/kafka-ui-react-app/src/components/App.styled.ts
@@ -255,7 +255,7 @@ export const LogoutButton = styled(Button)(... | null | test | train | 2022-06-22T09:48:03 | 2021-12-06T18:58:53Z | Haarolean | train | |
provectus/kafka-ui/2144_2171 | provectus/kafka-ui | provectus/kafka-ui/2144 | provectus/kafka-ui/2171 | [
"keyword_pr_to_issue"
] | d859dd6b3f4bcdcc9143a2e02695eca95be0fd9f | 41fd765d8305a3595f684b5bd0da229fafc7c8dd | [
"Hello, I am newbies and I am willing to help.\r\n\r\nI checked the code, the Label box is hardcoded in 50px. Is this you are referring as broken UI?\r\n\r\n[ width: 50px;](https://github.com/provectus/kafka-ui/blob/e4dc1134abe45ee72c10d454eb7e4e326c52e194/kafka-ui-react-app/src/components/Topics/Topic/Details/Mes... | [] | 2022-06-15T12:58:16Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Topic message info layout is broken | <img width="416" alt="image" src="https://user-images.githubusercontent.com/1494347/172599553-28a0079f-ac6c-443d-82e1-e2d6721bfa7c.png">
| [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageContent/MessageContent.styled.ts"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageContent/MessageContent.styled.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageContent/MessageContent.styled.ts b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageContent/MessageContent.styled.ts
index de0967b4ab8..2f3efd7b537 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Detail... | null | train | train | 2022-06-15T14:56:47 | 2022-06-08T10:55:28Z | Haarolean | train |
provectus/kafka-ui/2079_2187 | provectus/kafka-ui | provectus/kafka-ui/2079 | provectus/kafka-ui/2187 | [
"timestamp(timedelta=1.0, similarity=0.8984928089324661)",
"connected"
] | 46bcbb3436caf7357ff11eebbd1b49fe4f2cd167 | a77869783b1aa27de5d5a71e5614079fc48c95d9 | [] | [] | 2022-06-20T08:07:46Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed",
"type/regression"
] | Redirection issue from Connector profile's path to Dashboard instead of Connectors page | **Describe the bug**
With click on Connectors from Connector path, system redirects to Dashboard instead of Connectors
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Kafka Connect
2. Open any Connector
3. Press on Connectors from the ... | [
"kafka-ui-react-app/src/components/Connect/Connect.tsx"
] | [
"kafka-ui-react-app/src/components/Connect/Connect.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Connect/Connect.tsx b/kafka-ui-react-app/src/components/Connect/Connect.tsx
index f1bb7ef4066..c4c94227e6e 100644
--- a/kafka-ui-react-app/src/components/Connect/Connect.tsx
+++ b/kafka-ui-react-app/src/components/Connect/Connect.tsx
@@ -7,57 +7,63 @@ import {
clusterCo... | null | train | train | 2022-06-29T11:40:50 | 2022-05-31T13:49:57Z | armenuikafka | train |
provectus/kafka-ui/1962_2191 | provectus/kafka-ui | provectus/kafka-ui/1962 | provectus/kafka-ui/2191 | [
"connected"
] | cbd4e4a52adf8ca7b15c84a5c18331d6359eb51e | 0b76b1251859f7acc4daf4afd746b81945b7c720 | [] | [
"?",
"Can we use `useFieldArray`?",
"Timeout?",
"does userEvent not work here?",
"does userEvent not work here?",
"does userEvent not work here?",
"seems there is a problem related to fieldset tag, via userevent.paste we are getting error in tests but fireevent.paste is working without issues, if there ... | 2022-06-21T07:40:00Z | [
"type/enhancement",
"scope/frontend",
"status/accepted"
] | Implement a view to set KSQL stream properties | string-string key-value instead, format as json | [
"kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx",
"kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts",
"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... | [
"kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx",
"kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts",
"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... | [] | 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 4982807ac24..c5757e2cae6 100644
--- a/kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx
+++ b/kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx
@@ -198,15 +198,23 @@ const... | null | train | train | 2022-07-07T17:50:26 | 2022-05-12T13:38:27Z | Haarolean | train |
provectus/kafka-ui/2154_2192 | provectus/kafka-ui | provectus/kafka-ui/2154 | provectus/kafka-ui/2192 | [
"timestamp(timedelta=0.0, similarity=0.8734458374460558)",
"connected"
] | 3c922bc4706e44f0a6aaa33210b76530e841f56c | aa839b4d69106e50500d4a80ac4e65a26c9c8bc7 | [] | [] | 2022-06-21T11:36:14Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Add asterisk for required Custom parameter field within Create Topic form | **Describe the bug**
Please add an asterisk for Custom parameter required field
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Press Add a Topic
3. Add Custom Parameter
4. Press submit
**Expected behavior**
The required... | [
"kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx b/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx
index 72f28c5c461..2b85b5276c7 100644
--- a/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamField.tsx
... | null | val | train | 2022-06-21T17:53:11 | 2022-06-13T06:58:55Z | armenuikafka | train |
provectus/kafka-ui/2182_2193 | provectus/kafka-ui | provectus/kafka-ui/2182 | provectus/kafka-ui/2193 | [
"connected"
] | 8acbcbacb9c04e6f4f2bcc95c1a9f9480804cccf | cc0a98262b1116e1bc4d4eed00fa43614eac1ddf | [] | [] | 2022-06-21T11:41:43Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Move 'x' icon to be in the top right of error message | **Describe the bug**
Move 'x' icon to be in the top right of error message
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Schema Registry
2. Edit the Schema
3. Let any field empty
4. Submit the schema
5. Check the error message
*... | [
"kafka-ui-react-app/src/components/Alerts/Alert.styled.ts"
] | [
"kafka-ui-react-app/src/components/Alerts/Alert.styled.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts b/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts
index 131fc922437..298f8749032 100644
--- a/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts
+++ b/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts
@@ -9,7 +9,7 @@ export cons... | null | train | train | 2022-06-27T12:07:47 | 2022-06-17T06:17:45Z | armenuikafka | train |
provectus/kafka-ui/2181_2194 | provectus/kafka-ui | provectus/kafka-ui/2181 | provectus/kafka-ui/2194 | [
"timestamp(timedelta=0.0, similarity=1.0)",
"connected"
] | cc0a98262b1116e1bc4d4eed00fa43614eac1ddf | d7a3629470606a644c3bcc82f093aa609c6ac29c | [] | [] | 2022-06-21T12:01:57Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Change the name of path for Schema Compare versions | **Describe the bug**
Change the name of path for Schema Compare versions
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Schema Registry
2. Open the Schema
3. Press Compare Versions
4. Check the Path
**Expected behavior**
Could be... | [
"kafka-ui-react-app/src/components/Schemas/Details/Details.tsx",
"kafka-ui-react-app/src/components/Schemas/Diff/Diff.tsx",
"kafka-ui-react-app/src/components/Schemas/Diff/__test__/Diff.spec.tsx",
"kafka-ui-react-app/src/lib/paths.ts"
] | [
"kafka-ui-react-app/src/components/Schemas/Details/Details.tsx",
"kafka-ui-react-app/src/components/Schemas/Diff/Diff.tsx",
"kafka-ui-react-app/src/components/Schemas/Diff/__test__/Diff.spec.tsx",
"kafka-ui-react-app/src/lib/paths.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 386fc505903..299b0984b13 100644
--- a/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx
@@ -3,7... | null | train | train | 2022-06-27T14:24:47 | 2022-06-17T06:04:35Z | armenuikafka | train |
provectus/kafka-ui/2167_2201 | provectus/kafka-ui | provectus/kafka-ui/2167 | provectus/kafka-ui/2201 | [
"timestamp(timedelta=0.0, similarity=0.8783625712732184)",
"connected"
] | 9c7f078dedf40e1d87a21a4434aeff9466f12f53 | 5cb1a7e0ce53b673a0e5b5133b18818f13088568 | [
"Hello there tcortega! 👋\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. 👀",
"Hello @tcortega ,\r\nchange that you are doing is not backward compatible,... | [] | 2022-06-22T13:49:40Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Incorrect order of requests for changing SR compatibility lvl and schema itself | TODO:
https://github.com/provectus/kafka-ui/issues/2167#issuecomment-1158835488
**Describe the bug**
When attempting to edit a schema within the schema registry screen, I get an error that does not give me any information.
**Set up**
If needed I can provide later-on, but we basically set up a simple kafka clus... | [
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx b/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx
index 550496d7451..1b960675ec6 100644
--- a/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx
@@ -62,18 +62,6 @@ const Edit: ... | null | test | train | 2022-06-23T15:59:30 | 2022-06-14T21:14:48Z | tcortega | train |
provectus/kafka-ui/1500_2205 | provectus/kafka-ui | provectus/kafka-ui/1500 | provectus/kafka-ui/2205 | [
"timestamp(timedelta=1.0, similarity=0.9896843102954588)",
"connected"
] | 13d168c8a55df8e5cb5f3b5359f6893a1461bc3c | 819ae60e6b3b9d598552c3db1e40f8c9cbb8c125 | [
"Hello there sbritprovectus! 👋\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. 👀",
"Almost all fields are not set according to the actual values but rat... | [
"I'm not sure why this is here. I can see you reassign it `formInit = false;` on line 79 inside useEffect. This is not a good way to do, instead use useState, or if you don't need to trigger rerenders use useRef to store this variable.",
"Just create a ./fixtures file somewhere near this test file to separate suc... | 2022-06-24T12:05:44Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | [Topics] There are default values when user try to edit topic | **Describe the bug**
When user try to edit topic after creation there are defaults values in edit topic settings view
**Set up**
Local docker.
App version: Version:v0.3.3(38c4cf7)
**Steps to Reproduce**
1. Create topic (e.g. using API)
2. Go to newly created topic
3. Go to Edit Settings
4. Edit somethi... | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/__test__/fixtures.ts",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/redux/reducers/top... | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/__test__/fixtures.ts",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/__test__/topicParamsTransformer.spec.ts",
"kafka-ui-react-a... | [] | 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 7346820afce..7faefb36c9d 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 | train | 2022-08-01T18:18:24 | 2022-01-27T07:44:00Z | sbritprovectus | train |
provectus/kafka-ui/2039_2221 | provectus/kafka-ui | provectus/kafka-ui/2039 | provectus/kafka-ui/2221 | [
"connected"
] | 002e4db355fdc189ca0f2fe0b90052b07966c809 | 7845476af1245b5113861ff3669fc10cc4678a6d | [] | [] | 2022-06-29T08:41:31Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Make Submit button inactive when required fields aren't filled | **Describe the bug**
Submit button is inactive by default in create forms, it should stay inactive also in case of once pressing the input fields and letting it empty
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to schema registry
2. C... | [
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/__test__/Edit.spec.tsx",
"kafka-ui-react-app/src/components/Topi... | [
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Edit/__test__/Edit.spec.tsx",
"kafka-ui-react-app/src/components/Topi... | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/New/New.tsx b/kafka-ui-react-app/src/components/Schemas/New/New.tsx
index 0d9d171b1f2..1aa843d6b59 100644
--- a/kafka-ui-react-app/src/components/Schemas/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/New/New.tsx
@@ -32,12 +32,12 @@ const New: React.FC... | null | train | train | 2022-07-18T12:57:28 | 2022-05-26T11:46:32Z | armenuikafka | train |
provectus/kafka-ui/1775_2247 | provectus/kafka-ui | provectus/kafka-ui/1775 | provectus/kafka-ui/2247 | [
"timestamp(timedelta=0.0, similarity=0.9150166619778775)",
"connected"
] | 83222edc62ef2ab370ace84df506edb225515115 | cbd4e4a52adf8ca7b15c84a5c18331d6359eb51e | [
"Hello there niyatidoshi! 👋\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\nIf your ksqldb server uses basic a... | [
"let's extract both username and password as variables here",
"let's add `@ToString` and exclude password field",
"the same with tostring"
] | 2022-07-05T08:42:58Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"status/accepted"
] | KSQLDB: Support Basic Auth | Hi Team,
I'm trying to connect KSQL DB which is on Confluent Cloud but I'm getting error "Failed to fetch tables and streams".
I've added below property in Docker-Compose file,
KAFKA_CLUSTERS_0_KSQLDBSERVER: https://test-db-xxx.confluent.cloud
To connect that DB, I guess we need to provide a Key/Secret and I ... | [
"README.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KsqlClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model... | [
"README.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/client/KsqlClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlApiClientTest.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ksql/KsqlServiceV2Test.java"
] | diff --git a/README.md b/README.md
index 5a0f51cf07e..494909e6730 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,8 @@ For example, if you want to use an environment variable to set the `name` parame
|`KAFKA_CLUSTERS_0_NAME` | Cluster name
|`KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS` |Address where to connect
|`KAFK... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java
index f41b595e791..ed434efba44 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java
+++ b/kafka-ui-api/src/t... | val | train | 2022-07-06T07:10:40 | 2022-03-29T12:47:38Z | niyatidoshi | train |
provectus/kafka-ui/2212_2259 | provectus/kafka-ui | provectus/kafka-ui/2212 | provectus/kafka-ui/2259 | [
"connected",
"timestamp(timedelta=0.0, similarity=0.8435926964333799)"
] | 0b76b1251859f7acc4daf4afd746b81945b7c720 | 3ab44233edc663ffdc03c08e315834cfd14ff1d0 | [
"@Haarolean is it OK to push it to internal ECR ? we can re-use our branch-deployment logic to build image only. How you would like to trigger such logic ?",
"Yes, yes, and, the same way, via labels."
] | [] | 2022-07-12T10:05:42Z | [
"good first issue",
"status/accepted",
"scope/infrastructure",
"type/feature"
] | Implement a flow to publish temporary docker images | In some cases we need to build an image within a PR to let others test them out. Would be nice to build and publish them automatically. | [] | [
".github/workflows/build-public-image.yml",
".github/workflows/delete-public-image.yml"
] | [] | diff --git a/.github/workflows/build-public-image.yml b/.github/workflows/build-public-image.yml
new file mode 100644
index 00000000000..32984dadad7
--- /dev/null
+++ b/.github/workflows/build-public-image.yml
@@ -0,0 +1,78 @@
+name: Build Docker image and push
+on:
+ workflow_dispatch:
+ pull_request:
+ types: ['... | null | test | train | 2022-07-12T10:40:52 | 2022-06-27T17:43:19Z | Haarolean | train |
provectus/kafka-ui/2163_2277 | provectus/kafka-ui | provectus/kafka-ui/2163 | provectus/kafka-ui/2277 | [
"connected"
] | edb7da6fce83e149b9e9c34182708f17f1c1240c | 085dfec389296597d8ca595f837809b3b130ee63 | [
"frontend requirements: #2566",
"Hey @Haarolean I would like to take this up. Do we want to give the users a limited set of predefined formats, or do we want to give them full flexibility to input a date format which we can use to safely parse any date to?",
"I think giving them a limited set of formats will be... | [
"```suggestion\r\n /api/info/timestampformat:\r\n```",
"- that's not related to kafka, let's make it `timestamp.format` for example\r\n- D is a day of the year, we need dd\r\n- also, let's use ddMM as a default one instead of MMdd\r\n",
"Updated PR please check",
"Updated PR please check",
"nice"
] | 2022-07-15T11:39:29Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted",
"status/needs-attention"
] | Make message timestamp format configurable | We changed default date format as requested in #2162.
We need the datetime format configurable on the frontend for the ones who prefer the US format or anything else. | [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoController.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [] | 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
new file mode 100644
index 00000000000..66e5d70bd33
--- /dev/null
+++ b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/InfoContro... | null | train | train | 2022-08-04T15:38:27 | 2022-06-14T11:30:27Z | Haarolean | train |
provectus/kafka-ui/2076_2291 | provectus/kafka-ui | provectus/kafka-ui/2076 | provectus/kafka-ui/2291 | [
"connected",
"timestamp(timedelta=1.0, similarity=0.9685220438654787)"
] | 37f1d2254e66b31bc827438b38f1505ae331c415 | 2b5dd270e22c6455c6a5999131dbf3ce3b770429 | [
"Implement sorting by: name, connect, type and status.",
"Sorting by Name, Connect, Type, Plugin, Status implemented."
] | [] | 2022-07-18T15:30:43Z | [
"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-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java
index 8011fe8e5fc..2813618abf9 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController... | null | train | train | 2022-10-14T11:01:19 | 2022-05-31T13:04:31Z | Haarolean | train |
provectus/kafka-ui/1024_2305 | provectus/kafka-ui | provectus/kafka-ui/1024 | provectus/kafka-ui/2305 | [
"connected"
] | 6891f71452d2f2cb78daf7e9b21106fc571a4355 | 48325bc5adf446cf14763d298d19202c83d67e01 | [
"1. When \"newest first\" is selected or \"submit\" button is pressed while \"newest first\" is selected we should use `seekType` as `LATEST` instead of `OFFSET`.\r\n2. The same for \"oldest first\": `seekType` should be `BEGINNING`.\r\n",
"@Haarolean When we submit a message, it redirects to the topic messages p... | [] | 2022-07-20T14:33:56Z | [
"type/bug",
"good first issue",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | New incoming messages not visible when "Newest first" enabled | **Describe the bug**
(A clear and concise description of what the bug is.)
When "Newest first" is enabled on Submit we should send request with latest partitions offsets.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. write messages to topic
2. open Messages tab
3. enable "Newest first" mode
4... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx
index d044fefabf9..5cf9b2af573 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx
+++ b/kaf... | null | val | train | 2022-07-21T12:03:13 | 2021-10-27T12:16:03Z | iliax | train |
provectus/kafka-ui/2039_2313 | provectus/kafka-ui | provectus/kafka-ui/2039 | provectus/kafka-ui/2313 | [
"connected"
] | 66e4eede510014aca116d034b91515f5e8be5ec1 | 6891f71452d2f2cb78daf7e9b21106fc571a4355 | [] | [] | 2022-07-21T09:39:14Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Make Submit button inactive when required fields aren't filled | **Describe the bug**
Submit button is inactive by default in create forms, it should stay inactive also in case of once pressing the input fields and letting it empty
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to schema registry
2. C... | [
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/List/ActionsCell/ActionsCell.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/List/ActionsCell/ActionsCell.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/New/New.tsx b/kafka-ui-react-app/src/components/Schemas/New/New.tsx
index 1aa843d6b59..e1474c15835 100644
--- a/kafka-ui-react-app/src/components/Schemas/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/New/New.tsx
@@ -32,7 +32,12 @@ const New: React.FC ... | null | train | train | 2022-07-21T08:08:23 | 2022-05-26T11:46:32Z | armenuikafka | train |
provectus/kafka-ui/2039_2315 | provectus/kafka-ui | provectus/kafka-ui/2039 | provectus/kafka-ui/2315 | [
"timestamp(timedelta=0.0, similarity=1.0)",
"connected"
] | bffe316063e6c68b9d48ee18cdb92d2974e7c58c | d92fe63e8aaa146c2b6279d60898544bc1e6ed39 | [] | [
"@rAzizbekyan pls take a look if this warning is valid",
"@workshur I checked it and locally it's not showing error like this",
"All added cases generate warnings. pls fix it\r\n```\r\nconsole.error\r\n Warning: An update to New inside a test was not wrapped in act(...).\r\n\r\n When testing, code that ca... | 2022-07-21T11:39:08Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Make Submit button inactive when required fields aren't filled | **Describe the bug**
Submit button is inactive by default in create forms, it should stay inactive also in case of once pressing the input fields and letting it empty
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to schema registry
2. C... | [
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Schemas/New/__test__/New.spec.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Schemas/New/__test__/New.spec.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/New/New.tsx b/kafka-ui-react-app/src/components/Schemas/New/New.tsx
index c3d9ba70034..38bef9bc9b6 100644
--- a/kafka-ui-react-app/src/components/Schemas/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/New/New.tsx
@@ -105,11 +105,11 @@ const New: React.... | null | train | train | 2022-07-25T13:16:00 | 2022-05-26T11:46:32Z | armenuikafka | train |
provectus/kafka-ui/2317_2318 | provectus/kafka-ui | provectus/kafka-ui/2317 | provectus/kafka-ui/2318 | [
"connected",
"timestamp(timedelta=1.0, similarity=0.8883881146328226)"
] | 48325bc5adf446cf14763d298d19202c83d67e01 | bff27f1b5bfc7ab1af339e829f0905df57f206df | [
"Hello there joseacl! 👋\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. 👀",
"Hi @Haarolean @germanosin.\r\n\r\nI've opened that issue because we're roll... | [] | 2022-07-22T08:05:14Z | [
"type/bug",
"status/accepted",
"scope/k8s"
] | Make Ingress resource compatible with kubernetes versions lower than 1.19 | **Describe the bug**
The helm template file for ingress is checking that **APIVersions** contains **networking.k8s.io/v1**, but this capability is available in Kubernetes since the version v1.8 **but for NetworkPolicy resource and not for Ingress**. https://kubernetes.io/docs/reference/using-api/deprecation-guide/#net... | [
".github/workflows/helm.yaml",
"charts/kafka-ui/templates/ingress.yaml"
] | [
".github/workflows/helm.yaml",
"charts/kafka-ui/templates/ingress.yaml"
] | [] | diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml
index 664a15e8a73..0da4bdc51e4 100644
--- a/.github/workflows/helm.yaml
+++ b/.github/workflows/helm.yaml
@@ -22,11 +22,11 @@ jobs:
shell: bash
run: |
sed -i "s@enabled: false@enabled: true@g" charts/kafka-ui/values.yaml... | null | val | train | 2022-07-21T14:57:49 | 2022-07-22T06:53:51Z | joseacl | train |
provectus/kafka-ui/2169_2339 | provectus/kafka-ui | provectus/kafka-ui/2169 | provectus/kafka-ui/2339 | [
"timestamp(timedelta=1.0, similarity=0.8648408167878369)",
"connected"
] | bffe316063e6c68b9d48ee18cdb92d2974e7c58c | 9827e01047ef7f0db2acc460d170fc1f284229ec | [
"Seems like that is a 80 symbols line delimiter. We can get rid of it."
] | [] | 2022-07-25T14:37:25Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Unnecessary line within KSQL DB / query | **Describe the bug**
There is an Unnecessary line within KSQL DB / query
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to KSQL DB
2. Press 'Execute KSQL Request'
**Expected behavior**
The line is not necessary
Display: 3456 × 2234
... | [
"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 1f5dcde061e..a8fa1cf7afa 100644
--- a/kafka-ui-react-app/src/components/KsqlDb/Query/QueryForm/QueryForm.styled.ts
+++ b/kafka-ui-react-app/src/c... | null | test | train | 2022-07-25T13:16:00 | 2022-06-15T08:15:49Z | armenuikafka | train |
provectus/kafka-ui/1963_2357 | provectus/kafka-ui | provectus/kafka-ui/1963 | provectus/kafka-ui/2357 | [
"connected",
"timestamp(timedelta=2.0, similarity=1.0)"
] | b6e9e4386887035c0d0326cadbc03e3e48d935eb | 27252393a290f32289aebd10c2d5b12e9d9d8500 | [] | [] | 2022-07-28T17:37:25Z | [
"scope/backend",
"type/security",
"status/accepted"
] | CVE fixes Q2.22 | https://github.com/provectus/kafka-ui/runs/7354244079?check_suite_focus=true
+ upgrade alpine | [
"kafka-ui-api/Dockerfile",
"pom.xml"
] | [
"kafka-ui-api/Dockerfile",
"pom.xml"
] | [] | diff --git a/kafka-ui-api/Dockerfile b/kafka-ui-api/Dockerfile
index 5488a771810..3990d488315 100644
--- a/kafka-ui-api/Dockerfile
+++ b/kafka-ui-api/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.15.0
+FROM alpine:3.16.1
RUN apk add --no-cache openjdk13-jre libc6-compat gcompat \
&& addgroup -S kafkaui && adduser -S ka... | null | val | train | 2022-08-02T16:32:13 | 2022-05-12T14:10:19Z | Haarolean | train |
provectus/kafka-ui/1756_2360 | provectus/kafka-ui | provectus/kafka-ui/1756 | provectus/kafka-ui/2360 | [
"connected",
"timestamp(timedelta=1.0, similarity=0.9385010753275334)"
] | 70414d227943e6ca81fefb04a5848689e59eb473 | ba983657e663da01c19fc037a865a6babe357e2c | [
"Hi, thanks for reaching out.\r\n\r\nWhat's the point? Have you encountered any problem?",
"I'm thinking about multiple features\r\n\r\n- Apache Kafka supports Java 17\r\n- Ability to restart a connector's tasks on a single call in Kafka Connect\r\n- Extend OffsetFetch requests to accept multiple group ids.\r\n",... | [] | 2022-07-29T20:01:17Z | [
"good first issue",
"scope/backend",
"status/accepted",
"type/dependencies"
] | Update kafka-clients dependency to 3.1.0 | current version is Kafka version: 2.8.0
there is now the version 3.1.0 | [
"pom.xml"
] | [
"pom.xml"
] | [] | diff --git a/pom.xml b/pom.xml
index e229c4959e2..2f307fdb5ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<org.projectlombok.version>1.18.20</org.projectlombok.version>
<org.projectlombok.e2e-checks.version>1.18.20</org.projectlombok.e2e-checks.version>
<git.revision>latest</git.revi... | null | train | train | 2022-07-31T14:38:44 | 2022-03-24T16:42:45Z | raphaelauv | train |
provectus/kafka-ui/2367_2368 | provectus/kafka-ui | provectus/kafka-ui/2367 | provectus/kafka-ui/2368 | [
"timestamp(timedelta=1.0, similarity=0.9023984446348281)",
"connected"
] | 70414d227943e6ca81fefb04a5848689e59eb473 | 1c0b297a595a8f6e38a813cbdffd46b879220465 | [
"@joseacl thank you. We'll take a look soon."
] | [] | 2022-08-01T10:34:32Z | [
"type/enhancement",
"status/accepted",
"scope/k8s"
] | Add the possibility to not specify the image.registry value | **Describe the bug**
It's not a bug but an improvement on how the docker image of the kafka-ui application is built which will allow us to have less values in our deployment.
<!--(A clear and concise description of what the bug is.)-->
We're using that application in several environments (dev, qa, prod, etc...) fo... | [
"charts/kafka-ui/templates/_helpers.tpl",
"charts/kafka-ui/templates/deployment.yaml"
] | [
"charts/kafka-ui/templates/_helpers.tpl",
"charts/kafka-ui/templates/deployment.yaml"
] | [] | diff --git a/charts/kafka-ui/templates/_helpers.tpl b/charts/kafka-ui/templates/_helpers.tpl
index 076c4886f80..510452d4cf3 100644
--- a/charts/kafka-ui/templates/_helpers.tpl
+++ b/charts/kafka-ui/templates/_helpers.tpl
@@ -61,3 +61,19 @@ Create the name of the service account to use
{{- default "default" .Values.ser... | null | test | train | 2022-07-31T14:38:44 | 2022-08-01T10:27:52Z | joseacl | train |
provectus/kafka-ui/2243_2370 | provectus/kafka-ui | provectus/kafka-ui/2243 | provectus/kafka-ui/2370 | [
"timestamp(timedelta=0.0, similarity=0.8766084907221564)",
"connected"
] | 7f74bf312a0e51ed1c4ba530a84e07e6d4dcae72 | 757bf9526efa1d66308ca26bc5cae2ef2f3bf343 | [] | [] | 2022-08-01T15:28:16Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"status/accepted"
] | Edit Topic: Validation message about "Replication Factor *" acceptable data | **Describe the bug**
Could be better to have validation message about accepted value for Replication Factor * field
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Edit a Topic
3. Change the value of "Replication Factor * " f... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java
index 75c32984617..46ecedd0b3d 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/TopicsService.java
+++ b/kafka-ui-api/src/main/ja... | null | val | train | 2022-08-08T19:20:34 | 2022-07-04T09:20:21Z | armenuikafka | train |
provectus/kafka-ui/2382_2387 | provectus/kafka-ui | provectus/kafka-ui/2382 | provectus/kafka-ui/2387 | [
"connected"
] | 38d795d5a0d57c3bb5de9ead6cd762671d06817b | 9b3495a2e9e2c92b8a073bc4ed835a0c30b66b27 | [
"Hello there sgolod! 👋\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 reporting. We'll take a look.",
"Hello @sgolod , thx for d... | [
"Quite significant version increase, is it a typo?",
"I can't follow why use this construct instead of simply checking the presence of the API version?\r\n```\r\n{{- if $.Capabilities.APIVersions.Has \"networking.k8s.io/v1\" -}}\r\n```\r\nAFAIK k8s version is irrelevant.\r\n\r\nConsider following simple tester te... | 2022-08-03T15:44:34Z | [
"type/bug",
"status/accepted",
"scope/k8s"
] | Latest Ingress changes breaks compatibility with GKE clusters versions (GKE use -gke.XXXX as suffix for version) | This changes breaks compatibility with GKE clusters versions (GKE use -gke.XXXX as suffix for version).
It can be solved when use semver comparision to full version ("1.19" -> "1.19.0-0")
```
(trimPrefix "v" .Capabilities.KubeVersion.Version | semverCompare ">= 1.19" ) =>
(trimPrefix "v" .Capabilities.KubeVersion.V... | [
"charts/kafka-ui/Chart.yaml",
"charts/kafka-ui/templates/ingress.yaml"
] | [
"charts/kafka-ui/Chart.yaml",
"charts/kafka-ui/templates/ingress.yaml"
] | [] | diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml
index 1177e74887c..7eaff3c59aa 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.0.4
+version: 0.4.2
appVersi... | null | train | train | 2022-08-03T14:54:20 | 2022-08-03T12:37:47Z | sgolod | train |
provectus/kafka-ui/2262_2390 | provectus/kafka-ui | provectus/kafka-ui/2262 | provectus/kafka-ui/2390 | [
"keyword_pr_to_issue",
"connected"
] | 8f0ffe665c53429f4d9618adafd31663b50ddd3f | 98257b2b5fd77a0141f23bebb2b903d90d0a3113 | [] | [] | 2022-08-03T21:27:55Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Keep the limitation error messages the same for all numerical fields in a Topic profile |
**Describe the bug**
Could be better to have the same error message about limitation for all number fields within Topic profile
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
1. Navigate to Topics
2. Add a topic
3. Fill not accepted value for "Number of partitions *", "Replication... | [
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [] | diff --git a/kafka-ui-react-app/src/lib/yupExtended.ts b/kafka-ui-react-app/src/lib/yupExtended.ts
index 967bc0bbafe..ca51e662f15 100644
--- a/kafka-ui-react-app/src/lib/yupExtended.ts
+++ b/kafka-ui-react-app/src/lib/yupExtended.ts
@@ -55,16 +55,19 @@ export const topicFormValidationSchema = yup.object().shape({
pa... | null | train | train | 2022-08-04T23:25:50 | 2022-07-13T08:25:56Z | armenuikafka | train |
provectus/kafka-ui/1622_2398 | provectus/kafka-ui | provectus/kafka-ui/1622 | provectus/kafka-ui/2398 | [
"keyword_pr_to_issue"
] | 98257b2b5fd77a0141f23bebb2b903d90d0a3113 | 122f90fbb25c3b20e461246c0a50aeb08ef51459 | [] | [] | 2022-08-04T19:23:19Z | [
"scope/backend",
"type/chore"
] | Support JVM hot swap for `spring boot:run` | Probably missing spring-devtools at least | [
"kafka-ui-api/pom.xml"
] | [
"kafka-ui-api/pom.xml"
] | [] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index a6ff458c6c5..53eb24731d7 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -217,6 +217,11 @@
<artifactId>datasketches-java</artifactId>
<version>${datasketches-java.version}</version>
</dependency>
+ <... | null | train | train | 2022-08-05T17:13:28 | 2022-02-17T16:19:10Z | Haarolean | train |
provectus/kafka-ui/2375_2400 | provectus/kafka-ui | provectus/kafka-ui/2375 | provectus/kafka-ui/2400 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.9008447037262984)",
"connected"
] | 95a030614337529ff3dd578bb03fe1de18e5da7e | 26d800f997ab32b408d0e307370985ebe2b9cf5c | [
"Hello there as93717913! 👋\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. 👀",
"1. Fix character escaping for the filter query\r\n2. New line symbols sh... | [] | 2022-08-05T02:46:03Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Smart filters multiple conditions not working | <!--
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.)-->
For Smart Filter... | [
"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 7acf873d6d9..018a8ef1fff 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx
+++ b/kafka-ui-react-app/src/comp... | null | val | train | 2022-08-18T12:28:51 | 2022-08-02T09:20:59Z | as93717913 | train |
provectus/kafka-ui/2322_2410 | provectus/kafka-ui | provectus/kafka-ui/2322 | provectus/kafka-ui/2410 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=1.0000000000000002)"
] | b1a13e442b1a729aa3ba157c681deda59cd335dd | 7f74bf312a0e51ed1c4ba530a84e07e6d4dcae72 | [
"Hey @Haarolean , I'm interested in contributing to this issue, so before I start working on it, would you mind sparing your time explaining what the issue is about and pointing me to some resources to get started.",
"@9gl hey, the idea is to not display \"none\" if there's no error :) But it turns out it's a ba... | [] | 2022-08-05T20:16:53Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"status/accepted"
] | Do not display broker error as "none" | <img width="805" alt="image" src="https://user-images.githubusercontent.com/1494347/180452842-d2aa5e83-c2d4-4cad-a735-f87a2647fb46.png">
| [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/DescribeLogDirsMapper.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/DescribeLogDirsMapper.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/DescribeLogDirsMapper.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/DescribeLogDirsMapper.java
index c7e66d0f455..3d84aa3ad90 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/DescribeLogDirsMapper.java
+++ b/kaf... | null | train | train | 2022-08-08T15:04:29 | 2022-07-22T13:48:08Z | Haarolean | train |
provectus/kafka-ui/2411_2412 | provectus/kafka-ui | provectus/kafka-ui/2411 | provectus/kafka-ui/2412 | [
"connected",
"timestamp(timedelta=0.0, similarity=0.8483214303572048)"
] | 32b550f6710f109225d27c1d68ed6d65ce191eae | 5beb6168b9d009e268374907c1e9bf0818c6ba1d | [
"Hello there occidere! 👋\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. 👀"
] | [] | 2022-08-06T07:44:35Z | [
"type/documentation"
] | SECURE_BROKER guide link in README.md is not working | <!--
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.)-->
- SECURE_BROKER ... | [
"README.md"
] | [
"README.md"
] | [] | diff --git a/README.md b/README.md
index d3efd90c543..38e885c1640 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ We have plenty of [docker-compose files](documentation/compose/DOCKER_COMPOSE.md
- [SSO configuration](documentation/guides/SSO.md)
- [AWS IAM configuration](documentation/guides/AWS_IAM.md)
- [... | null | test | train | 2022-08-05T21:15:48 | 2022-08-06T07:30:08Z | occidere | train |
provectus/kafka-ui/2373_2416 | provectus/kafka-ui | provectus/kafka-ui/2373 | provectus/kafka-ui/2416 | [
"timestamp(timedelta=1.0, similarity=0.9689114746312342)",
"connected"
] | 7765a268af412e0045f6815cc024aaa7567519a8 | ffb62d3eabf2484cc90a036f3a1782bfcc1cddf1 | [] | [
"and again, that's a wrong test"
] | 2022-08-08T11:53:18Z | [
"type/bug",
"scope/QA",
"status/accepted",
"status/confirmed"
] | FIx unstable e2e test | it shouldn't depend on number of topics in any case

| [
"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/tests/TopicTests.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 cfd120f3a01..5b816d05f5c 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/tests/TopicTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java
index a962b8ceabb..75e5cfa7224 100644
--- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/TopicTests.java
+++ b/kafka-ui-e2e-check... | train | train | 2022-08-09T15:13:03 | 2022-08-01T17:10:56Z | Haarolean | train |
provectus/kafka-ui/2295_2418 | provectus/kafka-ui | provectus/kafka-ui/2295 | provectus/kafka-ui/2418 | [
"timestamp(timedelta=1.0, similarity=0.9155516629684449)",
"connected"
] | ffb62d3eabf2484cc90a036f3a1782bfcc1cddf1 | d781ac45da47afcd2c2d782f8d1ca06a696468c7 | [
"@Haarolean as we agreed, all those methods containing just 'SelenideElement.shouldBe(Condition)' are needed\r\nbut to avoid such confuses methods should be renamed to 'waitUntilScreenRedy()' because the main goal is waiting for element's state and not assertion\r\n@anezboretskiy please find all those methods and f... | [
"need to fix step description: 'Wait until page opened'",
"@anezboretskiy better just delete description from annotation",
"@VladSenyuta description deleted "
] | 2022-08-09T10:51:25Z | [
"type/enhancement",
"scope/QA",
"status/accepted"
] | [e2e] Get rid of asserts in helper classes | [
"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/ConnectorCreateView.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorsList.java",
"kafka-ui-e2e-checks/src/main/jav... | [
"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/ConnectorCreateView.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorsList.java",
"kafka-ui-e2e-checks/src/main/jav... | [
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java",
"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... | 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/MainPage.java
index 7e2a6640a82..797d0277b9d 100644
--- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/MainPage.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/SmokeTests.java
index e52d9dc1d87..149acf4aa56 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 | train | 2022-08-09T15:53:31 | 2022-07-18T15:39:45Z | Haarolean | train | |
provectus/kafka-ui/2420_2422 | provectus/kafka-ui | provectus/kafka-ui/2420 | provectus/kafka-ui/2422 | [
"keyword_pr_to_issue"
] | 9b3495a2e9e2c92b8a073bc4ed835a0c30b66b27 | 5fdcd2124cce0cec8eaf7e09416fff55259eace4 | [] | [] | 2022-08-10T14:27:03Z | [
"scope/frontend",
"status/accepted",
"type/chore"
] | Typo within Topic's statistics |
**Describe the bug**
The word "unique" is written wrong within Topic's statistics page
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics Statistics page
2. Start Analysis
3. Check the "Messages" part
**Expected behavior**
Th... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Statistics/Indicators/Total.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Statistics/Indicators/Total.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Statistics/Indicators/Total.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Statistics/Indicators/Total.tsx
index dec863c0005..f2aa53141e8 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Statistics/Indicators/Total.tsx
... | null | test | train | 2022-08-10T11:58:41 | 2022-08-09T19:04:13Z | armenuikafka | train |
provectus/kafka-ui/1666_2424 | provectus/kafka-ui | provectus/kafka-ui/1666 | provectus/kafka-ui/2424 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.9741795151534492)"
] | 9b3495a2e9e2c92b8a073bc4ed835a0c30b66b27 | a665fb4d83041857995a5b47eb307c70a3ae289b | [
"I can take this one. What about this solution? specifying \"api-prod\" as arg.\r\n```\r\ncd kafka-ui-api\r\n ./mvnw compile -Papi-prod \r\n```\r\n\r\nActually the ` ./mvnw compile -Pprod` doesn't compile the \"kafka-ui-contract\" (or am I wrong?). So when compiling the \"kafka-ui-api\" if you dont compile the cont... | [] | 2022-08-10T17:56:19Z | [
"type/enhancement",
"scope/backend",
"status/accepted",
"type/chore"
] | Request: a command to compile just `kafka-ui-api`, ignoring the frontend | ### Is your proposal related to a problem?
I'd like to be able to iterate building the Java portion of `kafka-ui` without building the frontend.
I assumed this would work, but it runs npm:
```
cd kafka-ui-api
./mvnw compile -Pprod
```
I was told to open this issue on Discord.
### Describe the solution... | [
"documentation/project/contributing/building.md",
"kafka-ui-api/pom.xml"
] | [
"documentation/project/contributing/building.md",
"kafka-ui-api/pom.xml"
] | [] | diff --git a/documentation/project/contributing/building.md b/documentation/project/contributing/building.md
index 21562426e5e..7b530829b92 100644
--- a/documentation/project/contributing/building.md
+++ b/documentation/project/contributing/building.md
@@ -19,6 +19,13 @@ docker-compose -f ./documentation/compose/kafka-... | null | train | train | 2022-08-10T11:58:41 | 2022-02-22T22:53:16Z | ottaviohartman | train |
provectus/kafka-ui/2203_2425 | provectus/kafka-ui | provectus/kafka-ui/2203 | provectus/kafka-ui/2425 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.8707543666410622)"
] | 9b3495a2e9e2c92b8a073bc4ed835a0c30b66b27 | 24243e36acd288123c15b1c9b83172b6f04f9d32 | [] | [] | 2022-08-10T21:18:20Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | In case of using "," symbol system doesn't give the validation message for Topic name field | **Describe the bug**
In case of using "," symbol system doesn't give the validation message for Topic name field
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Add a Topic
3. Input the ";" symbol into Topic name field
4. Ma... | [
"kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx",
"kafka-ui-react-app/src/lib/constants.ts",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [
"kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx",
"kafka-ui-react-app/src/lib/constants.ts",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx b/kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx
index a15ef31f680..0e01da66cb6 100644
--- a/kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx
+++ b/kafka-ui-react-app/src/components/Topics/New/__test__/... | null | train | train | 2022-08-10T11:58:41 | 2022-06-23T13:47:58Z | armenuikafka | train |
provectus/kafka-ui/2445_2447 | provectus/kafka-ui | provectus/kafka-ui/2445 | provectus/kafka-ui/2447 | [
"timestamp(timedelta=1.0, similarity=0.8890880368006049)",
"connected"
] | 91b86b5b780eb6c090c89eebd405f3487147e6da | c8306f59700f574d6e68f31a121f626440b47a20 | [] | [
"This empty line could be removed :).",
"Instead of hardcoding `CONNECT_REST_PORT`, we can use `CONNECT_PORT` defined already in the class.",
"I like the spacing like separating logical blocks",
"sure"
] | 2022-08-15T07:53:06Z | [
"type/bug",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Consumers sorting is broken | <!--
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.)-->
/api/clusters/lo... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerGroupTests.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/container/KafkaConnectContainer.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java
index beb9f849798..d17f5249781 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java
+++ b/kaf... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerGroupTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerGroupTests.java
index 17e7a19ee7f..98f8394060f 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerGroupTests.java
+++ b/kafka-ui-api/src/t... | train | train | 2022-09-01T16:57:36 | 2022-08-14T17:32:34Z | workshur | train |
provectus/kafka-ui/2320_2455 | provectus/kafka-ui | provectus/kafka-ui/2320 | provectus/kafka-ui/2455 | [
"keyword_pr_to_issue"
] | a5f539c62aff5f97d244927d63f185475397636c | 95a030614337529ff3dd578bb03fe1de18e5da7e | [] | [
"let's try to hide expander for rows with empty trace. You can use `getRowCanExpand` to check if row.original.trace.length > 0 ",
"let's add confirmation modal. just add `confirm` attr to DropdownItem",
"```suggestion\r\n const trace = getValue<string>() || '';\r\n```"
] | 2022-08-16T21:02:33Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | Hide KC connectors' stacktraces into a spoiler | Hide the stacktrace into a spoiler:
<img width="1291" alt="image" src="https://user-images.githubusercontent.com/1494347/180452189-f6240195-5c9b-4156-be91-95d4cdd8517b.png">
like this:
<img width="276" alt="image" src="https://user-images.githubusercontent.com/1494347/180452263-2e488170-9e68-4431-aa00-d9372bf8058d.p... | [
"kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx",
"kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/Tasks.spec.tsx",
"kafka-ui-react-app/src/components/common/NewTable/ExpanderCell.tsx",
"kafka-ui-react-app/src/components/common/NewTable/Table.styled.ts",
"kafka-ui-react-... | [
"kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx",
"kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx",
"kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/Tasks.spec.tsx",
"kafka-ui-react-app/src/components/common/NewTable/ExpanderCell.tsx",
"kafk... | [] | diff --git a/kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx b/kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx
new file mode 100644
index 00000000000..6d2cf845e1b
--- /dev/null
+++ b/kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx
@@... | null | train | train | 2022-08-18T10:16:00 | 2022-07-22T13:45:11Z | Haarolean | train |
provectus/kafka-ui/2321_2455 | provectus/kafka-ui | provectus/kafka-ui/2321 | provectus/kafka-ui/2455 | [
"keyword_pr_to_issue"
] | a5f539c62aff5f97d244927d63f185475397636c | 95a030614337529ff3dd578bb03fe1de18e5da7e | [] | [
"let's try to hide expander for rows with empty trace. You can use `getRowCanExpand` to check if row.original.trace.length > 0 ",
"let's add confirmation modal. just add `confirm` attr to DropdownItem",
"```suggestion\r\n const trace = getValue<string>() || '';\r\n```"
] | 2022-08-16T21:02:33Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | Do not display "null" as a stacktrace in KC | Make it an empty space
<img width="689" alt="image" src="https://user-images.githubusercontent.com/1494347/180452422-6e0b8980-f470-4e87-881f-6ec3af2cbf07.png">
| [
"kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx",
"kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/Tasks.spec.tsx",
"kafka-ui-react-app/src/components/common/NewTable/ExpanderCell.tsx",
"kafka-ui-react-app/src/components/common/NewTable/Table.styled.ts",
"kafka-ui-react-... | [
"kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx",
"kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx",
"kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/Tasks.spec.tsx",
"kafka-ui-react-app/src/components/common/NewTable/ExpanderCell.tsx",
"kafk... | [] | diff --git a/kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx b/kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx
new file mode 100644
index 00000000000..6d2cf845e1b
--- /dev/null
+++ b/kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx
@@... | null | train | train | 2022-08-18T10:16:00 | 2022-07-22T13:46:18Z | Haarolean | train |
provectus/kafka-ui/2261_2469 | provectus/kafka-ui | provectus/kafka-ui/2261 | provectus/kafka-ui/2469 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.9109802871686771)"
] | 5ac52efb7a2ec64a38110893ef0c35152a6b501b | 6de2eaeab1f80ac71d63896856c93193ef5cd54e | [] | [] | 2022-08-18T19:10:52Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed",
"type/chore"
] | "Value" field is focused with adding the Custom Parameter in a Topic |
**Describe the bug**
"Value" field is focused with adding the Custom Parameter in a Topic
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
1. Navigate to Topics
2. Add a Topic
3. Press "Add Custom Parameter"
**Expected behavior**
Value field shouldn’t be focused
**Screenshots**... | [
"kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParams.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParams.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParams.tsx b/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParams.tsx
index 38d95f56c8b..a85b4a2fc4d 100644
--- a/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParams.tsx
+++ b/kafka-... | null | train | train | 2022-08-22T19:04:22 | 2022-07-12T17:07:22Z | armenuikafka | train |
provectus/kafka-ui/2431_2470 | provectus/kafka-ui | provectus/kafka-ui/2431 | provectus/kafka-ui/2470 | [
"timestamp(timedelta=1.0, similarity=0.9568163863211588)",
"connected"
] | d63c25e3173de78b34426af19416d72035fdcdf7 | c0d64d7c566abfdd3ceeaa9c09cd895f0fae3f60 | [] | [
"no need to place here Objects.requireNonNull because getResourceAsString() doesn't have return null option now",
"no need to place here Objects.requireNonNull because getResourceAsString() doesn't have return null option now",
"please use import static FileUtils.* to reduce mentions the same class many times p... | 2022-08-19T10:39:47Z | [
"scope/QA",
"type/refactoring",
"status/accepted"
] | [e2e] get rid of SheakyThrows annotation | in the scope of this issue need to remove annotation from the high-level methods and implement exception handling on the lowest level | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/extensions/FileUtils.java",
"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/ConnectorCreateView.java",
"kafka-ui-e2e-checks/src/main/java/com/prov... | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/extensions/FileUtils.java",
"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/ConnectorCreateView.java",
"kafka-ui-e2e-checks/src/main/java/com/prov... | [
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java",
"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... | diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/extensions/FileUtils.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/extensions/FileUtils.java
index 22926226403..bbe4dbf0b4d 100644
--- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/extensions/FileUtils.java
+++ b/kafka-... | 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 149acf4aa56..fbfb0990eb9 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 | train | 2022-08-19T18:38:35 | 2022-08-12T06:41:23Z | VladSenyuta | train |
provectus/kafka-ui/1995_2471 | provectus/kafka-ui | provectus/kafka-ui/1995 | provectus/kafka-ui/2471 | [
"keyword_pr_to_issue"
] | a9c31e6a32c222da2d28896ec2acbccdf7b308c5 | e4b5a6606a7fe077ec7a0039eab02b7cf9579016 | [
"Hello there lbalcerek! 👋\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.",
"Steps to reproduce:... | [] | 2022-08-19T11:51:33Z | [
"type/bug",
"good first issue",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | No URL encoding while getting schemas | **Describe the bug**
We have subject with '/' sign in it, what causes exception after choosing 'Schema Registry' option. I can see that app requests for:
`GET https://schema-registry.nonprod.ipfdigital.io/subjects/apollo/commons/Header.proto/versions/latest`
so without proper URL encoding, and should be:
`https://s... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/SchemaRegistryServiceTests.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java
index f4c9355804e..92603ba979e 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java
+++ b/... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/SchemaRegistryServiceTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/SchemaRegistryServiceTests.java
index 190831da98b..60959be0492 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/SchemaRegistryServiceTests.java
+++ b/kafka-ui-... | test | train | 2022-08-24T22:41:22 | 2022-05-18T09:00:26Z | lbalcerek | train |
provectus/kafka-ui/2465_2473 | provectus/kafka-ui | provectus/kafka-ui/2465 | provectus/kafka-ui/2473 | [
"connected"
] | 56e4cbf60f8a004ca44872d336cf547789ac9100 | 9e1f8d773f6f492eba422074bf5097bb91c58b9d | [
"Hello there KyriacosP! 👋\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. 👀",
"Hi, thanks for reaching out. We'll look into this gladly, but, is this ev... | [
"I would add NumberFormatException to throws cause here (even it is non checked)",
"I would catch NumberFormatException here instead of Exception",
"sure",
"okay done"
] | 2022-08-19T14:25:02Z | [
"type/bug",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Cannot Connect to IBM Event Streams | **Describe the bug**
I'm trying to connect to an IBM Event Streams instance (IBMs managed kafka) using kafka-ui.
I'm using docker compose to connect with this configuration:
```
---
version: '2'
services:
kafka-ui:
container_name: kafka-ui
image: provectuslabs/kafka-ui:latest
ports:
-... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/NumberUtil.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/NumberUtil.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 731824cdf08..85f0d17fb1e 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java
+++ b/kafka-... | null | train | train | 2022-08-30T00:02:41 | 2022-08-18T10:34:01Z | KyriacosP | train |
provectus/kafka-ui/2477_2480 | provectus/kafka-ui | provectus/kafka-ui/2477 | provectus/kafka-ui/2480 | [
"connected"
] | 61e56f2a1ebf7df80acb61339303a2f58adb17f8 | 5ac52efb7a2ec64a38110893ef0c35152a6b501b | [
"Hello there AmarendraSingh88! 👋\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. 👀",
"Yes, I want to know the plan for fixing these vulnerabilities and ... | [] | 2022-08-22T16:43:41Z | [
"scope/backend",
"type/security",
"status/accepted"
] | Security Vulnerabilities in the master tag | Hello team,
We're planning to use kafka-ui to use its features to manage, troubleshoot and maintain our kafka cluster. As part of that we were doing the security scan for the latest image but it had a lot of vulnerabilities (30+). We then used the master tag of the image, which significantly improves on the Vuln rep... | [
"kafka-ui-api/Dockerfile"
] | [
"kafka-ui-api/Dockerfile"
] | [] | diff --git a/kafka-ui-api/Dockerfile b/kafka-ui-api/Dockerfile
index 3990d488315..2cd5fe08e55 100644
--- a/kafka-ui-api/Dockerfile
+++ b/kafka-ui-api/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.16.1
+FROM alpine:3.16.2
RUN apk add --no-cache openjdk13-jre libc6-compat gcompat \
&& addgroup -S kafkaui && adduser -S ka... | null | test | train | 2022-08-22T18:35:09 | 2022-08-22T07:36:13Z | AmarendraSingh88 | train |
provectus/kafka-ui/2304_2482 | provectus/kafka-ui | provectus/kafka-ui/2304 | provectus/kafka-ui/2482 | [
"connected"
] | 38c8a43bc47e9ceae73fbbeb2ed6476560c384ba | ee92ea47cb5153de68c573761b00f158e3349b09 | [
"Actual on master: with editing the saved filter, system redirects to custom filters instead of keeping saved filters.",
"Works as expected !"
] | [] | 2022-08-22T18:57:35Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | System redirects to Custom filters in case of editing the saved filter |
**Describe the bug**
In case of editing the saved filter, the system redirects to Custom filters instead of staying in Saved filters
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
1. Navigate to Topics
2. Open the Topic
3. Turn to Messages
4. Press "Add Filters"
5. Turn to Saved f... | [
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/AddFilter.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/FilterModal.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/__tests__/AddFilter.spec.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/AddFilter.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/FilterModal.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/__tests__/AddFilter.spec.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/AddFilter.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/AddFilter.tsx
index 510fcd03590..0ff1fd1d896 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/AddFilter.tsx
+++ b/kafka-ui-react-app/sr... | null | train | train | 2022-09-13T04:04:26 | 2022-07-20T05:26:28Z | armenuikafka | train |
provectus/kafka-ui/2392_2485 | provectus/kafka-ui | provectus/kafka-ui/2392 | provectus/kafka-ui/2485 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.8629827200014143)"
] | 0aafd49de0064854525e4171a75c28c2dae6fbaa | a9c31e6a32c222da2d28896ec2acbccdf7b308c5 | [] | [] | 2022-08-24T06:21:32Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | System redirects to Topics list with cancelling Topic edit instead of turning to Topic profile | **Describe the bug**
System redirects to Topics list with cancelling Topic edit instead of redirecting to Topic profile
**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 w... | [
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx b/kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx
index 1838e209ba8..20898e8de6d 100644
--- a/kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx
+++ b/kafka-ui-react-app/src/components/Topics/shared/Form/T... | null | train | train | 2022-08-23T11:35:04 | 2022-08-04T08:20:52Z | armenuikafka | train |
provectus/kafka-ui/2393_2492 | provectus/kafka-ui | provectus/kafka-ui/2393 | provectus/kafka-ui/2492 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.9999999999999998)"
] | 63a451452250eb20e2230afaac6516604f639d69 | 89a2c8d9204aa7f7daf3e726e19070c4166a67dd | [] | [] | 2022-08-26T10:22:21Z | [
"type/bug",
"good first issue",
"status/accepted",
"status/confirmed",
"scope/k8s"
] | [Helm] base64 encode secrets | ### Discussed in https://github.com/provectus/kafka-ui/discussions/2389
<div type='discussions-op-text'>
<sup>Originally posted by **cignul9** August 4, 2022</sup>
When using envs.secret to store...secrets the chart fails because values are not encoded in the template. We can encode them beforehand, but that's... | [
"charts/kafka-ui/Chart.yaml",
"charts/kafka-ui/templates/secret.yaml"
] | [
"charts/kafka-ui/Chart.yaml",
"charts/kafka-ui/templates/secret.yaml"
] | [] | diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml
index 7eaff3c59aa..e0d9b0b1611 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.2
+version: 0.4.3
appVersi... | null | val | train | 2022-08-29T12:04:27 | 2022-08-04T10:56:15Z | Haarolean | train |
provectus/kafka-ui/2365_2493 | provectus/kafka-ui | provectus/kafka-ui/2365 | provectus/kafka-ui/2493 | [
"keyword_pr_to_issue"
] | 01127d8f10e193475895bf5a17c2e53d17d6ea0e | 5ff65e447215b7beb033945df0f95b719294998e | [] | [] | 2022-08-26T11:27:56Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Only content data displayed with "Save as a file" and "Copy to clipboard" the Message |
**Describe the bug**
Only content data displayed with "Save as a file" and "Copy to clipboard" the Message
**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... | [
"kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx",
"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/components/Topics/Topic/Messages/Message.tsx",
"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/components/Topics/Topic/Messages/Message.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx
index 3cba8d058ec..3584aee7973 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 | train | 2022-08-26T18:51:00 | 2022-08-01T04:36:42Z | armenuikafka | train |
provectus/kafka-ui/2197_2495 | provectus/kafka-ui | provectus/kafka-ui/2197 | provectus/kafka-ui/2495 | [
"keyword_pr_to_issue"
] | fc946a1dd1d34758eb35c7382595faaac1ab5cc1 | 6df2d0b602f416b5b90d306a8cc7125e37cb08ef | [
"#2152",
"Can I work on this please @Haarolean ?",
"@shubhwip sure!",
"@Haarolean Having looked at #2152 I think we can solve this problem just by disabling the `schema type` during edit. This way we can stop users to change schema type during schema edit :).\r\nAlso I checked if there is any PUT endpoint on... | [
"```suggestion\r\n description: upon updating a schema, the type of an existing schema can't be changed\r\n```\r\nmade it a bit clearer",
"```suggestion\r\n description: upon updating a schema, the type of an existing schema can't be changed\r\n```",
"```suggestion\r\n description: should be ... | 2022-08-28T14:01:33Z | [
"type/enhancement",
"status/wontfix",
"scope/backend"
] | Make a separate endpoint for updating schemas | Currently there's just one endpoint for both creating and updating a schema. Schema type param shouldn't be available when updating an existing schema. | [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx"
] | [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx"
] | [] | diff --git a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
index c603b9dcc90..f64d8ce4da7 100644
--- a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
+++ b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
@@ ... | null | val | train | 2022-09-15T03:00:46 | 2022-06-21T15:45:00Z | Haarolean | train |
provectus/kafka-ui/2152_2495 | provectus/kafka-ui | provectus/kafka-ui/2152 | provectus/kafka-ui/2495 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.857091588526797)"
] | fc946a1dd1d34758eb35c7382595faaac1ab5cc1 | 6df2d0b602f416b5b90d306a8cc7125e37cb08ef | [
"Hello there kshpilchyna! 👋\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. 👀",
"@VladSenyuta fyi. We had an e2e test for this or something."
] | [
"```suggestion\r\n description: upon updating a schema, the type of an existing schema can't be changed\r\n```\r\nmade it a bit clearer",
"```suggestion\r\n description: upon updating a schema, the type of an existing schema can't be changed\r\n```",
"```suggestion\r\n description: should be ... | 2022-08-28T14:01:33Z | [
"type/bug",
"good first issue",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Schema registry: Should not be possible to change a schema type during editing | Steps:
1. Schema 'AVRO' created
2. Open created schema
3. Select 'Edit Schema'
4. Try to change a type
Actual result:
3. It's possible to change a type of schema
<img width="1541" alt="Screenshot 2022-06-10 at 18 20 42" src="https://user-images.githubusercontent.com/79516954/173110078-89cf8ec9-8897-40be-bad8... | [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx"
] | [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx"
] | [] | diff --git a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
index c603b9dcc90..f64d8ce4da7 100644
--- a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
+++ b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
@@ ... | null | train | train | 2022-09-15T03:00:46 | 2022-06-10T16:26:34Z | kshpilchyna | train |
provectus/kafka-ui/2432_2496 | provectus/kafka-ui | provectus/kafka-ui/2432 | provectus/kafka-ui/2496 | [
"timestamp(timedelta=1.0, similarity=0.9817753675188544)",
"connected"
] | 63a451452250eb20e2230afaac6516604f639d69 | 56e4cbf60f8a004ca44872d336cf547789ac9100 | [] | [
"let's do this via env props",
"done"
] | 2022-08-29T06:15:00Z | [
"type/documentation",
"scope/QA",
"status/accepted"
] | [e2e] update read.me file for 'kafka-ui-e2e-checks' module with actual steps | need to update with steps:
cd kafka-ui
docker-compose -f documentation/compose/kafka-ui-connectors.yaml up -d // to create containers
add token // for Qase integration
mvn -pl '!kafka-ui-api' test -Pprod // to run tests
reports: allure serve // to get reports | [
"kafka-ui-e2e-checks/README.md"
] | [
"kafka-ui-e2e-checks/README.md"
] | [] | diff --git a/kafka-ui-e2e-checks/README.md b/kafka-ui-e2e-checks/README.md
index 25dc51d658b..4cd986dc475 100644
--- a/kafka-ui-e2e-checks/README.md
+++ b/kafka-ui-e2e-checks/README.md
@@ -45,58 +45,20 @@ docker pull selenoid/vnc:chrome_86.0
### How to run checks
-1. Run `kafka-ui`
+1. Run `kafka-ui`:
```
-cd d... | null | train | train | 2022-08-29T12:04:27 | 2022-08-12T06:43:14Z | VladSenyuta | train |
provectus/kafka-ui/2502_2503 | provectus/kafka-ui | provectus/kafka-ui/2502 | provectus/kafka-ui/2503 | [
"keyword_pr_to_issue"
] | 9e1f8d773f6f492eba422074bf5097bb91c58b9d | b135594e3f141ee2d339ee999674997f53437a0a | [
"@shubhwip I want it similar to kafka-ui.yaml or kafka-ui-connectors-only.yaml but with a few differences:\r\n1. Let's keep it lightweight, with just one copy of each container (like without 2 kafkas)\r\n2. Let's get rid of zookeeper if it's still there\r\nThanks!"
] | [
"can we place this under a subdirectory, like `/compose/scripts/`?",
"also we can add this to `DOCKER_COMPOSE.md`"
] | 2022-08-30T10:35:43Z | [
"type/documentation",
"status/accepted"
] | Create a compose file with arm images | https://github.com/provectus/kafka-ui/pull/2453#discussion_r958158239 | [
"documentation/compose/DOCKER_COMPOSE.md"
] | [
"documentation/compose/DOCKER_COMPOSE.md",
"documentation/compose/kafka-ui-arm64.yaml",
"documentation/compose/scripts/update_run.sh"
] | [] | diff --git a/documentation/compose/DOCKER_COMPOSE.md b/documentation/compose/DOCKER_COMPOSE.md
index 2ea3f09c990..354a22c7853 100644
--- a/documentation/compose/DOCKER_COMPOSE.md
+++ b/documentation/compose/DOCKER_COMPOSE.md
@@ -1,12 +1,13 @@
# Descriptions of docker-compose configurations (*.yaml)
1. [kafka-ui.yam... | null | train | train | 2022-08-30T10:06:05 | 2022-08-30T08:16:20Z | Haarolean | train |
provectus/kafka-ui/2180_2508 | provectus/kafka-ui | provectus/kafka-ui/2180 | provectus/kafka-ui/2508 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.9145114253556753)"
] | 77dca1594c7bf07176b6a82f6b5153b456d78dc0 | 91b86b5b780eb6c090c89eebd405f3487147e6da | [] | [] | 2022-09-01T01:56:32Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | The 'e' letter allowed to paste into number fields within Create a topic | **Describe the bug**
the 'e' letter allowed to paste into number fields within Create a topic
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Topics
2. Add a Topic
3. Copy and paste word including 'e' letter into number fields
**Expe... | [
"kafka-ui-react-app/src/components/common/Input/Input.tsx"
] | [
"kafka-ui-react-app/src/components/common/Input/Input.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/common/Input/Input.tsx b/kafka-ui-react-app/src/components/common/Input/Input.tsx
index 58a3bb92c85..d6c6416bfe7 100644
--- a/kafka-ui-react-app/src/components/common/Input/Input.tsx
+++ b/kafka-ui-react-app/src/components/common/Input/Input.tsx
@@ -17,6 +17,7 @@ const Inp... | null | train | train | 2022-09-01T15:31:58 | 2022-06-17T05:57:21Z | armenuikafka | train |
provectus/kafka-ui/2164_2520 | provectus/kafka-ui | provectus/kafka-ui/2164 | provectus/kafka-ui/2520 | [
"timestamp(timedelta=1.0, similarity=1.0000000000000002)",
"connected"
] | 9f32abcd09255860ff9c158434be64cade862228 | fc946a1dd1d34758eb35c7382595faaac1ab5cc1 | [
"@armenuikafka I tried to reproduce this issue, although, I'm getting this error:\r\n\r\n\r\nCould you confirm if you still get the ugly error using the latest codebase? I won... | [] | 2022-09-02T17:00:41Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"status/accepted"
] | Handle error message for schemas | **Describe the bug**
Not user friendly error message appears with submitting wrong data in Schema
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Schema Registry
2. Open the schema
3. Edit the schema
4. Let any field empty or input w... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java
index 92603ba979e..2a3039b3fe4 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java
+++ b/... | null | train | train | 2022-09-15T02:38:05 | 2022-06-14T11:32:31Z | armenuikafka | train |
provectus/kafka-ui/1995_2567 | provectus/kafka-ui | provectus/kafka-ui/1995 | provectus/kafka-ui/2567 | [
"keyword_pr_to_issue",
"timestamp(timedelta=148686.0, similarity=0.9338459454047882)"
] | df2b2e01deb1f7896e634c53ef8082c87978e472 | ed8b84b4148680cc13b5dc3d1bbbfe3ae4acca66 | [
"Hello there lbalcerek! 👋\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.",
"Steps to reproduce:... | [] | 2022-09-13T00:10:22Z | [
"type/bug",
"good first issue",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | No URL encoding while getting schemas | **Describe the bug**
We have subject with '/' sign in it, what causes exception after choosing 'Schema Registry' option. I can see that app requests for:
`GET https://schema-registry.nonprod.ipfdigital.io/subjects/apollo/commons/Header.proto/versions/latest`
so without proper URL encoding, and should be:
`https://s... | [
"kafka-ui-react-app/src/components/common/NewTable/LinkCell.tsx"
] | [
"kafka-ui-react-app/src/components/common/NewTable/LinkCell.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/common/NewTable/LinkCell.tsx b/kafka-ui-react-app/src/components/common/NewTable/LinkCell.tsx
index aa6b2e826ce..b6ca656d1d1 100644
--- a/kafka-ui-react-app/src/components/common/NewTable/LinkCell.tsx
+++ b/kafka-ui-react-app/src/components/common/NewTable/LinkCell.tsx
@@ ... | null | train | train | 2022-09-14T11:16:28 | 2022-05-18T09:00:26Z | lbalcerek | train |
provectus/kafka-ui/1933_2583 | provectus/kafka-ui | provectus/kafka-ui/1933 | provectus/kafka-ui/2583 | [
"connected"
] | 596f4233fcd4f7ace80141f5e3b5e1f3ed640be5 | 7db55d5acf29d1daab488ea959e40ff143054699 | [
"`{\"git\":{\"commit\":{\"id\":\"c8306f5\"}},\"build\":{\"artifact\":\"kafka-ui-api\",\"name\":\"kafka-ui-api\",\"time\":\"2022-09-15T02:31:12.047Z\",\"version\":\"0.0.1-SNAPSHOT\",\"group\":\"com.provectus\"}}`\r\n#2583",
"7th point is unclear",
"> 7th point is unclear\r\n\r\na short commit contains a link, le... | [] | 2022-09-15T02:33:05Z | [
"type/enhancement",
"scope/backend",
"scope/frontend",
"status/accepted"
] | Display build date instead of full commit hash in version info | 1. Remove VITE_TAG
1. Remove VITE_COMMIT
1. fetch info from Spring API `/actuator/info` `{commit, tag, buildDate: timestamp}`
1. If tag is a version (v0.5.0) fetch latest version from github and compare with tag.
6. If tag is a commit we need to display formatted timestamp (`/api/info/timestampformat/iso`)
7. if t... | [
"kafka-ui-api/pom.xml"
] | [
"kafka-ui-api/pom.xml"
] | [] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index a43c087b428..0cee2260f90 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -231,6 +231,7 @@
<execution>
<goals>
<goal>repackage</goal>
+ <goa... | null | train | train | 2022-09-19T14:32:47 | 2022-05-08T00:26:58Z | Haarolean | train |
provectus/kafka-ui/2584_2591 | provectus/kafka-ui | provectus/kafka-ui/2584 | provectus/kafka-ui/2591 | [
"connected"
] | 15d09751a6127af28f7d01576967d486d57e5f01 | 72dd7127f8496f76264e2540faba0798551ca997 | [] | [
"no need to do this way. you can call method from this class using 'new SchemaEditView()'",
"'private static final' - really??",
"the best practice in this case to use 'protected' modifier only",
"Done)",
"corrected "
] | 2022-09-15T13:31:56Z | [
"scope/QA"
] | [e2e] Need to update com.provectus.kafka.ui.tests.SchemasTests#updateSchemaAvro | According to https://github.com/provectus/kafka-ui/issues/2152#issuecomment-1247454408 flow was updated | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaEditView.java"
] | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaEditView.java"
] | [
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/SchemasTests.java"
] | diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaEditView.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaEditView.java
index b4e2ca419e6..716e7ef80c1 100644
--- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaEditV... | diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/SchemasTests.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/SchemasTests.java
index da14264ec39..22c8db453d9 100644
--- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/SchemasTests.java
+++ b/kafka-ui-e2e... | test | train | 2022-09-16T03:37:28 | 2022-09-15T06:11:50Z | VladSenyuta | train |
provectus/kafka-ui/1932_2594 | provectus/kafka-ui | provectus/kafka-ui/1932 | provectus/kafka-ui/2594 | [
"timestamp(timedelta=1.0, similarity=0.9999999999999998)",
"connected"
] | d149d26013a81e22e5d0c8b59db56ac0565b9e55 | 71aa44a3d38edf8cc3976c3f4f74f68ee2a6f3a9 | [
"Builds fine with \r\n`./mvnw -Dmaven.test.skip=true spring-boot:build-image -Dspring-boot.build-image.imageName=provectuslabs/kafka-ui -Dspring-boot.build-image.builder=paketobuildpacks/builder:tiny`\r\nand jdk17.\r\nThe only problem is image size. Need to investigate.",
"During the research decided to postpone ... | [] | 2022-09-15T21:37:53Z | [
"scope/backend",
"status/accepted",
"type/chore"
] | Get rid of dockerfile-maven-plugin | It's deprecated and doesn't work on M1.
Alternatives:
- spring-boot:build-image (via paketo) (preferred)
- jib (not so much)
- fabric8
- maven-exec-plugin (lol)
spring:
1) add apt packages via [apt buildpack](https://github.com/fagiani/apt-buildpack) | [
"kafka-ui-api/pom.xml",
"pom.xml"
] | [
"kafka-ui-api/pom.xml",
"pom.xml"
] | [] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index 5c00dc0f6d9..14c2067886c 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -443,11 +443,22 @@
</executions>
</plugin>
<plugin>
- <groupId>com.spotify</gr... | null | train | train | 2022-09-15T13:25:49 | 2022-05-07T22:57:49Z | Haarolean | train |
provectus/kafka-ui/2527_2596 | provectus/kafka-ui | provectus/kafka-ui/2527 | provectus/kafka-ui/2596 | [
"timestamp(timedelta=1.0, similarity=0.9901141870449481)",
"connected"
] | 72dd7127f8496f76264e2540faba0798551ca997 | fa8c03a664fea67ee92b0a38db1f0c20992566ad | [
"A thought, change it to \"Broker Count\" maybe? :)"
] | [] | 2022-09-16T07:42:22Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Rename "Total Broker" to "Broker Count" | **Describe the bug**
Rename "Total Broker" to "Broker Count"
**Set up**
https://www.kafka-ui.provectus.io/ui/clusters/local/brokers
**Screenshots**
<img width="1711" alt="total brokers" src="https://user-images.githubusercontent.com/104780608/188552969-4cf84295-e120-4827-acdc-51106e41ee33.png">
| [
"kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx"
] | [
"kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.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 0cefb30fb04..9f63be31c29 100644
--- a/kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx
+++ b/kafka-ui-react-app/src/components/Brokers/Bro... | null | train | train | 2022-09-16T10:26:13 | 2022-09-06T05:22:54Z | armenuikafka | train |
provectus/kafka-ui/2533_2597 | provectus/kafka-ui | provectus/kafka-ui/2533 | provectus/kafka-ui/2597 | [
"timestamp(timedelta=1.0, similarity=1.0)",
"connected"
] | e300aa7d197fc7a3698e9f31b24c33ea18f5818d | 6d448c032218fbb000b71fdc7855fa5fcde62fd6 | [
"Is this issue taken? If not, I want to do it.",
"No, it’s not. Please go ahead:)\n\n> On 15 Sep 2022, at 18:35, Winnie Chiu ***@***.***> wrote:\n> \n> \n> Is this issue taken? If not, I want to do it.\n> \n> —\n> Reply to this email directly, view it on GitHub, or unsubscribe.\n> You are receiving this because ... | [] | 2022-09-16T09:47:45Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Rename "Relevant" version of a schema to "Actual" |
**Describe the bug**
Update "Relevant" version of Schema to be "Actual"
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
1. Navigate to Schema Registry
2. Open the Schema
**Expected behavior**
Should be 'actual version" instead of "Relevant version"
**Screenshots**
<img width... | [
"kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/LatestVersionItem.spec.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/LatestVersionItem.spec.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx b/kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx
index 4efa47d7fe7..5cc472d9f0f 100644
--- a/kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx
+++... | null | train | train | 2022-09-16T16:34:47 | 2022-09-06T06:56:02Z | armenuikafka | train |
provectus/kafka-ui/2353_2599 | provectus/kafka-ui | provectus/kafka-ui/2353 | provectus/kafka-ui/2599 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=1.0000000000000002)"
] | b3240d9057d5470dda93d56bb3e0145a768662eb | 94da2f4e7f98f969df7a3509bfff41850fef71e3 | [
"Considering #2354 it seems like we have validation bound to producing messages. There should be one for creating/updating schemas as well."
] | [
"I don't think we need this `eslint-disable` here",
"@Haarolean pls help us with error message",
"```suggestion\r\n 'Schema syntax is not valid',\r\n```",
"@habrahamyanpro is it a generic message for all the errors? If we'd stick with \"invalid data\" message, that's gonna be ambiguous. ",
"Pls check thi... | 2022-09-16T14:18:30Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | SR: Display a warning in case of invalid syntax |
**Describe the bug**
It's possible to submit data filled not in {} in case of Schemas editing
**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. --... | [
"kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx",
"kafka-ui-react-app/src/lib/__test__/yupExtended.spec.ts",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [
"kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx",
"kafka-ui-react-app/src/lib/__test__/yupExtended.spec.ts",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx b/kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx
index 9ce7f280f43..2fce1ad7d79 100644
--- a/kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx
@@ -10,6 +10,7 @@ import {
c... | null | val | train | 2023-04-10T13:06:15 | 2022-07-27T16:09:29Z | armenuikafka | train |
provectus/kafka-ui/2550_2604 | provectus/kafka-ui | provectus/kafka-ui/2550 | provectus/kafka-ui/2604 | [
"timestamp(timedelta=1.0, similarity=1.0000000000000002)",
"connected"
] | 6d448c032218fbb000b71fdc7855fa5fcde62fd6 | 3bfdc98cc962560df5bb001bb2a63e0222d4bc9f | [
"I like to work on this issue."
] | [] | 2022-09-18T11:53:12Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Change the "Back to custom filters" link text within Saved filters |
**Describe the bug**
Change the "Back to custom filters" link text to be "Back to create filter" within Saved filters of Topic/Messages tab
**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... | [
"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 26036ae9aea..6a757d34383 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/SavedFilters.tsx
+++ b/kafka-ui-rea... | null | train | train | 2022-09-17T19:42:36 | 2022-09-08T11:29:47Z | armenuikafka | train |
provectus/kafka-ui/2344_2605 | provectus/kafka-ui | provectus/kafka-ui/2344 | provectus/kafka-ui/2605 | [
"timestamp(timedelta=1.0, similarity=0.9174110017148175)",
"connected"
] | 3b8cbd1dbf92300e795658c3496378f4abd25263 | 596f4233fcd4f7ace80141f5e3b5e1f3ed640be5 | [] | [] | 2022-09-19T00:54:59Z | [
"type/bug",
"good first issue",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Configure ldap beans manually | Due to this exception:
```
org.springframework.ldap.CommunicationException: localhost:389; nested exception is javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused]
at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:108)... | [
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/KafkaUiApplication.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java",
"kafka-ui-api/src/main/resources/application.yml"
] | [
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/KafkaUiApplication.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java",
"kafka-ui-api/src/main/resources/application.yml"
] | [] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index 14c2067886c..a43c087b428 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -192,10 +192,6 @@
<version>${antlr4-maven-plugin.version}</version>
</dependency>
- <dependency>
- <groupId>org.springframewor... | null | test | train | 2022-09-19T14:04:37 | 2022-07-26T20:43:28Z | Haarolean | train |
provectus/kafka-ui/2435_2606 | provectus/kafka-ui | provectus/kafka-ui/2435 | provectus/kafka-ui/2606 | [
"timestamp(timedelta=1.0, similarity=0.9310576636793927)",
"connected"
] | e621a172d5d9a065dd1d6064099bac3aadc32549 | 93852b260043f805f71bc670744b69c0bd407da6 | [] | [
"is this additional line needed? why we can't call this instance inside the lambda?",
"why did we add this step?",
"the goal of this PR is to make test interact with objects. why did you leave constants like this?",
"is that topic or topic name? i've asked you to refactor naming or create objects here",
"is... | 2022-09-19T09:39:24Z | [
"type/enhancement",
"scope/QA",
"status/accepted"
] | [e2e] create object models and implement them into tests | need to create 'models' package in java/
create class with regarding name for used objects in framework, for example User.class or Topic.class
using lombok library need to create related options for objects | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/ApiHelper.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaCreateView.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/schema/SchemaEditView.java"
] | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/ApiHelper.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/models/Connector.java",
"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/T... | [
"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/helpers/ApiHelper.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/ApiHelper.java
index 62d8477fc0b..b094a243a8f 100644
--- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/helpers/ApiHelper.java
+++ b/kafka-ui-e2e-ch... | 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 5f11151c8b0..19682d4be0c 100644
--- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/tests/ConnectorsTests.java
+++ b/kaf... | val | train | 2022-09-20T10:24:04 | 2022-08-12T06:47:08Z | VladSenyuta | train |
provectus/kafka-ui/2328_2608 | provectus/kafka-ui | provectus/kafka-ui/2328 | provectus/kafka-ui/2608 | [
"timestamp(timedelta=0.0, similarity=0.9427111022466336)",
"keyword_pr_to_issue"
] | 9962d29926436ffa10d18db02edb839ee28e3951 | e621a172d5d9a065dd1d6064099bac3aadc32549 | [] | [] | 2022-09-19T13:35:47Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | SR: Display additional fields in the table and overview | SR table: display schema type and id as a separate columns
SR subject overview: display type | [
"kafka-ui-react-app/src/components/Schemas/Details/Details.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/SchemaVersi... | [
"kafka-ui-react-app/src/components/Schemas/Details/Details.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/LatestVersion/LatestVersionItem.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/SchemaVersi... | [] | 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 847079f3da7..fb27336493a 100644
--- a/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx
+++ b/kafka-ui-react-app/src/components/Schemas/Details/Details.tsx
@@ -124... | null | test | train | 2022-09-20T01:37:21 | 2022-07-22T22:27:21Z | Haarolean | train |
provectus/kafka-ui/2532_2618 | provectus/kafka-ui | provectus/kafka-ui/2532 | provectus/kafka-ui/2618 | [
"keyword_pr_to_issue",
"connected",
"timestamp(timedelta=2.0, similarity=1.0000000000000002)"
] | eb062359a9eca8665833d610100525c8832a3a01 | 3733729a55123781d7e5ca5ea94be582602be93a | [] | [] | 2022-09-20T13:49:02Z | [
"good first issue",
"scope/frontend",
"status/accepted",
"type/chore"
] | Create schema view is too wide |
**Describe the bug**
Create schema view is too wide, please make smaller the fields
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
1. Navigate to Schema registry
2. Press "Create Schema"
**Expected behavior**
View is too wide, make smaller
**Screenshots**
<img width="17... | [
"kafka-ui-react-app/src/components/Schemas/New/New.styled.ts",
"kafka-ui-react-app/src/components/Schemas/New/New.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/New/New.styled.ts",
"kafka-ui-react-app/src/components/Schemas/New/New.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/New/New.styled.ts b/kafka-ui-react-app/src/components/Schemas/New/New.styled.ts
index e7cf70ea276..257c18df1b0 100644
--- a/kafka-ui-react-app/src/components/Schemas/New/New.styled.ts
+++ b/kafka-ui-react-app/src/components/Schemas/New/New.styled.ts
@@ -6,6 +6,7 @@... | null | val | train | 2022-09-26T15:02:48 | 2022-09-06T06:34:45Z | armenuikafka | train |
provectus/kafka-ui/2080_2628 | provectus/kafka-ui | provectus/kafka-ui/2080 | provectus/kafka-ui/2628 | [
"timestamp(timedelta=1.0, similarity=0.8582190628575523)",
"connected"
] | 3f4791ff0a70418836a7de5f263674d128bd43a5 | 2f786c080b78b39740a68297879775c4fc31e295 | [
"Checked this issue - on \"latest\" image its works fine, so we need to review changes applied to master. "
] | [
"let's create an issue for this?"
] | 2022-09-21T18:04:21Z | [
"type/bug",
"scope/backend",
"status/accepted"
] | Linked Consumer is not displayed within Topic/Consumers tab | **Describe the bug**
Linked Consumer is not displayed within Topic profile /Consumers tab
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Navigate to Consumers
2. Open the Consumer profile
3. Click on linked Topic
4. Turn to Consumers tab
**... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ConsumerGroupMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalConsumerGroup.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ConsumerGroupMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalConsumerGroup.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopicConsumerGroup.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/... | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ConsumerGroupMapper.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ConsumerGroupMapper.java
index d04484b3817..75c0a99039b 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ConsumerGroupMapper.java
+++ b/kafka-ui-... | null | val | train | 2022-09-29T13:34:48 | 2022-05-31T13:58:09Z | armenuikafka | train |
provectus/kafka-ui/2531_2629 | provectus/kafka-ui | provectus/kafka-ui/2531 | provectus/kafka-ui/2629 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=0.9999999999999998)",
"connected"
] | 3733729a55123781d7e5ca5ea94be582602be93a | f31b965d664bdf3d76ac1fb37f59d174b8feb7bb | [
"`/api/clusters/<cluster>/topics/<topicName>/consumer-groups`\r\ntopicName should be an exact one"
] | [
"You can use search without extra state params. Just check how Search component works with searchParams"
] | 2022-09-22T14:38:49Z | [
"type/enhancement",
"good first issue",
"scope/frontend",
"status/accepted"
] | Implement Search within Consumer group profile |
**Describe the bug**
Please implement Search by Topic Name within Consumer group profile
**Set up**
https://www.kafka-ui.provectus.io/
**Steps to Reproduce**
1. Navigate to Consumer group profile
**Expected behavior**
Should be available Search by Topic Name
**Screenshots**
<img width="1326" ... | [
"kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx",
"kafka-ui-react-app/src/components/ConsumerGroups/Details/__tests__/Details.spec.tsx"
] | [
"kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx",
"kafka-ui-react-app/src/components/ConsumerGroups/Details/__tests__/Details.spec.tsx"
] | [] | 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 f1ce947fdb7..d45685d7638 100644
--- a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx
+++ b/kafka-ui-react-app/src/components/ConsumerGroups... | null | train | train | 2022-09-27T11:03:56 | 2022-09-06T06:28:24Z | armenuikafka | train |
provectus/kafka-ui/2332_2637 | provectus/kafka-ui | provectus/kafka-ui/2332 | provectus/kafka-ui/2637 | [
"keyword_pr_to_issue",
"timestamp(timedelta=1.0, similarity=1.0)"
] | 67eea972f77c1e133e9e7360740189a0fa3373f2 | 80eb2dccfea9b15b64e927493fbbc5158549c935 | [
"Tabs are still on top for topics:\r\n\r\n\r\nNeeds a fix.",
"@Haarolean considering the comment from Oleg in #2637 , can this considered to WAD for the topics and therefore closed?"
] | [] | 2022-09-23T12:29:19Z | [
"good first issue",
"scope/frontend",
"type/refactoring",
"status/accepted",
"hacktoberfest"
] | Unify tabs placement | e.g. connector overview page:
<img width="831" alt="image" src="https://user-images.githubusercontent.com/1494347/180577153-3eaa5d32-9d3a-4c99-b470-81db2759a803.png">
tabs are placed above the panes and the page looks empty and weird. Let's unify **all the views** with this approach:
<img width="671" alt="image" src... | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorDetails.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/qaseIoUtils/QaseExtension.java",
"kafka-ui-react-app/src/components/Connect/Details/DetailsPage.tsx",
"kafka-ui-react-app/src/components/Connect... | [
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorDetails.java",
"kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/qaseIoUtils/QaseExtension.java",
"kafka-ui-react-app/src/components/Connect/Details/DetailsPage.tsx",
"kafka-ui-react-app/src/components/Connect... | [] | diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorDetails.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connector/ConnectorDetails.java
index a63a1f47c16..82768781d4d 100644
--- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/connecto... | null | val | train | 2022-10-07T14:01:58 | 2022-07-22T22:38:51Z | Haarolean | train |
provectus/kafka-ui/2615_2638 | provectus/kafka-ui | provectus/kafka-ui/2615 | provectus/kafka-ui/2638 | [
"timestamp(timedelta=44181.0, similarity=1.0)",
"connected"
] | 6e8ce77fd302d0b24e5c01a7959c8592e2abe65c | b940c28b5c4af3ce99d68c48ec46082463f79113 | [
"Hello there BulatKha! 👋\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. 👀",
"I'd lik to take this one."
] | [] | 2022-09-25T13:47:44Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Schema registry: Previous version's schema preview is too narrow | Preview of the previous schema version is a lot narrower, than the window size. Checked in:
- Safari 15.6.1 (17613.3.9.1.16),
- Chrome 105.0.5195.125 (Official Build) (x86_64)
- Brave 1.43.88 Chromium: 105.0.5195.68 (Official Build) (x86_64)
**Set up**
App version: e621a172d5d9a065dd1d6064099bac3aadc32549
... | [
"kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx b/kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx
index 1a729a6eaec..472a6e544fd 100644
--- a/kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion/SchemaVersion.tsx
+++ b/kafka-ui-... | null | train | val | 2022-09-22T14:39:01 | 2022-09-20T09:54:49Z | BulatKha | train |
Subsets and Splits
Java Code Detection in Problems
Identifies and categorizes entries in the dataset that are likely related to Java programming, providing insights into the prevalence and type of Java content in the problem statements.