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/3716_3786
provectus/kafka-ui
provectus/kafka-ui/3716
provectus/kafka-ui/3786
[ "connected" ]
727f38401babcf25d5bb47e675149882ff3ede14
61fb62276e8aee6b7730cd8a76e9a54cb7e76d44
[]
[]
2023-05-05T13:07:44Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
Serde fallback icon: Add a tooltip
Implement a tooltip saying it's a fallback serde <img width="701" alt="image" src="https://user-images.githubusercontent.com/1494347/234539665-1d2a1ecc-d39c-4812-8307-f1b5e5cd1570.png">
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx index dd5cfae7488..af76db6739f 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Message.tsx +++ b/kafka-ui-react-app/src/components/Topics/Topic/Mess...
null
test
test
2023-05-02T14:34:57
2023-04-26T09:50:58Z
Haarolean
train
provectus/kafka-ui/3654_3787
provectus/kafka-ui
provectus/kafka-ui/3654
provectus/kafka-ui/3787
[ "connected" ]
147b539c376028268d98955e66f0672125cd263b
5e539f1ba825d04d782694e299651560351d6e90
[]
[]
2023-05-08T06:25:26Z
[ "scope/QA", "scope/AQA" ]
[e2e] Stop query functionality check
Autotest implementation for: https://app.qase.io/project/KAFKAUI?case=277&previewMode=side&suite=8
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/ksqldb/KsqlQueryForm.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/ksqldb/KsqlQueryForm.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/ksqldb/KsqlDbTest.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/ksqldb/KsqlQueryForm.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/ksqldb/KsqlQueryForm.java index 4ce282b6cc5..ff57de39b2f 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/ksqldb/KsqlQueryForm...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java index 25b95388820..7e663f5893e 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/ba...
val
test
2023-05-06T19:36:29
2023-04-11T07:37:17Z
VladSenyuta
train
provectus/kafka-ui/3163_3804
provectus/kafka-ui
provectus/kafka-ui/3163
provectus/kafka-ui/3804
[ "keyword_pr_to_issue" ]
69ebd3d52b2065ef970063d92d36aa2684ecf289
ed9f91fd8ac3c17afa8dd0a5f5b3c0172dd83441
[ "@Haarolean I would like to contribute to this issue." ]
[ "you can actually check the `nameMatch` before doing value check , so it wouldn't do more work if it does not have to.", "Actually i don't get it what you are saying. Do you mean that if nameMatch found then i don't need to check for valueMatch ?", "> Actually i don't get it what you are saying. Do you mean tha...
2023-05-10T09:35:23Z
[ "type/enhancement", "good first issue", "scope/frontend", "status/accepted" ]
Broker: Config: Implement search by the Value
<!-- 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 --> **Actual behavior** <!--(A clear and concise description of what the bug is.)--> It is not possibl...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.tsx" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java", "kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.tsx" ]
[]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java index a9e146002ec..e00e938297a 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/Brok...
null
train
test
2023-08-03T13:05:09
2022-12-28T12:21:53Z
BulatKha
train
provectus/kafka-ui/3720_3805
provectus/kafka-ui
provectus/kafka-ui/3720
provectus/kafka-ui/3805
[ "connected" ]
aa7429eeba2e942846fe071d72d4621dbd2aa70b
52a42e698e4bac85b64a40d8e7e3843070f19ef9
[ "Hello there fl0wx! 👋\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. 👀", "Forgot frontend lol", "@David-DB88 \r\n\r\nTODO:\r\nChange RBAC permissions...
[]
2023-05-10T12:20:25Z
[ "type/enhancement", "scope/backend", "scope/frontend", "status/accepted", "area/rbac" ]
RBAC: KC: Impl restart permissions
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/permission/ConnectAction.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/permission/ConnectAction.java" ]
[]
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 080c6020f9b..d300b930164 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController...
null
train
test
2023-05-10T08:45:18
2023-04-26T13:02:01Z
fl0wx
train
provectus/kafka-ui/2764_3808
provectus/kafka-ui
provectus/kafka-ui/2764
provectus/kafka-ui/3808
[ "keyword_pr_to_issue" ]
4b724fd852f9814ec3ab9316a739cc2d8a1f282c
c3559556411189bdfa72b67188ee9d49a47fce37
[ "This would be super useful indeed! :)" ]
[]
2023-05-10T15:40:29Z
[ "type/enhancement", "scope/backend", "status/accepted", "area/serde" ]
Avro encoding/decoding: Logical types support
Implement Avro logica types encoding & decoding. List of logical types can be found here: https://avro.apache.org/docs/1.10.2/spec.html#Logical+Types.
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/AvroSchemaRegistrySerializer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/MessageFormatter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/AvroSchemaRegistrySerializer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/MessageFormatter.java", "kafka-ui-api/...
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerdeTest.java", "kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversionTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java new file mode 100644 index 00000000000..5b3910f4cf3 --- /dev/null +++ b/kafka-ui-api/src/main/java/com/provectus/ka...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerdeTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerdeTest.java index 4ea2bf3c2ac..b70450cea5c 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr...
train
test
2023-06-06T12:57:58
2022-10-17T12:07:36Z
iliax
train
provectus/kafka-ui/2943_3808
provectus/kafka-ui
provectus/kafka-ui/2943
provectus/kafka-ui/3808
[ "connected" ]
4b724fd852f9814ec3ab9316a739cc2d8a1f282c
c3559556411189bdfa72b67188ee9d49a47fce37
[ "Thanks for raising an issue", "You are missing config setting on the kafka avro deserializer. \r\n\r\nSpecifically AVRO_USE_LOGICAL_TYPE_CONVERTERS_CONFIG should be set to true\r\n\r\n ` \r\n protected void configure(KafkaAvroDeserializerConfig config) {\r\n configureClientProperties(config, new AvroSchemaPr...
[]
2023-05-10T15:40:29Z
[ "type/bug", "scope/backend", "status/accepted", "status/confirmed", "area/serde" ]
Fields with logical type as decimal displays unicode values instead of original numeric values.
<!-- 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.)--> Fields with lo...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/AvroSchemaRegistrySerializer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/MessageFormatter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/AvroSchemaRegistrySerializer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/MessageFormatter.java", "kafka-ui-api/...
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerdeTest.java", "kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversionTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java new file mode 100644 index 00000000000..5b3910f4cf3 --- /dev/null +++ b/kafka-ui-api/src/main/java/com/provectus/ka...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerdeTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerdeTest.java index 4ea2bf3c2ac..b70450cea5c 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/sr...
test
test
2023-06-06T12:57:58
2022-11-15T17:35:22Z
nitin1677
train
provectus/kafka-ui/3720_3810
provectus/kafka-ui
provectus/kafka-ui/3720
provectus/kafka-ui/3810
[ "keyword_pr_to_issue" ]
e7429ce6c6e93497ec4c5c8ae530236e5207f630
fdd9ad94c11d44259ef26bf4b2dc9a8bd139f607
[ "Hello there fl0wx! 👋\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. 👀", "Forgot frontend lol", "@David-DB88 \r\n\r\nTODO:\r\nChange RBAC permissions...
[ "pls move dto creation to `.map()` method where `setUserInfo ` is done" ]
2023-05-11T08:37:29Z
[ "type/enhancement", "scope/backend", "scope/frontend", "status/accepted", "area/rbac" ]
RBAC: KC: Impl restart permissions
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/AccessController.java", "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/AccessController.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/AccessController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/AccessController.java index a86b6db5a07..b6522647b45 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/AccessController.java +++ b/kafka-...
null
test
test
2023-05-11T11:13:09
2023-04-26T13:02:01Z
fl0wx
train
provectus/kafka-ui/2893_3825
provectus/kafka-ui
provectus/kafka-ui/2893
provectus/kafka-ui/3825
[ "connected" ]
4b724fd852f9814ec3ab9316a739cc2d8a1f282c
742e6eed3eba0b2b351dfb25aec5b4fb63f2e64f
[ "@Haarolean What's the deprecation policy in Kafka UI?\r\n\r\nShould this be done within the 0.5 milestone or one version after?", "@joschi in 0.6 :) ", "@joschi wanna nuke it? " ]
[]
2023-05-15T13:44:00Z
[ "good first issue", "scope/backend", "status/accepted", "type/chore" ]
Drop deprecated protobuf single file property
TODO drop deprecated protobuf single file property _Originally posted by @Haarolean in https://github.com/provectus/kafka-ui/pull/2874#discussion_r1015295797_
[ ".gitignore", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerde.java" ]
[ ".gitignore", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerde.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerdeTest.java" ]
diff --git a/.gitignore b/.gitignore index 55b770349f8..a12e7753760 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ build/ .vscode/ /kafka-ui-api/app/node +### SDKMAN ### +.sdkmanrc + .DS_Store *.code-workspace diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFile...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerdeTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFileSerdeTest.java index ab99df74de6..1b295dc77a4 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/ProtobufFile...
val
test
2023-06-06T12:57:58
2022-11-07T11:12:35Z
Haarolean
train
provectus/kafka-ui/2753_3827
provectus/kafka-ui
provectus/kafka-ui/2753
provectus/kafka-ui/3827
[ "connected" ]
62bee1ced8f8dc4184c22024fca77eae2de8a2b9
ab9d0e2b3f6fc54344ecb1912d974f139020ca48
[ "Hello there LaurentDanti! 👋\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. 👀", "@LaurentDanti thank you for the issue!\r\n\r\n@Haarolean I think we al...
[ "```suggestion\r\n const currentVersion = isLatestRelease && version?.match(versionTag)\r\n```", "ок" ]
2023-05-16T10:51:03Z
[ "type/enhancement", "scope/backend", "scope/frontend", "status/pending-frontend" ]
Air Gap: Enhancement: Opt out of version check
Hello, i'm using your great UI for kafka cluster instance and it's perfect : functionality, rapidity, installating in k8s world with helm. But i try to install this UI in isolated network without internet access so github.com is not allow. Is it possible to disable call from the ui to https://api.github.com/repo...
[ "kafka-ui-react-app/src/components/Version/Version.tsx" ]
[ "kafka-ui-react-app/src/components/Version/Version.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Version/Version.tsx b/kafka-ui-react-app/src/components/Version/Version.tsx index 6788605d92b..0d0fdcff4b6 100644 --- a/kafka-ui-react-app/src/components/Version/Version.tsx +++ b/kafka-ui-react-app/src/components/Version/Version.tsx @@ -8,9 +8,15 @@ import * as S from './...
null
train
test
2023-05-17T11:34:12
2022-10-14T10:49:29Z
LaurentDanti
train
provectus/kafka-ui/3824_3829
provectus/kafka-ui
provectus/kafka-ui/3824
provectus/kafka-ui/3829
[ "connected" ]
baeb494f532bdca103e7f8d8e8f627a921d76bb0
62bee1ced8f8dc4184c22024fca77eae2de8a2b9
[ "The only thing worth paying attention here is this:\r\n\r\n```\r\n11:13:13,458 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.\r\n11:13:13,458 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility,...
[]
2023-05-16T15:46:48Z
[ "good first issue", "scope/backend", "type/chore" ]
Log warnings after upgrading from version 0.6.2 to 0.7.0
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-api/src/main/resources/application.yml", "kafka-ui-api/src/main/resources/logback-spring.xml" ]
[ "kafka-ui-api/src/main/resources/application.yml", "kafka-ui-api/src/main/resources/logback-spring.xml" ]
[]
diff --git a/kafka-ui-api/src/main/resources/application.yml b/kafka-ui-api/src/main/resources/application.yml index 864289c2d9a..71af4e8d925 100644 --- a/kafka-ui-api/src/main/resources/application.yml +++ b/kafka-ui-api/src/main/resources/application.yml @@ -17,4 +17,5 @@ logging: root: INFO com.provectus: ...
null
train
test
2023-05-15T15:57:32
2023-05-15T11:09:21Z
sm-shevchenko
train
provectus/kafka-ui/3818_3833
provectus/kafka-ui
provectus/kafka-ui/3818
provectus/kafka-ui/3833
[ "connected" ]
62bee1ced8f8dc4184c22024fca77eae2de8a2b9
f22c910f5cb19dffc74d997cb7b668d4ab4be65e
[]
[]
2023-05-17T09:31:39Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
FE: Latest version is null
![image](https://github.com/provectus/kafka-ui/assets/1494347/9e9d7e84-8bf8-4093-bf60-8f0357de7d53) 2. Replace "Current latest" with "latest" 1. Display "Latest version is UNKNOWN" in case of nulls
[ "kafka-ui-react-app/src/components/Version/Version.tsx" ]
[ "kafka-ui-react-app/src/components/Version/Version.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Version/Version.tsx b/kafka-ui-react-app/src/components/Version/Version.tsx index 6788605d92b..3fc1f05774f 100644 --- a/kafka-ui-react-app/src/components/Version/Version.tsx +++ b/kafka-ui-react-app/src/components/Version/Version.tsx @@ -15,7 +15,9 @@ const Version: React....
null
train
test
2023-05-17T11:34:12
2023-05-15T07:13:28Z
Haarolean
train
provectus/kafka-ui/3812_3840
provectus/kafka-ui
provectus/kafka-ui/3812
provectus/kafka-ui/3840
[ "keyword_pr_to_issue" ]
62bee1ced8f8dc4184c22024fca77eae2de8a2b9
f7d85d86e6016f284e0192eba2844c0a89190344
[ "@Haarolean Glad you're looking into CVE issues. I ran [grype](https://github.com/anchore/grype) against the latest image locally, and got the list below of CVE vulnerabilities. Are you going to be addressing them as well?\r\n```\r\nlibcrypto1.1 1.1.1t-r3 apk CVE-2023-0466 Med...
[]
2023-05-18T09:00:55Z
[ "scope/backend", "type/security" ]
CVE fixes, May 23
https://github.com/provectus/kafka-ui/actions/runs/4946294159/jobs/8844174426
[ "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 5ebefe31dfe..dc5dad08e2b 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -21,12 +21,6 @@ </properties> <dependencies> - <dependency> - <!--TODO: remove, when spring-boot fixed dependency to 6.0.8+ (6.0.7 has CVE...
null
train
test
2023-05-17T11:34:12
2023-05-11T09:34:43Z
Haarolean
train
provectus/kafka-ui/3452_3849
provectus/kafka-ui
provectus/kafka-ui/3452
provectus/kafka-ui/3849
[ "connected" ]
17ea464ec173cb7f60f221fa0f928b661a08a209
63f71b8a052c3540a8f0018027afab59556f419c
[]
[]
2023-05-22T06:31:19Z
[ "scope/QA", "scope/AQA" ]
[e2e]Checking Broker's config search
Autotest implementation for: https://app.qase.io/case/KAFKAUI-330 Description: The purpose of this case is to make sure that Broker config search is working for all pages Pre-conditions: Not set Post-conditions: Not set Steps: - Login to kafka-ui - Navigate to Brokers - Select the Broker - Turn to Con...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/p...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersDetails.java", "kafka-ui-e2e-checks/src/main/java/com/p...
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/brokers/BrokersTest.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/topics/TopicsTest.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java index 8bd7901a635..d2e201191ab 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java index 593cb82c65d..f96be5deecc 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/ba...
val
test
2023-05-19T12:46:26
2023-03-07T08:50:57Z
ArthurNiedial
train
provectus/kafka-ui/3625_3861
provectus/kafka-ui
provectus/kafka-ui/3625
provectus/kafka-ui/3861
[ "connected" ]
0099169a2be914ccbb8e9d8f0c7e308fbb7446dc
73bd6ca3a5ae599a986b1268239221526e63deaf
[ "Hello there Dugong42! 👋\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 bringing this to our attention. \r\n\r\nWe'll def look int...
[]
2023-05-24T12:56:54Z
[ "type/bug", "status/accepted", "scope/infrastructure" ]
Cannot pull image of v0.6.1 from non OCI-compliant runtimes
**Describe the bug** (Actual behavior) Hi, the update of [docker/build-push-action](https://github.com/docker/build-push-action) to `v4.0.0` (introduced by #3488) seems to cause issues with some container runtimes that are not OCI-compliant. Docker fails when pulling the `v0.6.1` image from non OCI-compliant run...
[ ".github/workflows/release.yaml" ]
[ ".github/workflows/release.yaml" ]
[]
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19128550c08..7f18f994e3c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,6 +77,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: kafka-ui-api platforms:...
null
val
test
2023-05-24T14:23:48
2023-04-05T14:56:26Z
Dugong42
train
provectus/kafka-ui/3835_3862
provectus/kafka-ui
provectus/kafka-ui/3835
provectus/kafka-ui/3862
[ "keyword_pr_to_issue" ]
0099169a2be914ccbb8e9d8f0c7e308fbb7446dc
71a7a1ec84442e2d797d867fa5222c5a9e2f4393
[]
[]
2023-05-24T14:47:44Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed", "type/regression", "severity/high", "area/rbac" ]
FE: Regression: Configure cluster buttons are disabled with RBAC tooltip even if there's no RBAC enabled
Reproduce: 1. docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true provectuslabs/kafka-ui 2. Observe "You don't have a required permission to perform this action" Regression of #3646
[ "kafka-ui-react-app/src/components/Dashboard/ClusterTableActionsCell.tsx", "kafka-ui-react-app/src/components/Dashboard/Dashboard.tsx" ]
[ "kafka-ui-react-app/src/components/Dashboard/ClusterTableActionsCell.tsx", "kafka-ui-react-app/src/components/Dashboard/Dashboard.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Dashboard/ClusterTableActionsCell.tsx b/kafka-ui-react-app/src/components/Dashboard/ClusterTableActionsCell.tsx index 19fefd784ce..946f8b9ddaf 100644 --- a/kafka-ui-react-app/src/components/Dashboard/ClusterTableActionsCell.tsx +++ b/kafka-ui-react-app/src/components/Dashb...
null
val
test
2023-05-24T14:23:48
2023-05-17T12:24:37Z
Haarolean
train
provectus/kafka-ui/3852_3864
provectus/kafka-ui
provectus/kafka-ui/3852
provectus/kafka-ui/3864
[ "keyword_pr_to_issue" ]
71a7a1ec84442e2d797d867fa5222c5a9e2f4393
80b748b02e60261fea687f63265cefdb1ce73902
[ "Hello there seono! 👋\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, has this happened to you?\r\n\r\nWith over ten years of using github I do...
[ "please add comment that it is a max value for github api / make a constant with descriptive name", "@iliax thanks for review!\r\nI make constant and add comment.\r\nplease let me know if comment is too summarized." ]
2023-05-25T05:05:07Z
[ "type/bug", "good first issue", "scope/backend", "status/accepted", "severity/low", "area/rbac" ]
RBAC : Github Organizations could be more than 30
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java index 3cc33035e88..654654a05dd 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/servi...
null
val
test
2023-05-25T07:36:58
2023-05-23T02:29:04Z
seono
train
provectus/kafka-ui/3729_3871
provectus/kafka-ui
provectus/kafka-ui/3729
provectus/kafka-ui/3871
[ "keyword_pr_to_issue" ]
8337c9c183d632ea27b7c253d776fdfda4b19840
216c87670d8f286314559348e77f378cb9a76896
[]
[ "can you add `as const` so this `CONSUMER_GROUP_STATE_TOOLTIPS` will be readonly , and then you can harness the full power of typescript. ", "@Mgrdich \r\nhi, thanks for your review. \r\nI added `as const`" ]
2023-05-27T08:50:45Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "area/consumers" ]
Consumers: Add a tooltip for state
Empty: The group exists but has no members Stable: Consumers are happily consuming and have assigned partitions. PreparingRebalance: Something has changed, and the reassignment of partitions is required. CompletingRebalance: Partition reassignment is in progress. Dead: The group is going to be removed. It might be ...
[ "kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/List.tsx", "kafka-ui-react-app/src/lib/constants.ts" ]
[ "kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/List.tsx", "kafka-ui-react-app/src/lib/constants.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx b/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx index b8fac73dc1e..f5cae44df72 100644 --- a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx +++ b/kafka-ui-react-app/src/components/ConsumerGroups...
null
val
test
2023-06-22T10:46:11
2023-04-27T00:39:59Z
Haarolean
train
provectus/kafka-ui/3649_3873
provectus/kafka-ui
provectus/kafka-ui/3649
provectus/kafka-ui/3873
[ "connected" ]
80b748b02e60261fea687f63265cefdb1ce73902
004de798e47d00092a1ff7ac61e655e6596f777f
[]
[]
2023-05-29T07:30:03Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking Broker's Source information
Autotest implementation for: https://app.qase.io/project/KAFKAUI?case=331&previewMode=modal&suite=1
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/variables/Expected.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/brokers/BrokersTest.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java index a3756d3bdfb..11489304795 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/Brok...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java index f96be5deecc..f94d4356e98 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/ba...
train
test
2023-05-25T13:12:59
2023-04-11T07:30:36Z
VladSenyuta
train
provectus/kafka-ui/3868_3881
provectus/kafka-ui
provectus/kafka-ui/3868
provectus/kafka-ui/3881
[ "keyword_pr_to_issue", "keyword_issue_to_pr" ]
61bf71f9b7a730180559cd23b321823e640bf128
f19abb203624fbb30820605200e321745f869a0e
[ "Hello there ben-voss! 👋\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 reporting this. Will be fixed within #3881 (to be used with...
[ "let use `new WebClientConfigurator().build()` here" ]
2023-05-30T10:38:11Z
[ "type/bug", "scope/backend", "status/accepted" ]
Version Check Doesn't Use Proxy Settings
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/GithubReleaseInfo.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/WebClientConfigurator.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/GithubReleaseInfo.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/WebClientConfigurator.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/GithubReleaseInfo.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/GithubReleaseInfo.java index 2ad0c9c399b..26afaa82a2e 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/GithubReleaseInfo.java +++ b/kafka-ui-api/src/main...
null
test
test
2023-05-30T12:41:03
2023-05-26T08:19:19Z
ben-voss
train
provectus/kafka-ui/3564_3889
provectus/kafka-ui
provectus/kafka-ui/3564
provectus/kafka-ui/3889
[ "keyword_pr_to_issue" ]
29d91bca4b8c313e23278e126dad1020a87386e0
fdd4947142ec71be5628378a1e3b27f32d82520d
[]
[]
2023-06-01T06:27:20Z
[ "scope/infrastructure" ]
Post feature testing link as a check not a comment
[ ".github/workflows/branch-deploy.yml", ".github/workflows/branch-remove.yml", ".github/workflows/build-public-image.yml" ]
[ ".github/workflows/branch-deploy.yml", ".github/workflows/branch-remove.yml", ".github/workflows/build-public-image.yml" ]
[]
diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index a7f655e719d..880633f44e0 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -84,18 +84,22 @@ jobs: git add ../kafka-ui-from-branch/ git commit -m "added env:${{ n...
null
train
test
2023-05-31T17:50:40
2023-03-27T18:22:11Z
Haarolean
train
provectus/kafka-ui/3720_3891
provectus/kafka-ui
provectus/kafka-ui/3720
provectus/kafka-ui/3891
[ "keyword_pr_to_issue" ]
29d91bca4b8c313e23278e126dad1020a87386e0
8a68ba0778b7709f553a5987ddde505c5ebe42bb
[ "Hello there fl0wx! 👋\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. 👀", "Forgot frontend lol", "@David-DB88 \r\n\r\nTODO:\r\nChange RBAC permissions...
[ "Set is more appropriate here, imo", "sure, fixed" ]
2023-06-01T11:48:55Z
[ "type/enhancement", "scope/backend", "scope/frontend", "status/accepted", "area/rbac" ]
RBAC: KC: Impl restart permissions
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java", "kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx", "kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx", "kafka-ui-react-app/src/components/Connect/List/ActionsCell.tsx",...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java", "kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx", "kafka-ui-react-app/src/components/Connect/Details/Tasks/ActionsCellTasks.tsx", "kafka-ui-react-app/src/components/Connect/List/ActionsCell.tsx",...
[]
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 d300b930164..d6de3210b68 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController...
null
train
test
2023-05-31T17:50:40
2023-04-26T13:02:01Z
fl0wx
train
provectus/kafka-ui/3650_3912
provectus/kafka-ui
provectus/kafka-ui/3650
provectus/kafka-ui/3912
[ "connected" ]
cd9bc43d2e91ef43201494c4424c54347136d9c0
4b724fd852f9814ec3ab9316a739cc2d8a1f282c
[]
[]
2023-06-06T06:58:30Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking Brokers configs editing
Autotest implementation for: https://app.qase.io/project/KAFKAUI?case=332&previewMode=side&suite=1
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/brokers/BrokersTest.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java index 11489304795..cf0dce73218 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/Brok...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java index f94d4356e98..c52db3c1b3c 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/ba...
train
test
2023-06-05T12:13:13
2023-04-11T07:32:30Z
VladSenyuta
train
provectus/kafka-ui/3865_3915
provectus/kafka-ui
provectus/kafka-ui/3865
provectus/kafka-ui/3915
[ "keyword_pr_to_issue" ]
4b724fd852f9814ec3ab9316a739cc2d8a1f282c
2ac8646769d10e69d972928b943c5bcc708ddc61
[ "Hello there uaeink! 👋\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. 👀", "@Haarolean Can you help to review it?\r\nI inspect on the browser. And I fin...
[]
2023-06-07T08:26:00Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
UI is unusable without internet access even for localhost
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists th...
[ "kafka-ui-react-app/src/components/App.tsx" ]
[ "kafka-ui-react-app/src/components/App.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/App.tsx b/kafka-ui-react-app/src/components/App.tsx index 44409c403ab..f1718e31005 100644 --- a/kafka-ui-react-app/src/components/App.tsx +++ b/kafka-ui-react-app/src/components/App.tsx @@ -30,6 +30,7 @@ const queryClient = new QueryClient({ defaultOptions: { queri...
null
train
test
2023-06-06T12:57:58
2023-05-25T05:14:25Z
uaeink
train
provectus/kafka-ui/3110_3923
provectus/kafka-ui
provectus/kafka-ui/3110
provectus/kafka-ui/3923
[ "connected" ]
6fe61654271fe74d595180fc29615b155fb66182
d0088490a48b7c45855a42cf1deb4bba465595c0
[ "Hi @Haarolean Can I pick this up?", "@vikasrajputin sure, please", "Hello @Haarolean I've fixed the issue and raised the PR -> https://github.com/provectus/kafka-ui/pull/3923" ]
[]
2023-06-10T10:40:22Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Messages: reset timestamp value w/ Clear all filters
**Describe the bug** Messages tab refreshing with Clear all filters instead of removing Timestamp filter **Set up** https://www.kafka-ui.provectus.io/ **Steps to Reproduce** 1. Login 2. Open the Topic 3. Turn to Messages 4. Apply Timestamp filter 5. Press Clear all **Actual behavior** The seek ...
[ "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 0c2510ff4cc..347623d2226 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx +++ b/kafka-ui-react-app/src/comp...
null
test
test
2023-06-20T05:51:50
2022-12-21T06:36:26Z
armenuikafka
train
provectus/kafka-ui/3879_3928
provectus/kafka-ui
provectus/kafka-ui/3879
provectus/kafka-ui/3928
[ "connected" ]
c3559556411189bdfa72b67188ee9d49a47fce37
100bb1dac6b79c92fdb40d4ddab8e16970a99e77
[]
[]
2023-06-12T08:32:40Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking Broker's config search - non-first page results
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java" ]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java", "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/brokers/BrokersConfigTab.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/brokers/BrokersTest.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java index d2e201191ab..8d0841b4407 100644 --- a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/BasePage.java +++ b/kafka-ui-e2e-checks/src/...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java index c52db3c1b3c..f4cacc25207 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/ba...
train
test
2023-06-08T15:14:39
2023-05-30T09:11:34Z
VladSenyuta
train
provectus/kafka-ui/3237_3931
provectus/kafka-ui
provectus/kafka-ui/3237
provectus/kafka-ui/3931
[ "connected" ]
cdb4f84e236de638fe9e45f267ece011c72463e7
b1ac3482db3d4157984effe0bb7be321a2a37090
[ "Hey, thanks, we'll take a look.", "This seems to also apply to the default SchemaRegistry Serde. \r\n\r\nIs there a way i can fix this for the included SchemaRegistry serde?", "@Haarolean Any update on this? We're also being affected by this odd display behavior and would like to see it fixed.", "@frankgrime...
[]
2023-06-12T10:47:53Z
[ "type/bug", "scope/backend", "status/accepted", "area/serde" ]
Glue serde avro to json deserialization includes namespaces and union types
Originally reported in #3224 , split into a separate issue following the discussion in #3235 When the glue serde deserializes to json from avro, it includes the record namespaces and types in the case of union. This is the first time I'm encountering the behaviour since the python deserializer or the one used in ka...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonToAvroConversionException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversion.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonAvroConversionException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversion.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversionTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonAvroConversionException.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/JsonAvroConversionException.java new file mode 100644 index 00000000000..ef658031e56 --- /dev/null +++ b/kafka-ui-api/src/main/java/com/provectus/kafka/...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversionTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/JsonAvroConversionTest.java index 0e9c291707e..7c4d79f30d7 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/JsonAvr...
train
test
2023-06-21T13:12:38
2023-01-15T14:04:16Z
Ronserruya
train
provectus/kafka-ui/3930_3934
provectus/kafka-ui
provectus/kafka-ui/3930
provectus/kafka-ui/3934
[ "keyword_pr_to_issue" ]
100bb1dac6b79c92fdb40d4ddab8e16970a99e77
9a2f6bfc8ee3fce69fb0d03cf1ce185ef8f7e375
[ "Hello there pombuppa! 👋\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. 👀", "@pombuppa thanks for reporting this, could you try the following docker im...
[]
2023-06-13T11:13:29Z
[ "type/bug", "scope/frontend", "status/accepted", "area/wizard" ]
Wizard: SASL_SSL generates wrong case of 'useKeytab'
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts", "kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/transformFormDataToPayload.ts" ]
[ "kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts", "kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/transformFormDataToPayload.ts" ]
[]
diff --git a/kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts b/kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts index 065612451fc..23578159d44 100644 --- a/kafka-ui-react-app/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts +++ b/kafka-ui-react-app/src/widgets/ClusterC...
null
test
test
2023-06-12T10:35:38
2023-06-12T10:37:32Z
pombuppa
train
provectus/kafka-ui/3932_3935
provectus/kafka-ui
provectus/kafka-ui/3932
provectus/kafka-ui/3935
[ "keyword_pr_to_issue" ]
100bb1dac6b79c92fdb40d4ddab8e16970a99e77
af2cff20b6e127db02236fdf34b182b0720c62dc
[ "@iliax , @Haarolean , @freeformz , @stuarth and @mstolbov Greetings!!!\r\n\r\nI see that this issue is closed but still I see that, when no Active consumer group, i don't see the inactive consumer group in the consumers page. \r\n\r\nI tried with both latest tag image as well as \"docker pull provectuslabs/kafka...
[ "we don't need the `useMemo` here this is not expensive calculation.\r\n` const hasAssignedTopics = consumerGroup?.data?.topics !== 0`", "Okay, thank you.\r\nDone" ]
2023-06-13T12:12:35Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
Blank page for "Reset offsets" when consumer has no committed offsets
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists th...
[ "kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.tsx" ]
[ "kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.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 33dd9b48ad5..b8fac73dc1e 100644 --- a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx +++ b/kafka-ui-react-app/src/components/ConsumerGroups...
null
train
test
2023-06-12T10:35:38
2023-06-12T13:28:11Z
iliax
train
provectus/kafka-ui/3916_3937
provectus/kafka-ui
provectus/kafka-ui/3916
provectus/kafka-ui/3937
[ "connected" ]
100bb1dac6b79c92fdb40d4ddab8e16970a99e77
03b7d1bd60d78fac83a8725ef1d15e47df4f089f
[ "Hello there sappusaketh! 👋\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. 👀" ]
[]
2023-06-13T14:41:33Z
[ "type/bug", "scope/backend", "status/accepted" ]
KC: NPE on sanitizing
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists th...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConfigSanitizer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConfigSanitizer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KafkaConfigSanitizerTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConfigSanitizer.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConfigSanitizer.java index 375afb0fefd..b4cdf144c9f 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConfigSanitizer.java +++ b/kaf...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KafkaConfigSanitizerTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KafkaConfigSanitizerTest.java index 6454cd9f2a4..9cab6b2f13f 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KafkaConfigSanitizerTest.ja...
train
test
2023-06-12T10:35:38
2023-06-07T14:48:27Z
sappusaketh
train
provectus/kafka-ui/3894_3941
provectus/kafka-ui
provectus/kafka-ui/3894
provectus/kafka-ui/3941
[ "connected" ]
03b7d1bd60d78fac83a8725ef1d15e47df4f089f
5d23f2a4ed9b4ff0488bfb99a29b19b8acfb8608
[ "Hello there taylorsmithgg! 👋\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 would recommend VS Code theme as a fairly standardized theme:\r\n``...
[]
2023-06-14T11:13:05Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "area/ux" ]
Dark mode scheme interferes with syntax highlighting visibility
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-react-app/src/components/App.tsx", "kafka-ui-react-app/src/components/NavBar/NavBar.tsx", "kafka-ui-react-app/src/components/PageContainer/PageContainer.tsx", "kafka-ui-react-app/src/components/common/SQLEditor/SQLEditor.tsx", "kafka-ui-react-app/src/index.tsx" ]
[ "kafka-ui-react-app/src/components/App.tsx", "kafka-ui-react-app/src/components/NavBar/NavBar.tsx", "kafka-ui-react-app/src/components/PageContainer/PageContainer.tsx", "kafka-ui-react-app/src/components/common/SQLEditor/SQLEditor.tsx", "kafka-ui-react-app/src/components/contexts/ThemeModeContext.tsx", "k...
[]
diff --git a/kafka-ui-react-app/src/components/App.tsx b/kafka-ui-react-app/src/components/App.tsx index 44409c403ab..0c06a6fddd6 100644 --- a/kafka-ui-react-app/src/components/App.tsx +++ b/kafka-ui-react-app/src/components/App.tsx @@ -1,4 +1,4 @@ -import React, { Suspense } from 'react'; +import React, { Suspense, us...
null
train
test
2023-06-14T03:29:22
2023-06-01T22:08:00Z
taylorsmithgg
train
provectus/kafka-ui/3872_3946
provectus/kafka-ui
provectus/kafka-ui/3872
provectus/kafka-ui/3946
[ "keyword_pr_to_issue" ]
2fb05ca9474da8fe6b9f91dc3b0f22ebdbceb9b8
6fe61654271fe74d595180fc29615b155fb66182
[ "Hello there javihernanp! 👋\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, it seems to be working for me:\r\n```yaml\r\n - resource: t...
[ "I think it should be `when(mock.filterViewableTopics(any(), any())).then(i -> Mono.just(i.getArgument(0)));`", "thanks, done" ]
2023-06-16T09:19:51Z
[ "type/bug", "scope/backend", "status/accepted", "area/rbac" ]
The 'all-topics' view does not display according to the RBAC filter
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/AccessControlServiceMock.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java index a587d53770a..818fab84d68 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java +++ b/kafka-...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/AccessControlServiceMock.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/AccessControlServiceMock.java index 263f1367d8c..852b75ae085 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/AccessControlServiceMock.java +++ b/...
val
test
2023-06-16T08:38:48
2023-05-29T06:51:38Z
javihernanp
train
provectus/kafka-ui/3401_3957
provectus/kafka-ui
provectus/kafka-ui/3401
provectus/kafka-ui/3957
[ "keyword_pr_to_issue" ]
8337c9c183d632ea27b7c253d776fdfda4b19840
9549f68d7edcb0022687c8155010ba3c5b2cddac
[ "Hey! This is still causing issues.\r\nThe frontend client is not adding CORS header while initializing google oauth client as you can see in the network tab(in screenshot)\r\n\r\n![image](https://github.com/provectus/kafka-ui/assets/10064324/5cacb32b-21df-42f2-820d-5113a6ec04cf)\r\n", "@prdpx7 could you please t...
[]
2023-06-20T08:11:21Z
[ "type/bug", "status/pending", "scope/backend", "status/accepted", "area/auth" ]
OAuth2: Add filters allowing CORS
https://discord.com/channels/897805035122077716/897805035122077719/1077852545168445440 ![Uploading image.png…]()
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java index c6c88bfa984..448f92ad477 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java +++...
null
train
test
2023-06-22T10:46:11
2023-02-24T06:53:36Z
Haarolean
train
provectus/kafka-ui/3959_3962
provectus/kafka-ui
provectus/kafka-ui/3959
provectus/kafka-ui/3962
[ "keyword_pr_to_issue" ]
4134d68316051c6ece70bb3cf0499ea5eb6d9380
cdb4f84e236de638fe9e45f267ece011c72463e7
[ "Hello there jonaslb! 👋\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 the suggestion! " ]
[]
2023-06-21T09:24:07Z
[ "type/enhancement", "scope/frontend", "status/accepted", "area/ux" ]
Always show at least 2 or 3 digits for broker disk usage
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx", "kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx", "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/common/NewTable/SizeCell.tsx" ]
[ "kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx", "kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx", "kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx", "kafka-ui-react-app/src/components/common/NewTable/SizeCell.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx b/kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx index fcad7423f39..44a75c51ad8 100644 --- a/kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx +++ b/kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx @@ -44,7 +44,10...
null
val
test
2023-06-21T12:13:53
2023-06-21T08:13:16Z
jonaslb
train
provectus/kafka-ui/3584_3964
provectus/kafka-ui
provectus/kafka-ui/3584
provectus/kafka-ui/3964
[ "keyword_pr_to_issue" ]
81805703c855b3ea5ffde6ab022b207780b485bb
b9bbb1a8235037c9a4810bd4d586fb42408cb67b
[ "Hello there khudyakovan! 👋\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 @Haarolean, Can you assign me to this issue?", "Thank you for a...
[]
2023-06-21T11:41:02Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed", "severity/low", "area/ux" ]
404 at first call "Statistic" page
Dear developers, Found an issue with topic statistics page How to reproduce: 1. First login in system. 2. Select topic and statistics tab then. 3. "404 Not found" label will appear at the rigth bottom of the page. Error appears only at first loading of the "Statistics" page. Next calls of the page error label...
[ "kafka-ui-react-app/src/lib/hooks/api/topics.ts" ]
[ "kafka-ui-react-app/src/lib/hooks/api/topics.ts" ]
[]
diff --git a/kafka-ui-react-app/src/lib/hooks/api/topics.ts b/kafka-ui-react-app/src/lib/hooks/api/topics.ts index a87673368dd..f06b6a87670 100644 --- a/kafka-ui-react-app/src/lib/hooks/api/topics.ts +++ b/kafka-ui-react-app/src/lib/hooks/api/topics.ts @@ -304,6 +304,11 @@ export function useTopicAnalysis( useEr...
null
train
test
2023-06-26T10:36:26
2023-03-29T07:49:02Z
khudyakovan
train
provectus/kafka-ui/3318_3969
provectus/kafka-ui
provectus/kafka-ui/3318
provectus/kafka-ui/3969
[ "keyword_pr_to_issue" ]
333eae24759aaa7b3fc14e5e7dea232200c13dcd
d2a5acc82d0be8a8f7e916f2cfeb8aed5d274256
[ "@Haarolean I would like to contribute to this issue." ]
[]
2023-06-24T00:25:27Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
Topics: UI minor fixes for Create new Topic form
**Describe the bug** (Actual behavior) Error message about Topic Name requiredness is "name is a required field" "e" letter is not fully displayed within "Maximum message size in bytes" field's placeholder Error message of "Number of Partitions" starts with lower case **Expected behavior** Display all placeholde...
[ "kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.styled.ts", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx", "kafka-...
[ "kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.styled.ts", "kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx", "kafka-...
[]
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 f3d75d1bc8b..867291e0bb5 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
test
test
2023-08-04T13:43:40
2023-02-08T06:52:01Z
armenuikafka
train
provectus/kafka-ui/3878_3972
provectus/kafka-ui
provectus/kafka-ui/3878
provectus/kafka-ui/3972
[ "connected" ]
9549f68d7edcb0022687c8155010ba3c5b2cddac
6b67313d1a0626fc4db384e8fb2f3581987bfa85
[]
[]
2023-06-26T07:57:31Z
[ "scope/QA", "scope/AQA" ]
[e2e] Checking Broker's config search is case insensetive
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[]
[ "kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/StringUtils.java" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/smokesuite/brokers/BrokersTest.java" ]
diff --git a/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/StringUtils.java b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilities/StringUtils.java new file mode 100644 index 00000000000..77a46b805e9 --- /dev/null +++ b/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/utilitie...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/backlog/SmokeBacklog.java index f4cacc25207..eb82a50db1b 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/manualsuite/ba...
train
test
2023-06-23T10:45:12
2023-05-30T09:10:00Z
VladSenyuta
train
provectus/kafka-ui/3883_3979
provectus/kafka-ui
provectus/kafka-ui/3883
provectus/kafka-ui/3979
[ "keyword_pr_to_issue" ]
b9bbb1a8235037c9a4810bd4d586fb42408cb67b
b700ac3991dc5106b3d996b4dcfef92004e81521
[]
[ "I think it will be more readable if you embed groupNameExtractor code ", "let keep LdapAuthoritiesPopulator type here", "can be protected", "how can AccessControlService be null here? We rely on it to be present in all controllers.", "Not sure actually, but you're absolutely right. That used to by copy-pas...
2023-06-27T09:37:30Z
[ "type/enhancement", "scope/backend", "status/accepted", "area/rbac" ]
RBAC: LDAP: Support group search filter filter and subtree search
Might be useful if there's a different filter than `(member={0})` is used.
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapProperties.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapProperties.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/RbacLdapAuthoritiesExtractor.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapProperties.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapProperties.java index 9d07aca2dd5..9eac9e5db01 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapProperties.java +++ b/kafka-ui-...
null
train
test
2023-06-26T11:32:21
2023-05-30T14:01:52Z
Haarolean
train
provectus/kafka-ui/3625_3986
provectus/kafka-ui
provectus/kafka-ui/3625
provectus/kafka-ui/3986
[ "keyword_issue_to_pr", "connected" ]
be2f9f0605b8dda210360caa693e3b5f58c752f7
d572e43b4f978473292757862aff08452fac57fb
[ "Hello there Dugong42! 👋\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 bringing this to our attention. \r\n\r\nWe'll def look int...
[]
2023-06-29T07:32:10Z
[ "type/bug", "status/accepted", "scope/infrastructure" ]
Cannot pull image of v0.6.1 from non OCI-compliant runtimes
**Describe the bug** (Actual behavior) Hi, the update of [docker/build-push-action](https://github.com/docker/build-push-action) to `v4.0.0` (introduced by #3488) seems to cause issues with some container runtimes that are not OCI-compliant. Docker fails when pulling the `v0.6.1` image from non OCI-compliant run...
[ ".github/workflows/master.yaml" ]
[ ".github/workflows/master.yaml" ]
[]
diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 48581359894..d751e500210 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -58,6 +58,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: kafka-ui-api platforms: lin...
null
train
test
2023-06-28T14:13:41
2023-04-05T14:56:26Z
Dugong42
train
provectus/kafka-ui/3994_3995
provectus/kafka-ui
provectus/kafka-ui/3994
provectus/kafka-ui/3995
[ "connected" ]
be2f9f0605b8dda210360caa693e3b5f58c752f7
ab58618d830801655d652cbc9e3b13f1617dab13
[]
[]
2023-06-30T10:42:42Z
[ "scope/frontend", "type/security", "status/accepted" ]
FE: Create robots.txt to disallow scraping
Otherwise, some public instances could be found using search.
[ "kafka-ui-react-app/public/robots.txt" ]
[ "kafka-ui-react-app/public/robots.txt" ]
[]
diff --git a/kafka-ui-react-app/public/robots.txt b/kafka-ui-react-app/public/robots.txt index 01b0f9a1073..1f53798bb4f 100644 --- a/kafka-ui-react-app/public/robots.txt +++ b/kafka-ui-react-app/public/robots.txt @@ -1,2 +1,2 @@ -# https://www.robotstxt.org/robotstxt.html User-agent: * +Disallow: /
null
train
test
2023-06-28T14:13:41
2023-06-30T10:41:52Z
Haarolean
train
provectus/kafka-ui/3975_4003
provectus/kafka-ui
provectus/kafka-ui/3975
provectus/kafka-ui/4003
[ "keyword_pr_to_issue" ]
5f231c7681bb6558e0367df22d92f1099e2cac94
8ae8ae40a43331b90a095ad884e0ce789c594644
[]
[]
2023-07-03T12:26:43Z
[ "scope/backend", "type/security", "status/accepted" ]
CVE fixes, July 2023
+ kafka-clients
[ "kafka-ui-api/pom.xml", "pom.xml" ]
[ "kafka-ui-api/pom.xml", "pom.xml" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.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/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index a01300167c4..829f7dc5c50 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -91,7 +91,7 @@ <dependency> <groupId>software.amazon.msk</groupId> <artifactId>aws-msk-iam-auth</artifactId> - <version>1....
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java index 1651f4951df..314abf914b0 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java +++ b/kafka-ui-api/src/t...
test
test
2023-07-10T14:18:05
2023-06-26T08:33:34Z
Haarolean
train
provectus/kafka-ui/3902_4008
provectus/kafka-ui
provectus/kafka-ui/3902
provectus/kafka-ui/4008
[ "keyword_pr_to_issue" ]
17cde82dff6f31f5ca0c79a213ae5ba28b784232
5f231c7681bb6558e0367df22d92f1099e2cac94
[]
[]
2023-07-04T09:00:33Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed", "area/messages" ]
Messages: Produce: "Keep contents" prevents new dummy data from being generated
Since #2672 Setup: 1. Topic "test" 2. Two JSON schemas, "test-key", "test-value": ```json { "schema": "http://json-schema.org/draft-07/schema#", "id": "http://example.com/myURI.schema.json", "title": "TestRecord", "type": "object", "properties": { "f1": { "type": "integer" } } } ``` Step...
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/getDefaultSerdeName.ts", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/utils.ts" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Messages/getDefaultSerdeName.ts", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/SendMessage.tsx", "kafka-ui-react-app/src/components/Topics/Topic/SendMessage/utils.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Messages/getDefaultSerdeName.ts b/kafka-ui-react-app/src/components/Topics/Topic/Messages/getDefaultSerdeName.ts index 27fc112c819..a5235e9ac5b 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Messages/getDefaultSerdeName.ts +++ b/kafka-ui-react-app...
null
train
test
2023-07-06T13:46:02
2023-06-02T13:58:47Z
Haarolean
train
provectus/kafka-ui/3728_4009
provectus/kafka-ui
provectus/kafka-ui/3728
provectus/kafka-ui/4009
[ "keyword_pr_to_issue" ]
d572e43b4f978473292757862aff08452fac57fb
9ab4580c47151cd64e323f8c79efeddcf8d0adf8
[ "Hye \r\nplease give some about the issue \r\n", "@shraddha761 we need to replace empty cells with \"N/A\"\r\n<img width=\"1099\" alt=\"image\" src=\"https://github.com/provectus/kafka-ui/assets/1494347/1403a0d8-16c6-4017-8146-eb7338761b74\">\r\n", "I am unable to find where to do changes.\r\n ", "Hi, could I...
[]
2023-07-04T09:30:39Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore", "area/consumers" ]
Consumers: replace empty row with consumer lag with "N/A"
also in per consumer view <img width="1099" alt="image" src="https://github.com/provectus/kafka-ui/assets/1494347/0cb6a7c3-ab38-4c18-a7d6-7558570e6c2d">
[ "kafka-ui-react-app/src/components/ConsumerGroups/List.tsx" ]
[ "kafka-ui-react-app/src/components/ConsumerGroups/List.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/ConsumerGroups/List.tsx b/kafka-ui-react-app/src/components/ConsumerGroups/List.tsx index 247a18b0bd8..da35c6bbad6 100644 --- a/kafka-ui-react-app/src/components/ConsumerGroups/List.tsx +++ b/kafka-ui-react-app/src/components/ConsumerGroups/List.tsx @@ -61,6 +61,9 @@ const...
null
train
test
2023-07-03T14:31:53
2023-04-27T00:39:25Z
Haarolean
train
provectus/kafka-ui/4032_4033
provectus/kafka-ui
provectus/kafka-ui/4032
provectus/kafka-ui/4033
[ "connected" ]
d4001b5a39cba28f2cf4011ca62ed84056de081c
15f4543402694e877cd1de4e85ff850ffb505d7f
[]
[]
2023-07-12T10:39:33Z
[ "type/bug", "scope/backend", "status/accepted", "area/rbac" ]
RBAC: Exception on unknown resource types
Set up: 1. config.yml with rbac and resource like "audit" 2. If the older image is used where the feature is not present, it will fail with the following exception: ``` Caused by: java.lang.NullPointerException: Cannot invoke "com.provectus.kafka.ui.model.rbac.Resource.ordinal()" because "this.resource" is null a...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/Permission.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/Permission.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/Permission.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/Permission.java index dd456400da5..56b0a098026 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/rbac/Permission.java +++ b/kafka-ui-api/src/main/ja...
null
train
test
2023-07-12T12:47:38
2023-07-12T10:38:25Z
Haarolean
train
provectus/kafka-ui/3820_4034
provectus/kafka-ui
provectus/kafka-ui/3820
provectus/kafka-ui/4034
[ "connected" ]
1cd303a90b497546db1eccc664e26a277257923c
b2c3fcc321c84a5c85f4ca4a96a3c7b647f0d087
[ "Hello there sm-shevchenko! 👋\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. 👀", "@sm-shevchenko thank you for noticing that. We will think how it can ...
[]
2023-07-12T12:11:40Z
[ "type/bug", "scope/backend", "status/accepted", "area/acl" ]
ACL enabled check results in an error
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java index 0b6f16a2235..9de908efa7f 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ReactiveAdminClient.java +++ b/kafka-...
null
val
test
2023-08-01T14:23:19
2023-05-15T09:27:39Z
sm-shevchenko
train
provectus/kafka-ui/4016_4045
provectus/kafka-ui
provectus/kafka-ui/4016
provectus/kafka-ui/4045
[ "keyword_pr_to_issue" ]
a32272d07e2f151d6397013b3547ca145ef75788
3cde6c21ecbc89ae902f89960afe2894014d1b89
[ "Hello there jadhavnitind! 👋\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, I would like to work on this, can it be assigned to me", "@ab...
[]
2023-07-18T07:04:37Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted" ]
FE: Logout button link is bound to a wrong div
### Issue submitter TODO list - [x] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists th...
[ "kafka-ui-react-app/src/components/NavBar/UserInfo/UserInfo.tsx", "kafka-ui-react-app/src/components/NavBar/UserInfo/__tests__/UserInfo.spec.tsx" ]
[ "kafka-ui-react-app/src/components/NavBar/UserInfo/UserInfo.tsx", "kafka-ui-react-app/src/components/NavBar/UserInfo/__tests__/UserInfo.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/NavBar/UserInfo/UserInfo.tsx b/kafka-ui-react-app/src/components/NavBar/UserInfo/UserInfo.tsx index 2b432b10e3c..dae43364c45 100644 --- a/kafka-ui-react-app/src/components/NavBar/UserInfo/UserInfo.tsx +++ b/kafka-ui-react-app/src/components/NavBar/UserInfo/UserInfo.tsx @@ ...
null
train
test
2023-07-24T09:25:13
2023-07-06T15:13:11Z
jadhavnitind
train
provectus/kafka-ui/3977_4061
provectus/kafka-ui
provectus/kafka-ui/3977
provectus/kafka-ui/4061
[ "connected" ]
476cbfb691a0b19f9227ecb12b2e5ce4b5a7156c
895d27a306f0a69e0f6c665be121edc62c61c730
[ "Hello there stalbot15! 👋\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. 👀" ]
[]
2023-07-25T10:35:40Z
[ "type/bug", "scope/backend", "status/accepted" ]
Connectors page breaks when one connect cluster unavailable
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists th...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/integration/odd/ConnectorsExporter.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/integration/odd/ConnectorsExporter.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java", "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/integration/odd/ConnectorsExporterTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java index 468c86ecbed..a41054de6cb 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java +++ b/kafka-ui-api...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java index 314abf914b0..d185e646714 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractIntegrationTest.java +++ b/kafka-ui-api/src/t...
train
test
2023-08-01T13:47:03
2023-06-26T22:02:34Z
stalbot15
train
provectus/kafka-ui/4067_4074
provectus/kafka-ui
provectus/kafka-ui/4067
provectus/kafka-ui/4074
[ "connected" ]
0b99f745b01abd734738fc187afcec4589168d8f
2db89593a78cb6478889cd455c9e20b23e2e3a92
[ "Hello there jcpunk! 👋\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 @jcpunk, thank you for suggestion. We will implement this feature as a...
[]
2023-07-31T09:34:06Z
[ "type/enhancement", "scope/backend", "status/accepted", "area/serde" ]
Implement built-in HEX serde
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and the feature is not present there ### ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/SerdesInitializer.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/SerdesInitializer.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/HexSerde.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/HexSerdeTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/SerdesInitializer.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/SerdesInitializer.java index ac3c2241cfc..c833d9fc726 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/SerdesInitializer.java +++ b/kafka-ui-api/sr...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/HexSerdeTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/HexSerdeTest.java new file mode 100644 index 00000000000..a318279f564 --- /dev/null +++ b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serdes/builtin/He...
train
test
2023-07-31T11:01:36
2023-07-27T23:44:03Z
jcpunk
train
provectus/kafka-ui/4059_4078
provectus/kafka-ui
provectus/kafka-ui/4059
provectus/kafka-ui/4078
[ "keyword_pr_to_issue" ]
b2c3fcc321c84a5c85f4ca4a96a3c7b647f0d087
77f1ec949028d3ae7de2f79835096fedc2b22334
[ "Hello there fallen-up! 👋\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. 👀" ]
[]
2023-08-01T14:12:16Z
[ "type/bug", "scope/backend", "status/accepted", "area/rbac" ]
Wizard: "cluster value is empty"
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists th...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService.java index 6cc455624bc..59ea02fea84 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/AccessControlService...
null
train
test
2023-08-01T14:42:00
2023-07-24T14:14:31Z
fallen-up
train
provectus/kafka-ui/3614_4085
provectus/kafka-ui
provectus/kafka-ui/3614
provectus/kafka-ui/4085
[ "keyword_pr_to_issue" ]
844eb17d7a3e112ae6742d7c8e4132c3dcef19b5
cca2c9699755c2128bb88cf8920c9ed4414dbd58
[ "Hi @iliax, can you assign it to me? I want to work on it.", "@Ksj14-kumar sure, go ahead", "@Ksj14-kumar any updates?", "@Haarolean I am still working on this issue, I will give you an update soon.", "@Ksj14-kumar any updates?", "@Haarolean, Can you unassign me this task, I can't solve it. Sorry for th...
[]
2023-08-03T00:52:42Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Active controller badge on invalid node
In `/api/clusters/local/stats` endpoint `activeControllers` **is an id of a node** that is _Active controller_ node. Now green badge is rendered on another node or not even shown sometimes. Version: master commit [de21721](https://github.com/provectus/kafka-ui/commit/de21721) <img width="1540" alt="Screenshot 2...
[ "kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx", "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/common/Icons/CheckMarkRoundIcon.tsx", ...
[ "kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx", "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/common/Icons/CheckMarkRoundIcon.tsx", ...
[]
diff --git a/kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx b/kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx index 89a553be7d0..40a5deeebfe 100644 --- a/kafka-ui-react-app/src/components/Brokers/Broker/__test__/Broker.spec.tsx +++ b/kafka-ui-react-app/src/components...
null
val
test
2023-08-23T12:28:47
2023-04-03T08:29:54Z
iliax
train
provectus/kafka-ui/4087_4090
provectus/kafka-ui
provectus/kafka-ui/4087
provectus/kafka-ui/4090
[ "keyword_pr_to_issue" ]
b0583a3ca7d58bd9978e26a67bb8927fcbf03c42
bbb739af926a492f5d8e38866ba356f13b031890
[ "Hello, is this still open? Can I help with something? ", "@techpordentro we already have a PR for this (#4090), thank you though! Feel free to pick any other issue from up for grabs board." ]
[ "since the default parameter of formatTimestamp is `{ hourCycle: 'h23' }` , what if instead of constructing it , we can just `date.toLocaleString([], { hourCycle: 'h23' })` , did you try this way ?", "@MikeStrike101 can you take a look?", "@Haarolean sorry I was on vacation these days. Will take a look now." ]
2023-08-03T18:22:33Z
[ "good first issue", "scope/frontend", "status/accepted", "type/chore" ]
Investigate dateTimeHelpers.spec.ts linter error
@Haarolean i think we need to open an issue to investigate [dateTimeHelpers.spec.ts](https://github.com/provectus/kafka-ui/pull/3969/files#diff-3944835013941011f6e5cc58d818815553b691f0a67c3149561451253f90f5c9) linter error. _Originally posted by @Mgrdich in https://github.com/provectus/kafka-ui/issues/...
[ "kafka-ui-react-app/src/lib/hooks/__tests__/dateTimeHelpers.spec.ts" ]
[ "kafka-ui-react-app/src/lib/hooks/__tests__/dateTimeHelpers.spec.ts" ]
[]
diff --git a/kafka-ui-react-app/src/lib/hooks/__tests__/dateTimeHelpers.spec.ts b/kafka-ui-react-app/src/lib/hooks/__tests__/dateTimeHelpers.spec.ts index 5ed95fa8515..ad5346283c6 100644 --- a/kafka-ui-react-app/src/lib/hooks/__tests__/dateTimeHelpers.spec.ts +++ b/kafka-ui-react-app/src/lib/hooks/__tests__/dateTimeHel...
null
test
test
2023-08-30T10:39:58
2023-08-03T11:42:11Z
Haarolean
train
provectus/kafka-ui/2751_4093
provectus/kafka-ui
provectus/kafka-ui/2751
provectus/kafka-ui/4093
[ "keyword_pr_to_issue" ]
ac09efcd3486fda6cee41986a01820710863eb81
150fc21fb84770520e669f8681b5c9a2bf3ba344
[ "Would be really nice to have", "It would be amazing!", "Feel free to test the things out:\r\nimage: `public.ecr.aws/provectus/kafka-ui-custom-build:4093`\r\nConfig example:\r\n```\r\n - provider: oauth_github\r\n type: team\r\n value: \"provectus/kafka-backend\"\r\n```\r\n" ]
[ "ORGANIZATION constant?", "is it really \"login\"", "please write type here for better readability", "distinct not useful here", "rm .distinct()", "Yes it is!" ]
2023-08-04T13:59:49Z
[ "type/enhancement", "scope/backend", "status/accepted", "area/rbac" ]
RBAC: Support github teams
Currently as of #753 we do support only usernames/organizations roles. Please upvote if you're interested in roles via gh teams. ``` - provider: oauth_github type: team value: "provectus/kafka-backend" ```
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/rbac/extractor/GithubAuthorityExtractor.java index 654654a05dd..90c4ceebc60 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/servi...
null
train
test
2023-08-07T16:04:10
2022-10-14T10:31:32Z
Haarolean
train
provectus/kafka-ui/4030_4097
provectus/kafka-ui
provectus/kafka-ui/4030
provectus/kafka-ui/4097
[ "keyword_pr_to_issue" ]
333eae24759aaa7b3fc14e5e7dea232200c13dcd
7a82079471d8be926c6a3eb8a850ccf4886a0591
[ "@Haarolean when `retention.bytes` (Max size on disk) is not set implicitly - frontend **should not** pass this parameter to backend. \r\n", "@Haarolean hi, can i pr like i said? or does it still need to be reviewed? thank you.", "@p-eye the proper solution is described here: https://github.com/provectus/kafka-...
[]
2023-08-07T06:38:06Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "severity/medium" ]
FE: Topics: Do not send properties which are not defined explicitly
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled docker image and the issue still persists there ...
[ "kafka-ui-react-app/src/components/Topics/New/New.tsx", "kafka-ui-react-app/src/lib/hooks/api/topics.ts", "kafka-ui-react-app/src/redux/interfaces/topic.ts" ]
[ "kafka-ui-react-app/src/components/Topics/New/New.tsx", "kafka-ui-react-app/src/lib/hooks/api/topics.ts", "kafka-ui-react-app/src/redux/interfaces/topic.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 a8d2600a43a..c7528fb99ae 100644 --- a/kafka-ui-react-app/src/components/Topics/New/New.tsx +++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx @@ -15,7 +15,7 @@ enum Filters { PARTITI...
null
train
test
2023-08-04T13:43:40
2023-07-12T01:57:45Z
p-eye
train
provectus/kafka-ui/31_34
provectus/kafka-ui
provectus/kafka-ui/31
provectus/kafka-ui/34
[ "timestamp(timedelta=352.0, similarity=0.894506078113938)" ]
e2918b41ca928283339f256e552b0643e501bc92
5d0b783abb40e00644d326588ffa0566e8064bdc
[]
[]
2020-04-16T15:19:28Z
[ "scope/frontend" ]
Add ui prefix to react router path
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/rest/config/CustomWebFilter.java", "kafka-ui-react-app/src/components/App.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/ConsumerGroups.tsx", "kafka-ui-react-app/src/components/Nav/Nav.tsx", "kafka-ui-react-app/src/components/Topics/Topics.tsx", ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/rest/config/CustomWebFilter.java", "kafka-ui-react-app/src/components/App.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/ConsumerGroups.tsx", "kafka-ui-react-app/src/components/Nav/Nav.tsx", "kafka-ui-react-app/src/components/Topics/Topics.tsx", ...
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/rest/config/CustomWebFilter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/rest/config/CustomWebFilter.java index 370e89847f8..e117a43b6c1 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/rest/config/CustomWebFilter.java +++ b/kafka-...
null
val
train
2020-04-14T14:36:05
2020-04-16T11:16:57Z
germanosin
train
provectus/kafka-ui/108_110
provectus/kafka-ui
provectus/kafka-ui/108
provectus/kafka-ui/110
[ "timestamp(timedelta=0.0, similarity=0.9255320246886437)" ]
88cc301bb6db74ce3279e80ddfc8b0d25f601cdc
cee189a86190e6ce23213fd62f7f31a527fb1f48
[]
[]
2020-11-02T14:13:21Z
[ "type/enhancement", "scope/frontend" ]
Display topic message content in a tree view
If topic message content is a valid JSON it should be displayed as a tree with expandable nodes.
[ "kafka-ui-react-app/package-lock.json", "kafka-ui-react-app/package.json", "kafka-ui-react-app/src/components/Topics/Details/Messages/Messages.tsx" ]
[ "kafka-ui-react-app/package-lock.json", "kafka-ui-react-app/package.json", "kafka-ui-react-app/src/components/Topics/Details/Messages/Messages.tsx" ]
[]
diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index 80d728a361d..bc28dec3291 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -1803,6 +1803,11 @@ "@babel/types": "^7.3.0" } }, + "@types/base16": { + "v...
null
train
train
2020-11-02T13:21:07
2020-11-02T09:58:48Z
soffest
train
provectus/kafka-ui/169_172
provectus/kafka-ui
provectus/kafka-ui/169
provectus/kafka-ui/172
[ "timestamp(timedelta=71.0, similarity=0.9049740441220967)" ]
1d60db44df81ed0a1c8a935f49bdbe4c7ad4ead6
481c321d0680e3b2ce8abfe585976ffcae417c3e
[ "Thank you for your issue, this feature was applied in PR-172." ]
[]
2021-02-01T14:51:16Z
[ "type/enhancement", "scope/backend" ]
feature request: List topics in alphabetical order
Hi Team, Currently, the topics are listed in unknown order. It would be great if they would be listed in alphabetical order. Thanks, Andor Markus
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/cluster/service/ClusterService.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/cluster/service/ClusterService.java" ]
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/cluster/service/ClusterService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/cluster/service/ClusterService.java index e18c6328943..1f1a38a98ca 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/cluster/service/ClusterService.java +++...
null
test
train
2021-01-29T13:24:59
2021-02-01T10:29:22Z
andormarkus
train
provectus/kafka-ui/224_271
provectus/kafka-ui
provectus/kafka-ui/224
provectus/kafka-ui/271
[ "timestamp(timedelta=75.0, similarity=0.889589466097754)" ]
217b36307615effe6dad8c272e4472d82b74425e
595707edb67b93a98524265ce7f12db94ac796d4
[]
[ "pls use useCallback", "Should be\r\n```\r\nconst mapDispatchToProps = { deleteTopic };\r\n```", "I'm not sure there is a need to use a container in this case. I would suggest to provide deleteTopic from parent component. " ]
2021-03-17T14:55:31Z
[ "type/enhancement", "scope/frontend" ]
Add support for deleting topic
I would like to ask support for deleting a topic
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListContainer.ts", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/List.spec.tsx", "kafka-ui-react-app/src/redux/actions/__test__/th...
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListContainer.ts", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/List.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx index 3d5db93eedf..9b5ad3c039b 100644 --- a/kafka-ui-react-app/src/components/Topics/List/List.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx @@ -1,5 +1,9 @@ import React from ...
null
val
train
2021-03-18T19:16:59
2021-03-03T17:38:05Z
ommr101
train
provectus/kafka-ui/243_771
provectus/kafka-ui
provectus/kafka-ui/243
provectus/kafka-ui/771
[ "timestamp(timedelta=0.0, similarity=0.9007291333681994)" ]
40678809661cb2659d4c93b2fbcd0cd940b4006a
d035aa9e80bca48e3d6f621d698ee0441bf994f7
[]
[ "```suggestion\r\n ? 'Are you sure you want to remove selected topics?'\r\n : 'Are you sure you want to purge messages of selected topics?'}\r\n```" ]
2021-08-05T10:11:48Z
[ "type/enhancement", "scope/frontend" ]
Delete topics using multi-selection
As a user, I would like to select multiple Kafka topics (multi-selection) and then delete them instead of deleting them one by one.
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListContainer.ts", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/List.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__...
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListContainer.ts", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/List.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx index 9440dff902f..a2f21437ae1 100644 --- a/kafka-ui-react-app/src/components/Topics/List/List.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx @@ -12,6 +12,7 @@ import usePaginat...
null
val
train
2021-08-05T08:05:21
2021-03-11T14:37:37Z
IldarAlmakaev
train
provectus/kafka-ui/244_771
provectus/kafka-ui
provectus/kafka-ui/244
provectus/kafka-ui/771
[ "timestamp(timedelta=0.0, similarity=0.8809084063905879)" ]
40678809661cb2659d4c93b2fbcd0cd940b4006a
d035aa9e80bca48e3d6f621d698ee0441bf994f7
[]
[ "```suggestion\r\n ? 'Are you sure you want to remove selected topics?'\r\n : 'Are you sure you want to purge messages of selected topics?'}\r\n```" ]
2021-08-05T10:11:48Z
[ "type/enhancement", "scope/frontend" ]
Purge messages of multiple topics using multi-selection
As a user, I'd like to select multiple Kafka topics and then clear them up/purge
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListContainer.ts", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/List.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__...
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListContainer.ts", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/List.spec.tsx", "kafka-ui-react-app/src/components/Topics/List/__...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx index 9440dff902f..a2f21437ae1 100644 --- a/kafka-ui-react-app/src/components/Topics/List/List.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx @@ -12,6 +12,7 @@ import usePaginat...
null
train
train
2021-08-05T08:05:21
2021-03-11T14:38:45Z
IldarAlmakaev
train
provectus/kafka-ui/245_247
provectus/kafka-ui
provectus/kafka-ui/245
provectus/kafka-ui/247
[ "timestamp(timedelta=464.0, similarity=0.8703313865382377)" ]
6355bf3d693470cbc36f76fadfe26eb29d388ac1
c91d6aad9fdd4b3ee7a3d7e6d7fe14e04af49526
[ "Hi, @andormarkus \r\n\r\n```-e KAFKA_CLUSTERS_0_READONLY=true``` should work for backend in version 0.0.10, frontend will be released in next version.", "Hi @germanosin \r\n\r\nI have adjusted the documentation according it. See my PR #247 \r\n\r\nThanks,\r\nAndor" ]
[]
2021-03-12T08:16:01Z
[]
How to enable read only mode?
Hi All, How to enable real only mode in docker? Based on #218 PR it is enable with `readOnly` environment variable. In docker I have tried the following configuration: ``` -e readOnly=True -e readOnly=true -e readOnly='True' -e readOnly='true' -e KAFKA_CLUSTERS_0_READONLY=true -e KAFKA_CLUSTERS_0_READONLY...
[ "README.md", "docker-compose.md" ]
[ "README.md", "docker-compose.md" ]
[]
diff --git a/README.md b/README.md index 4e38d7bec88..84521839aba 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ docker run -p 8080:8080 \ -d provectuslabs/kafka-ui:latest ``` -Then access the web UI at [http://localhost:8080](http://localhost:8080). +Then access the web UI at [http://localhost:8080](ht...
null
train
train
2021-03-12T08:30:42
2021-03-11T22:59:41Z
andormarkus
train
provectus/kafka-ui/253_286
provectus/kafka-ui
provectus/kafka-ui/253
provectus/kafka-ui/286
[ "timestamp(timedelta=0.0, similarity=0.9016211552695692)" ]
590bdfb6106aa61e12afe19cb0d02d50af73dec5
992e8b0898a2cb6bfe2daed75f39a9365e9c33aa
[]
[]
2021-03-18T14:45:12Z
[ "type/enhancement", "scope/backend" ]
Get messages implementation improvement
Currently ConsumingService.RecordEmitter has following limitations & problems: https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java#L118 1. will block 3 sec even if topic was read to the end (or empty) 2. always will do 3 polls (bug?) ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java" ]
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java" ]
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractBaseTest.java", "kafka-ui-api/src/test/java/com/provectus/kafka/ui/producer/KafkaTestProducer.java", "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsSeekTest.java", "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmi...
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java index 9142968eb60..3676d71b8c3 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java +++ b/kafka-ui-api/src/main...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractBaseTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractBaseTest.java index 3bdca7ef21b..6fd1b0fc5bb 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/AbstractBaseTest.java +++ b/kafka-ui-api/src/test/java/com/provectu...
train
train
2021-03-23T08:55:28
2021-03-16T11:50:54Z
iliax
train
provectus/kafka-ui/289_295
provectus/kafka-ui
provectus/kafka-ui/289
provectus/kafka-ui/295
[ "timestamp(timedelta=0.0, similarity=0.8433503638953539)" ]
217b36307615effe6dad8c272e4472d82b74425e
a153ce7b21e7dcb9a6438ff5d4dd90ab027a9e84
[ "@andormarkus thank you for creating this issue. Will try to fix it asap" ]
[]
2021-03-22T13:20:19Z
[ "type/bug", "scope/frontend" ]
Frontend: Segment size calculation error
Hi Team, Bases on my testing when a topic segment size is larger than 1gb it wont calculate its values in `mb` or `gb` just returns it in `bytes`. ![Screenshot 2021-03-22 at 08 10 10](https://user-images.githubusercontent.com/51825189/111952883-15ee9300-8ae6-11eb-8721-0ae0073faa8d.png) Thanks, Andor
[ "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/components/common/BytesFormatted/BytesFormatted.tsx", "kafka-ui-react-app/src/components/common/BytesFormatted/__tests__/BytesFormatted.spec.tsx" ]
[ "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/components/common/BytesFormatted/BytesFormatted.tsx", "kafka-ui-react-app/src/components/common/BytesFormatted/__tests__/BytesFormatted.spec.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 493290c0f2f..bd81c4118d0 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
2021-03-18T19:16:59
2021-03-22T07:11:18Z
andormarkus
train
provectus/kafka-ui/297_306
provectus/kafka-ui
provectus/kafka-ui/297
provectus/kafka-ui/306
[ "timestamp(timedelta=55806.0, similarity=0.8611471619108559)" ]
a153ce7b21e7dcb9a6438ff5d4dd90ab027a9e84
7672f5e4cdd0441b0f2d3aacede4fcef1125a3b8
[]
[]
2021-03-24T09:57:36Z
[ "scope/backend" ]
Fix sonar code smell warnings
[ "docker/message.json", "kafka-ui-react-app/package-lock.json", "kafka-ui-react-app/package.json", "kafka-ui-react-app/public/index.html", "kafka-ui-react-app/src/redux/reducers/schemas/reducer.ts", "kafka-ui-react-app/src/redux/reducers/schemas/selectors.ts", "kafka-ui-react-app/src/redux/store/configur...
[ "kafka-ui-react-app/package-lock.json", "kafka-ui-react-app/package.json", "kafka-ui-react-app/public/index.html", "kafka-ui-react-app/src/redux/reducers/schemas/reducer.ts", "kafka-ui-react-app/src/redux/reducers/schemas/selectors.ts", "kafka-ui-react-app/src/redux/store/configureStore/dev.ts", "kafka-...
[]
diff --git a/docker/message.json b/docker/message.json deleted file mode 100644 index 490cbe1527d..00000000000 --- a/docker/message.json +++ /dev/null @@ -1,100 +0,0 @@ -{"message":"hello1","destination":"kafka2"} -{"message":"hello2","destination":"kafka2"} -{"message":"hello3","destination":"kafka2"} -{"message":"hel...
null
train
train
2021-03-24T10:08:54
2021-03-23T11:50:08Z
iliax
train
provectus/kafka-ui/297_307
provectus/kafka-ui
provectus/kafka-ui/297
provectus/kafka-ui/307
[ "timestamp(timedelta=68256.0, similarity=0.8430106627754953)" ]
7672f5e4cdd0441b0f2d3aacede4fcef1125a3b8
a256709580b34683ad6861adf5ff610ba55025ea
[]
[]
2021-03-24T11:53:34Z
[ "scope/backend" ]
Fix sonar code smell warnings
[ "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamOptions.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamSelect.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamValue.tsx", "kafka-ui-react-app/src/components/To...
[ "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamSelect.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamValue.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/__tests__/CustomParamSelect.spec.tsx", "kafka-ui-react-app/src...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamOptions.tsx b/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/CustomParamOptions.tsx deleted file mode 100644 index ae3aca7fb90..00000000000 --- a/kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams...
null
val
train
2021-03-24T11:24:10
2021-03-23T11:50:08Z
iliax
train
provectus/kafka-ui/422_495
provectus/kafka-ui
provectus/kafka-ui/422
provectus/kafka-ui/495
[ "timestamp(timedelta=1509.0, similarity=0.982228428969711)" ]
acdcf2eab687de9289c7080bac04d9cde9cab5f8
30ceb98491702d982baaf9e88bd354ce4dc184ee
[]
[]
2021-05-25T09:46:53Z
[ "good first issue", "scope/frontend" ]
Bump redux from 4.0.5 to 4.1.0
[ "kafka-ui-react-app/package-lock.json", "kafka-ui-react-app/package.json", "kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap", "kafka-ui-react-app/src/components/__tests__/__snapshots__/App.spec.tsx.snap" ]
[ "kafka-ui-react-app/package-lock.json", "kafka-ui-react-app/package.json", "kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap", "kafka-ui-react-app/src/components/__tests__/__snapshots__/App.spec.tsx.snap" ]
[]
diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index f1bb970b6fd..ef74fb76cfc 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -32,7 +32,7 @@ "react-redux": "^7.2.2", "react-router": "^5.2.0", "react-rout...
null
train
train
2021-05-24T21:40:17
2021-05-03T21:46:37Z
workshur
train
provectus/kafka-ui/447_558
provectus/kafka-ui
provectus/kafka-ui/447
provectus/kafka-ui/558
[ "timestamp(timedelta=40.0, similarity=0.8442054842264117)" ]
13463fe95f8c6c375b09d47e7da41a87b8a47134
536d7281ddd243f56e507f7adc4bcb46e7ff1196
[]
[ "you should use generated api from openapi" ]
2021-06-15T12:41:40Z
[ "scope/QA" ]
[e2e-check] [test-data-preparation] Creating new topic via API
e2e checks should be able to use entities(such as topics) created in previous steps. But for creating certain test state we shouldn't always bother UI, otherwise it'll make checks slow and brittle. We need step for creating topic via `kafka-ui` API
[ "kafka-ui-contract/pom.xml", "kafka-ui-e2e-checks/pom.xml" ]
[ "kafka-ui-contract/pom.xml", "kafka-ui-e2e-checks/pom.xml" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/helpers/ApiHelper.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/helpers/Helpers.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/topics/To...
diff --git a/kafka-ui-contract/pom.xml b/kafka-ui-contract/pom.xml index 8c3ff23786c..b6700196f44 100644 --- a/kafka-ui-contract/pom.xml +++ b/kafka-ui-contract/pom.xml @@ -48,6 +48,29 @@ <artifactId>openapi-generator-maven-plugin</artifactId> <version>${openapi-generat...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java index ebf90807880..a5ac78f5660 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java +++ b/kafka-ui-e2e-checks/src/tes...
val
train
2021-07-09T14:55:43
2021-05-11T13:31:18Z
mikementor
train
provectus/kafka-ui/449_472
provectus/kafka-ui
provectus/kafka-ui/449
provectus/kafka-ui/472
[ "timestamp(timedelta=79967.0, similarity=0.8602940856927024)" ]
7801c292af24049f7d53e32815eb06c707e86dfb
407375c6788aa7b7812ba25291ac17afbcf99b99
[ "https://github.com/marketplace/actions/issue-checklist-checker" ]
[]
2021-05-18T08:03:02Z
[]
add github/templates for pull-requests and issues
Also, look into bots, that will check that issue described properly
[]
[ ".github/ISSUE_TEMPLATE/bug_report.md", ".github/ISSUE_TEMPLATE/feature_request.md", ".github/PULL_REQUEST_TEMPLATE.md", ".github/workflows/pr-checks.yaml" ]
[]
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..0f821e5b689 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: "\U0001F41E Bug report" +about: Create a report to help us improve +title: '' +labels: bug +...
null
train
train
2021-05-18T09:05:25
2021-05-12T09:11:53Z
mikementor
train
provectus/kafka-ui/493_679
provectus/kafka-ui
provectus/kafka-ui/493
provectus/kafka-ui/679
[ "timestamp(timedelta=0.0, similarity=0.9221294910731154)" ]
326786e4ff5a9ff47dd4902dd981ac9d2d6bcad9
20cbcd33e25c4187d6c35b636b453090a24aa8d5
[]
[ "url?", "could we support both object and string scenarios?", "could we check only user & pass fields? why do we need additional boolean for this?", "could we set it on webclient level?", "Here we can make requests for different clusters and in each cluster can be it's own Schema Registry with it's own sett...
2021-07-14T13:05:09Z
[ "type/enhancement", "scope/backend" ]
Add authentication for Schema Registry
It's not possible to add authentication for Schema Registry, so I get this error: Failed to get Schema for topic appuntamento-claimgen io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or t...
[ "README.md", "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/KafkaCluster.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/serd...
[ "README.md", "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/InternalSchemaRegistry.java", "kafka-ui-api/src/main/java/com/provectus/kaf...
[]
diff --git a/README.md b/README.md index 6feb09572ae..927b67b2800 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,9 @@ kafka: bootstrapServers: localhost:29091 zookeeper: localhost:2183 schemaRegistry: http://localhost:8085 + schemaRegistryAuth: + username: username + passw...
null
train
train
2021-07-21T14:55:30
2021-05-24T14:51:53Z
antonettiandrea
train
provectus/kafka-ui/498_748
provectus/kafka-ui
provectus/kafka-ui/498
provectus/kafka-ui/748
[ "timestamp(timedelta=68485.0, similarity=0.868153380463537)" ]
2ab1601a7f0aa1d7eee9b70fd0657f48d539665a
96d07a7d6f87de52144b4e21753bf4eafa42149a
[]
[]
2021-07-29T14:17:58Z
[ "type/enhancement", "scope/QA" ]
[e2e] separate e2e-checks module building and running from the main application
### Is your proposal related to a problem? Problem: e2e-checks require ready Docker image of the `kafka-ui`. Being one of the submodules, it runs tests on `mvn verify`, also it triggers on `./mvnw clean install -Pprod` and fail the installing. ### Describe the solution you'd like - remove it as a submodule. ...
[ ".github/workflows/backend.yml" ]
[ ".github/workflows/backend.yml", ".github/workflows/e2e-checks.yaml" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java" ]
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index ae5757ce6f3..5df7b74bc08 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -4,7 +4,6 @@ on: types: ['opened', 'edited', 'reopened', 'synchronize'] paths: - 'kafka-ui-api/**' - - 'kafka-...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java index f4d18c79775..5632ce72c22 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java +++ b/kafka-...
val
train
2021-07-29T13:52:02
2021-05-26T07:54:57Z
mikementor
train
provectus/kafka-ui/608_611
provectus/kafka-ui
provectus/kafka-ui/608
provectus/kafka-ui/611
[ "timestamp(timedelta=13052.0, similarity=0.9642211375135101)" ]
e3b2ea1052a3a2b8f92da046fe1c379485cfbea5
d8fecf61cf339fbf579aa74b77b069de8a47374e
[ "I can help!" ]
[ "Pls add setTopicReplicationFactor action. We also need to add td to show replicationFactor from topic object" ]
2021-07-03T15:44:36Z
[ "type/enhancement", "good first issue", "scope/frontend" ]
Display replication factor field in topics list
### Is your proposal related to a problem? No ### Describe the solution you'd like On the topics list table add column replication factor, backend is already exposing this info ### Describe alternatives you've considered No alternatives ### Additional context
[ "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/components/Topics/List/List.tsx" ]
[ "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/components/Topics/List/List.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 04ad5bda55a..caa7e21053a 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
2021-07-02T14:33:52
2021-07-02T11:54:37Z
germanosin
train
provectus/kafka-ui/608_697
provectus/kafka-ui
provectus/kafka-ui/608
provectus/kafka-ui/697
[ "timestamp(timedelta=29.0, similarity=0.9545519612869706)" ]
443ed8bc8ca5e7b54f8c29396f8e3efed63041cb
326786e4ff5a9ff47dd4902dd981ac9d2d6bcad9
[ "I can help!" ]
[]
2021-07-21T09:11:18Z
[ "type/enhancement", "good first issue", "scope/frontend" ]
Display replication factor field in topics list
### Is your proposal related to a problem? No ### Describe the solution you'd like On the topics list table add column replication factor, backend is already exposing this info ### Describe alternatives you've considered No alternatives ### Additional context
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap" ]
[ "kafka-ui-react-app/src/components/Topics/List/List.tsx", "kafka-ui-react-app/src/components/Topics/List/ListItem.tsx", "kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap" ]
[]
diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx index 8bc231a98d9..34b7bc8a955 100644 --- a/kafka-ui-react-app/src/components/Topics/List/List.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx @@ -135,6 +135,7 @@ const List: Rea...
null
val
train
2021-07-20T17:00:46
2021-07-02T11:54:37Z
germanosin
train
provectus/kafka-ui/610_673
provectus/kafka-ui
provectus/kafka-ui/610
provectus/kafka-ui/673
[ "timestamp(timedelta=0.0, similarity=0.9807460411361394)" ]
587e08ab01032bdcc76058a1e217c0d31aeca648
9b6952c480831615a5368f0dd5603937eb5e049f
[]
[]
2021-07-13T15:54:15Z
[ "type/enhancement", "good first issue", "scope/frontend" ]
Display kafka cluser version
### Describe the solution you'd like Add kafka cluster version on dashboard and brokers page. On brokers page we could add it in the box with uptime
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalClusterMetrics.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java", "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/components/Brokers/Brokers.tsx", "kafka-ui-react-app...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalClusterMetrics.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java", "kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "kafka-ui-react-app/src/components/Brokers/Brokers.tsx", "kafka-ui-react-app...
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalClusterMetrics.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalClusterMetrics.java index 28717dbcd3a..66bf2ccaa75 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalClusterMetrics.java +++ b/kaf...
null
test
train
2021-07-13T17:53:05
2021-07-02T12:29:00Z
germanosin
train
provectus/kafka-ui/622_762
provectus/kafka-ui
provectus/kafka-ui/622
provectus/kafka-ui/762
[ "timestamp(timedelta=590.0, similarity=0.8772672254426148)" ]
40678809661cb2659d4c93b2fbcd0cd940b4006a
4fc5c4002986f224864060611ece5c2bfee4e8d5
[]
[]
2021-08-03T08:48:43Z
[ "scope/QA" ]
[e2e]Update workflow to run e2e checks on current build
Currently, e2e-checks use the latest docker build (from `./docker/kafka-ui.yaml`). We need to run tests against the version, that is currently in commit
[ ".github/workflows/e2e-checks.yaml" ]
[ ".github/workflows/e2e-checks.yaml" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/topics/TopicTests.java" ]
diff --git a/.github/workflows/e2e-checks.yaml b/.github/workflows/e2e-checks.yaml index 6622c0908a9..f6b5caa7ed7 100644 --- a/.github/workflows/e2e-checks.yaml +++ b/.github/workflows/e2e-checks.yaml @@ -20,26 +20,30 @@ jobs: ${{ runner.os }}-maven- - uses: actions/checkout@v2 - name: Set th...
diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java index 5632ce72c22..0fa3d810e60 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java +++ b/kafka-...
test
train
2021-08-05T08:05:21
2021-07-05T10:39:57Z
mikementor
train
provectus/kafka-ui/626_696
provectus/kafka-ui
provectus/kafka-ui/626
provectus/kafka-ui/696
[ "timestamp(timedelta=62041.0, similarity=0.9078285945612603)" ]
29a3158df68662f9ed7795edbc775446831a977d
4c13555461cb5225ed976cf5d5e864d0f041840a
[]
[ "less words - good\r\nbut im not sure, should we be more explicit, what page we assert there\r\n\r\nAlso, some almost controversial idea - can we try to omit `should`?\r\n\r\nIt adds opinionated flavour, like lesser brother of `must`. More propositional approach - `onPage` / `isOnPage` conveys the same amount of i...
2021-07-20T16:51:46Z
[ "scope/QA" ]
[e2e] add e2e checks on update/delete topic
[ "kafka-ui-e2e-checks/pom.xml", "pom.xml" ]
[ "kafka-ui-e2e-checks/pom.xml", "pom.xml" ]
[ "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/extensions/WaitUtils.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/pages/MainPage.java", "kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/pages/Page...
diff --git a/kafka-ui-e2e-checks/pom.xml b/kafka-ui-e2e-checks/pom.xml index 19fb78f2e34..f74ce1a8d62 100644 --- a/kafka-ui-e2e-checks/pom.xml +++ b/kafka-ui-e2e-checks/pom.xml @@ -99,7 +99,7 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - ...
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 da7139e434c..1719b0229ca 100644 --- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java +++ b/kafka-ui-e2e-checks/src/test/java/co...
val
train
2021-07-27T12:03:21
2021-07-05T10:41:36Z
mikementor
train
provectus/kafka-ui/635_650
provectus/kafka-ui
provectus/kafka-ui/635
provectus/kafka-ui/650
[ "timestamp(timedelta=62580.0, similarity=0.842880490788546)" ]
13463fe95f8c6c375b09d47e7da41a87b8a47134
7eaa7336239dce3b6a521e1d884dd01eeea7a428
[ "I made a PR for this issue.\r\nI only added it in the global consumer list as an item to the table.\r\n\r\nNot sure about whether I should also add it into the consumers details (which would be very repetitive) ?" ]
[]
2021-07-09T16:33:00Z
[ "type/enhancement", "good first issue", "scope/frontend" ]
Display consumer group state
### Describe the solution you'd like Backend provide consumer group state in consumer group list request. Let's display it in the table.
[ "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/redux/actions/thunks/topics.ts" ]
[ "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/redux/actions/thunks/topics.ts" ]
[]
diff --git a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx b/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx index dfb3834b479..4f58dabf201 100644 --- a/kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx +++ b/kafka-ui-react-app/src/components/ConsumerGroups...
null
train
train
2021-07-09T14:55:43
2021-07-05T15:41:30Z
germanosin
train
provectus/kafka-ui/671_821
provectus/kafka-ui
provectus/kafka-ui/671
provectus/kafka-ui/821
[ "timestamp(timedelta=128.0, similarity=0.8523080857900269)" ]
76af95ed787fb39b5e051c5ec7d7f2b9a20c9835
d737953a8eb60c75ee87097337fb7e1a115a00f9
[ "@anjeyy thank you for creating this issue. This is definitely a bug. We'll fix it in 0.2 version", "I am having the same error on topic creation:\r\n\r\n```\r\n18:22:49.274 [kafka-admin-client-thread | adminclient-1] ERROR org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler...
[]
2021-08-25T15:03:00Z
[ "type/bug", "scope/backend", "scope/frontend" ]
Error creating new topic
**Describe the bug** Running with `docker-compose`, local cluster is up after a few seconds. So i was about to create a new _topic_ via UI `Add a topic`. - Next i clicked `Add Custom Parameter` - Clicked `Custom Parameter` to have a look, but i did not select anything - Clicked the big red `-` button on the righ...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service...
[]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java index bbb743daac1..6e46b607bcb 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java +++...
null
test
train
2021-08-25T14:58:18
2021-07-13T12:30:14Z
anjeyy
train
provectus/kafka-ui/708_723
provectus/kafka-ui
provectus/kafka-ui/708
provectus/kafka-ui/723
[ "timestamp(timedelta=94.0, similarity=0.9337098451601132)" ]
699512f7069791581af91a4c3c69004993a862fd
2ab1601a7f0aa1d7eee9b70fd0657f48d539665a
[ "It looks like UI team needs an endpoint to fetch the list of all available logDirs", "@workshur you can get them here: https://github.com/provectus/kafka-ui/issues/707", "Implemented here - #723 " ]
[ "Timur, could you please refactor your method not to pass Mono/Flux objects as a function parameter? For example, just using\r\n`brokerLogDir.map(... -> clusterService.updateBrokerLogDir(...))` instead?\r\nI know there're a lot of places where we've done it in such a way.", "Fixed, please review", "Looks like y...
2021-07-27T14:44:20Z
[ "type/enhancement", "scope/backend" ]
Add log dirs alter operation
Add endpoint: PATCH /api/clusters/{clusterName}/brokers/{id}/logDirs ```json [ { "topic": "topicName", "partition": 0, "logDir": "/var/data/kafka" }, ... ] ``` Use AdminClient alterReplicaLogDirs operation for it
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ErrorCode.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/Kafka...
[ "kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ErrorCode.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/LogDirNotFoundApiException.java", "kafka-ui-api/src/main/java/com/provectus/kafka/ui...
[ "kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java" ]
diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java index d1e90a545e8..0b34efdbad1 100644 --- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java +++ b/kaf...
diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java index 79bcce8d822..5412086a579 100644 --- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java +++ b/kafka-ui-api/src/test/java/com...
test
train
2021-07-29T12:50:44
2021-07-23T11:30:20Z
germanosin
train
provectus/kafka-ui/1009_1581
provectus/kafka-ui
provectus/kafka-ui/1009
provectus/kafka-ui/1581
[ "timestamp(timedelta=0.0, similarity=0.8867268794850615)" ]
79198fe8cd0cf2c9d9bb8e791b6df6448da6a246
d503691600035a78d6a41cb8c281f9f65639c268
[ "I did take a look and find out that SonarCloud seems not supporting this....\r\n\r\nhttps://community.sonarsource.com/t/how-to-use-sonarcloud-with-a-forked-repository-on-github/7363/27", "@IndeedSi Yeah I remember that. That's why I was thinking about some other solution, maaaybe" ]
[]
2022-02-09T12:26:46Z
[ "status/accepted", "scope/infrastructure" ]
Add an ability to run tests for PRs made from forks
[ ".github/workflows/backend.yml", ".github/workflows/e2e-checks.yaml", ".github/workflows/frontend.yaml" ]
[ ".github/workflows/backend.yml", ".github/workflows/e2e-checks.yaml", ".github/workflows/frontend.yaml" ]
[]
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 79c4bd2454e..573f1b08ac7 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -1,6 +1,6 @@ name: backend on: - pull_request: + pull_request_target: types: ['opened', 'edited', 'reopened', 'synchronize'...
null
test
train
2022-02-10T13:07:29
2021-10-25T10:10:59Z
Haarolean
train
provectus/kafka-ui/1082_975
provectus/kafka-ui
provectus/kafka-ui/1082
provectus/kafka-ui/975
[ "timestamp(timedelta=23059.0, similarity=0.8451160168128085)" ]
547863fdb206de06b94afd7c41ecdf87d8884764
ee7c16efca407e3de9d33c18a736a46df60e17ee
[ "Hello there rgsurfs! 👋\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. 👀", "Current version in use is over two years old.\r\n\r\nhttps://mvnrepository....
[]
2021-10-18T07:17:37Z
[ "status/invalid", "scope/backend", "type/security" ]
bump snakeyaml from 1.25 to 1.29 in kafka-ui-api
Current version in use is over two years old. https://mvnrepository.com/artifact/org.yaml/snakeyaml
[ "kafka-ui-react-app/package-lock.json" ]
[ "kafka-ui-react-app/package-lock.json" ]
[]
diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index a82e88d5ea8..49106b24f48 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -7762,12 +7762,13 @@ } }, "eslint-module-utils": { - "version": "2.6.2", - "r...
null
train
train
2021-10-15T15:16:45
2021-11-13T00:43:35Z
rgsurfs
train
provectus/kafka-ui/1083_798
provectus/kafka-ui
provectus/kafka-ui/1083
provectus/kafka-ui/798
[ "timestamp(timedelta=8633.0, similarity=0.850395819062005)" ]
6c9f7f7b770d738c65952ac712ab0eeafaacb185
4f49e82a919313afacaf1f75e356a24c6c12cd4a
[ "Hi, I don't see this dependency anywhere in our project at all.", " appreciate the reply. tks.  Close my tickets then, maybe I was given bum info.....  I have  75mb jar file \nkafka-ui-api-0.2.1.jar \n\nWhen I expanded that jar, i get three folders:BOOT-INFMETA-INForg\nThere are 171 jars in here:\\kafka-ui-api-0...
[]
2021-08-16T07:17:31Z
[ "status/invalid", "scope/backend", "type/security" ]
bump nimbus-jose-jwt from 7.8 to 9.16 in kafka-ui-api
Current version in use is almost two years old. https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
[ "kafka-ui-react-app/package-lock.json" ]
[ "kafka-ui-react-app/package-lock.json" ]
[]
diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index a82e88d5ea8..169f8df8523 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -7711,9 +7711,9 @@ } }, "eslint-import-resolver-node": { - "version": "0.3.5", - ...
null
train
train
2021-11-13T16:38:13
2021-11-13T00:49:21Z
rgsurfs
train
provectus/kafka-ui/1083_975
provectus/kafka-ui
provectus/kafka-ui/1083
provectus/kafka-ui/975
[ "timestamp(timedelta=23816.0, similarity=0.8451755050228945)" ]
547863fdb206de06b94afd7c41ecdf87d8884764
ee7c16efca407e3de9d33c18a736a46df60e17ee
[ "Hi, I don't see this dependency anywhere in our project at all.", " appreciate the reply. tks.  Close my tickets then, maybe I was given bum info.....  I have  75mb jar file \nkafka-ui-api-0.2.1.jar \n\nWhen I expanded that jar, i get three folders:BOOT-INFMETA-INForg\nThere are 171 jars in here:\\kafka-ui-api-0...
[]
2021-10-18T07:17:37Z
[ "status/invalid", "scope/backend", "type/security" ]
bump nimbus-jose-jwt from 7.8 to 9.16 in kafka-ui-api
Current version in use is almost two years old. https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
[ "kafka-ui-react-app/package-lock.json" ]
[ "kafka-ui-react-app/package-lock.json" ]
[]
diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index a82e88d5ea8..49106b24f48 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -7762,12 +7762,13 @@ } }, "eslint-module-utils": { - "version": "2.6.2", - "r...
null
test
train
2021-10-15T15:16:45
2021-11-13T00:49:21Z
rgsurfs
train
provectus/kafka-ui/1188_1411
provectus/kafka-ui
provectus/kafka-ui/1188
provectus/kafka-ui/1411
[ "timestamp(timedelta=0.0, similarity=0.8441198095055402)" ]
439d41da0b1d1166c9d76350e680aa55e5498cd0
7e3c66b197894e6f74c87f2e625a4be0dc92bd75
[]
[ "I think it better to use `SchemaType.PROTOBUF` from `import { SchemaType } from 'generated-sources';\r\n` instead of hardcoded value" ]
2022-01-19T09:15:06Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
Impossible to edit Schema of PROTOBUF type
**Describe the bug** Button Edit Schema redirects to an empty screen. **Set up** http://redesign.internal.kafka-ui.provectus.io/ **Steps to Reproduce** Steps to reproduce the behavior: 1. Click the button Edit Schema for existing proto schema, redirection leads to an empty screen http://redesign.interna...
[ "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 63a48580dca..27a109f0238 100644 --- a/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx +++ b/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx @@ -37,10 +37,11 @@ const Edit:...
null
test
train
2022-01-19T00:46:17
2021-12-08T11:01:56Z
agolosen
train
provectus/kafka-ui/1212_1389
provectus/kafka-ui
provectus/kafka-ui/1212
provectus/kafka-ui/1389
[ "timestamp(timedelta=0.0, similarity=0.9543798449095806)" ]
611307ef59b7c5853716fcf4badd09c57ad347c5
cdc929add70a9e5e0987a089b6c436079cae32f1
[]
[ "The direct use of `Colors.brand[50]` is a wrong approach. we must use the `theme` object instead", "I'm not sure we really need all these `!important`. Could you double check?", "```jsx\r\n <S.Title\r\n isSortable={isSortable}\r\n isCurrentSort={isCurrentSort}\r\n onClick: handleOnCli...
2022-01-14T06:55:50Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
Confusing sorting UI in Topics
### 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..." --> When you access Topics tab, some elements of the UI seem confusing: - The topics are sorted by Topic Name, but it is not highlighted - You need ...
[ "kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/__snapshots__/Tasks.spec.tsx.snap", "kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap", "kafka-ui-react-app/src/components/Topics/Topic/Details/__test__/__snapshots__/Details.spec.tsx.snap", "kafka-...
[ "kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/__snapshots__/Tasks.spec.tsx.snap", "kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap", "kafka-ui-react-app/src/components/Topics/Topic/Details/__test__/__snapshots__/Details.spec.tsx.snap", "kafka-...
[]
diff --git a/kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/__snapshots__/Tasks.spec.tsx.snap b/kafka-ui-react-app/src/components/Connect/Details/Tasks/__tests__/__snapshots__/Tasks.spec.tsx.snap index 34f655c6374..7f14f530d18 100644 --- a/kafka-ui-react-app/src/components/Connect/Details/Tasks/__tes...
null
val
train
2022-01-14T00:23:12
2021-12-09T12:56:40Z
Khakha-A
train
provectus/kafka-ui/1213_1395
provectus/kafka-ui
provectus/kafka-ui/1213
provectus/kafka-ui/1395
[ "timestamp(timedelta=0.0, similarity=0.917865918159041)" ]
d0761e2040bad4b325922764f457edce3f80bca5
77895236135a776cfaeec94aea8ce5a075ab38cf
[ "a similar one for the old design: #996" ]
[]
2022-01-17T08:49:05Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
Topic Creation: Inconsistency in Deleted parameters
**Describe the bug** When creating a new topic, you have the ability to add custom parameters. When selecting a custom parameter, you can delete it, but if you want to add it again, it is either greyed out or still accessible -- and it should be not. **Set up** http://redesign.internal.kafka-ui.provectus.io/ ...
[ "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/components/Topics/shared/Form/CustomParams/CustomParams.styled.ts", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/Custo...
[ "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/components/Topics/shared/Form/CustomParams/CustomParams.styled.ts", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/Custo...
[]
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 de4075912c2..7d596e63c1a 100644 --- a/kafka-ui-react-app/src/components/Topics/New/New.tsx +++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx @@ -37,7 +37,7 @@ const New: React.FC = () ...
null
val
train
2022-01-19T15:24:12
2021-12-09T13:22:20Z
Khakha-A
train
provectus/kafka-ui/1221_1429
provectus/kafka-ui
provectus/kafka-ui/1221
provectus/kafka-ui/1429
[ "timestamp(timedelta=0.0, similarity=0.9556253923811532)" ]
68f1d3e7ee6f868cf4909baf559889aa5e65c894
86394034486ee20f50a91bb52bb792695be7ab07
[]
[]
2022-01-19T16:18:29Z
[ "type/enhancement", "scope/frontend", "status/accepted", "status/confirmed" ]
Unclear parameters for Consumers` Search. Inconsistency of Search line on Consumers page.
### 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..." --> (Write your answer here.) It`s confusing now what parameter the search is currently using because it`s only one word 'Search' into the search lin...
[ "kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/List/__test__/List.spec.tsx" ]
[ "kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx", "kafka-ui-react-app/src/components/ConsumerGroups/List/__test__/List.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx b/kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx index f5b006a1c6d..9cd37695850 100644 --- a/kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx +++ b/kafka-ui-react-app/src/components/ConsumerGroups/List/List.tsx @@ ...
null
train
train
2022-01-20T10:21:13
2021-12-10T11:10:08Z
agolosen
train
provectus/kafka-ui/1223_1259
provectus/kafka-ui
provectus/kafka-ui/1223
provectus/kafka-ui/1259
[ "timestamp(timedelta=0.0, similarity=0.908531084211858)" ]
7804a6eb9b34c67af1af9d0ca7d464634ffca65c
65d648419c4c0afc6ebb4a89014f892e4737eedf
[]
[]
2021-12-16T08:31:27Z
[ "type/enhancement", "scope/frontend", "status/accepted", "status/confirmed" ]
Adjust font in the selection/sorting area in Topics - Messages
### 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..." --> Adjust fonts in the selection/sorting fields in Topics - Specific Topic - Messages ![image](https://user-images.githubusercontent.com/39586798/14...
[ "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.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/__tests__/__snapshots__/Filters.spec.tsx.snap" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.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/__tests__/__snapshots__/Filters.spec.tsx.snap", "kafka-ui...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.ts b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.ts index 3b67922fdb1..0243519e8f2 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.s...
null
test
train
2021-12-16T10:24:43
2021-12-10T11:18:36Z
Khakha-A
train
provectus/kafka-ui/1227_1259
provectus/kafka-ui
provectus/kafka-ui/1227
provectus/kafka-ui/1259
[ "timestamp(timedelta=0.0, similarity=0.902463989099796)" ]
7804a6eb9b34c67af1af9d0ca7d464634ffca65c
65d648419c4c0afc6ebb4a89014f892e4737eedf
[]
[]
2021-12-16T08:31:27Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed" ]
Dropdown list of partitions shrinks in Search line for Messages
**Describe the bug** (A clear and concise description of what the bug is.) On the tab Topic`s Messages the dropdown list of Partitions shrinks and jumps to the left when unselecting checkboxes. **Set up** (How do you run the app? Which version of the app are you running? Provide either docker image version or c...
[ "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.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/__tests__/__snapshots__/Filters.spec.tsx.snap" ]
[ "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.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/__tests__/__snapshots__/Filters.spec.tsx.snap", "kafka-ui...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.ts b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.styled.ts index 3b67922fdb1..0243519e8f2 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.s...
null
val
train
2021-12-16T10:24:43
2021-12-10T12:37:37Z
agolosen
train
provectus/kafka-ui/1310_1396
provectus/kafka-ui
provectus/kafka-ui/1310
provectus/kafka-ui/1396
[ "timestamp(timedelta=0.0, similarity=0.8918496985975255)" ]
611307ef59b7c5853716fcf4badd09c57ad347c5
060c043094a60cc24d20a5042ed7d5bc179eb386
[]
[ "I don't think we that we need this actions, we can use latest tag", "It is not \"Branch\" , \r\nDo we need to deploy DEMO env from Specific Branch ? ", "Please re-think about using demo env name instead of branch", "Removed build job. Changed infra repo for using dockerhub kafka-ui image with the latest tag....
2022-01-17T09:37:08Z
[ "status/accepted", "scope/infrastructure", "type/feature" ]
Implement a workflow to bring up a temp demo external env with separate app instances
Implement a mechanism to bring up a separate public feature testing environment: 1. Every each app should have a separate instance 2. Manual workflow via github actions' run button (master branch) 3. Add additional connectors which produce decent amount of messages, e.g. twitter connector. 4. VPN is not required bu...
[]
[ ".github/workflows/separate_env_public_create.yml", ".github/workflows/separate_env_public_remove.yml" ]
[]
diff --git a/.github/workflows/separate_env_public_create.yml b/.github/workflows/separate_env_public_create.yml new file mode 100644 index 00000000000..eb59e55f7ad --- /dev/null +++ b/.github/workflows/separate_env_public_create.yml @@ -0,0 +1,31 @@ +name: Separate environment create +on: + workflow_dispatch: + in...
null
test
train
2022-01-14T00:23:12
2021-12-22T09:39:17Z
Haarolean
train
provectus/kafka-ui/1315_1585
provectus/kafka-ui
provectus/kafka-ui/1315
provectus/kafka-ui/1585
[ "timestamp(timedelta=0.0, similarity=0.885997565637605)" ]
d503691600035a78d6a41cb8c281f9f65639c268
ce345ce56149d5fc1ee88dc1aca350598dffb50a
[ "Hello there swilliams-a3digital! 👋\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. The thing is, `latest` points to l...
[]
2022-02-11T08:03:29Z
[ "type/enhancement", "status/accepted", "scope/infrastructure" ]
Tag master docker image with a version number tag
The ":latest" tag does not have the latest. It looks like the most recent image is only tagged as ":master". It would be nice if it was tagged with a version number. We like to specify a specific version so we know what we are installing. The version from 3 months ago was tagged as 0.23.1. Looking for something si...
[ ".github/workflows/master.yaml" ]
[ ".github/workflows/master.yaml" ]
[]
diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index fd94ae63c27..9d610eab3cb 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -63,7 +63,9 @@ jobs: context: kafka-ui-api platforms: linux/amd64,linux/arm64 push: true - ...
null
val
train
2022-02-10T13:24:57
2021-12-22T23:04:21Z
swilliams-a3digital
train
provectus/kafka-ui/1315_1595
provectus/kafka-ui
provectus/kafka-ui/1315
provectus/kafka-ui/1595
[ "timestamp(timedelta=168219.0, similarity=0.8455814725408642)" ]
217f0ead0d871205f7a05062cdf56649b8eecc79
95a9047114b499c61e478c584ea14c66d7d8ef3e
[ "Hello there swilliams-a3digital! 👋\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. The thing is, `latest` points to l...
[]
2022-02-13T09:58:42Z
[ "type/enhancement", "status/accepted", "scope/infrastructure" ]
Tag master docker image with a version number tag
The ":latest" tag does not have the latest. It looks like the most recent image is only tagged as ":master". It would be nice if it was tagged with a version number. We like to specify a specific version so we know what we are installing. The version from 3 months ago was tagged as 0.23.1. Looking for something si...
[ ".github/workflows/release.yaml", "charts/kafka-ui/values.yaml" ]
[ ".github/workflows/release.yaml", "charts/kafka-ui/values.yaml" ]
[]
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a88c7d05d81..12c11a771d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,6 +109,7 @@ jobs: run: | export version=${{needs.release.outputs.version}} sed -i "s/version...
null
test
train
2022-02-13T12:08:37
2021-12-22T23:04:21Z
swilliams-a3digital
train
provectus/kafka-ui/1320_1321
provectus/kafka-ui
provectus/kafka-ui/1320
provectus/kafka-ui/1321
[ "timestamp(timedelta=0.0, similarity=0.9202583623899578)" ]
32a2e753b07b1741cbc338ca6391d9549082793b
0b112003a5999d8c0390514d9551c4b1f08d00ed
[]
[]
2021-12-25T09:00:22Z
[ "type/enhancement", "scope/infrastructure" ]
remove branch kafka-ui application from argocd when labeled pr is closed
RemoveCustomDeployment workflow is being triggered only when PR becomes unlabeled. However, when a pr is closed and is still labeled at the same time, an environment stays in ARGOCD. The goal is to modify branch-remove.yml in order to be triggered on PR closure as well.
[ ".github/workflows/branch-remove.yml" ]
[ ".github/workflows/branch-remove.yml" ]
[]
diff --git a/.github/workflows/branch-remove.yml b/.github/workflows/branch-remove.yml index ad6e63aa71e..3d08e5682dd 100644 --- a/.github/workflows/branch-remove.yml +++ b/.github/workflows/branch-remove.yml @@ -2,7 +2,7 @@ name: RemoveCustomDeployment on: workflow_dispatch: pull_request: - types: ['unlabele...
null
train
train
2021-12-24T17:00:27
2021-12-25T08:47:41Z
5hin0bi
train
provectus/kafka-ui/1337_1340
provectus/kafka-ui
provectus/kafka-ui/1337
provectus/kafka-ui/1340
[ "timestamp(timedelta=0.0, similarity=0.9044774356542453)" ]
108242aeb2aaf9ee6ca89879c827c1f551cf1a72
2f5e484a690567091c44ae4c318703a0c5df2f04
[ "Hello there bahaeddinoz! 👋\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.", "Thanks @Haarolean...
[]
2021-12-29T12:21:13Z
[ "type/enhancement", "scope/infrastructure", "scope/k8s" ]
Make helm Ingress compatible with k8s v1.22+
### Is your proposal related to a problem? Can we change the ingress to make compatiable with k8s v1.22+ <!-- Provide a clear and concise description of what the problem is. networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress --> (Write your ans...
[ "charts/kafka-ui/templates/ingress.yaml" ]
[ "charts/kafka-ui/templates/ingress.yaml" ]
[]
diff --git a/charts/kafka-ui/templates/ingress.yaml b/charts/kafka-ui/templates/ingress.yaml index d6e6450dc57..e602bb7471d 100644 --- a/charts/kafka-ui/templates/ingress.yaml +++ b/charts/kafka-ui/templates/ingress.yaml @@ -3,6 +3,8 @@ {{- $svcPort := .Values.service.port -}} {{- if semverCompare ">=1.14-0" .Capabil...
null
train
train
2021-12-29T11:20:34
2021-12-29T10:09:17Z
bahaeddinoz
train
provectus/kafka-ui/1337_1345
provectus/kafka-ui
provectus/kafka-ui/1337
provectus/kafka-ui/1345
[ "timestamp(timedelta=73767.0, similarity=0.8676273215490587)" ]
d87c2a52901e7916e109a3a81abb5c54661a641d
269ace82e1bd2e55bde400f1175cb4bdc489287c
[ "Hello there bahaeddinoz! 👋\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.", "Thanks @Haarolean...
[]
2021-12-30T08:57:14Z
[ "type/enhancement", "scope/infrastructure", "scope/k8s" ]
Make helm Ingress compatible with k8s v1.22+
### Is your proposal related to a problem? Can we change the ingress to make compatiable with k8s v1.22+ <!-- Provide a clear and concise description of what the problem is. networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress --> (Write your ans...
[ "charts/kafka-ui/templates/ingress.yaml" ]
[ "charts/kafka-ui/templates/ingress.yaml" ]
[]
diff --git a/charts/kafka-ui/templates/ingress.yaml b/charts/kafka-ui/templates/ingress.yaml index e602bb7471d..6c823c0ab05 100644 --- a/charts/kafka-ui/templates/ingress.yaml +++ b/charts/kafka-ui/templates/ingress.yaml @@ -1,10 +1,10 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "kafka-ui.fullname"...
null
train
train
2021-12-29T17:55:44
2021-12-29T10:09:17Z
bahaeddinoz
train
provectus/kafka-ui/1388_1411
provectus/kafka-ui
provectus/kafka-ui/1388
provectus/kafka-ui/1411
[ "timestamp(timedelta=3135.0, similarity=0.9302129567820533)" ]
439d41da0b1d1166c9d76350e680aa55e5498cd0
7e3c66b197894e6f74c87f2e625a4be0dc92bd75
[ "No failed backend requests", "A duplicate of #1188" ]
[ "I think it better to use `SchemaType.PROTOBUF` from `import { SchemaType } from 'generated-sources';\r\n` instead of hardcoded value" ]
2022-01-19T09:15:06Z
[ "type/bug", "status/duplicate", "scope/frontend" ]
Empty screen if try to Edit schema of proto type
**Describe the bug** (A clear and concise description of what the bug is.) There is an empty screen when you try to edit the schema of proto type. **Set up** (How do you run the app? Which version of the app are you running? Provide either docker image version or check commit hash at the top left corner. We w...
[ "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 63a48580dca..27a109f0238 100644 --- a/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx +++ b/kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx @@ -37,10 +37,11 @@ const Edit:...
null
val
train
2022-01-19T00:46:17
2022-01-13T20:19:07Z
agolosen
train
provectus/kafka-ui/1391_1422
provectus/kafka-ui
provectus/kafka-ui/1391
provectus/kafka-ui/1422
[ "timestamp(timedelta=0.0, similarity=0.9326225082355849)" ]
77895236135a776cfaeec94aea8ce5a075ab38cf
2d5a8c024a20e0cab7d72c1200397e90b27ab88a
[]
[]
2022-01-19T12:30:29Z
[ "type/bug", "scope/frontend", "status/accepted" ]
Incorrect topic message content type (avro -> json)
**Describe the bug** When opening a message of a topic (while using avro converters), in kafka-ui it's shown as JSON. However, if you check the http response in the browser F12 console it's shown as AVRO. **Set up** (How do you run the app? Which version of the app are you running? Provide either docker image ve...
[ "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Message.tsx", "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.tsx", "kafka-ui-react-app/src...
[ "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Message.tsx", "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.tsx", "kafka-ui-react-app/src...
[]
diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Message.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Message.tsx index 39154105606..9112b5e1df9 100644 --- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Message.tsx +++ b/kafka-ui-react-app/src/comp...
null
val
train
2022-01-19T15:34:12
2022-01-14T13:40:25Z
5hin0bi
train
provectus/kafka-ui/1412_1507
provectus/kafka-ui
provectus/kafka-ui/1412
provectus/kafka-ui/1507
[ "timestamp(timedelta=0.0, similarity=0.9578273548811195)" ]
91a99794bb7d890611f587a08e70a99da7727b29
9bd881a97bde4506d2e37657b32d90cbd7fa050c
[ "<img width=\"1457\" alt=\"Screenshot 2022-01-19 at 12 17 09\" src=\"https://user-images.githubusercontent.com/702205/150102216-7a1370d8-4798-4071-bf1b-a6bf8017b0cf.png\">\r\n", "Btw team, I’ve noticed that the button in the screenshot seem to bring no effect when a task is failed, however, “clear messages” which...
[]
2022-01-28T10:31:13Z
[ "type/bug", "good first issue", "scope/frontend", "status/accepted", "status/confirmed" ]
UI: Invalid button title on Connector Tasks page
**Describe the bug** (A clear and concise description of what the bug is.) Go to Connectors -> Select any connector -> Tasks -> Click ... -> Button should be called 'Restart' not Clear messages **Set up** (How do you run the app? Which version of the app are you running? Provide either docker image version o...
[ "kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/ListItem.tsx", "kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/__tests__/ListItem.spec.tsx", "kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/__tests__/__snapshots__/ListItem.spec.tsx.snap" ]
[ "kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/ListItem.tsx", "kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/__tests__/ListItem.spec.tsx" ]
[]
diff --git a/kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/ListItem.tsx b/kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/ListItem.tsx index aa7f33bd690..1c48d16a0d9 100644 --- a/kafka-ui-react-app/src/components/Connect/Details/Tasks/ListItem/ListItem.tsx +++ b/kafka-ui-react-app/sr...
null
train
train
2022-01-28T15:18:35
2022-01-19T09:26:15Z
iliax
train
provectus/kafka-ui/1428_1436
provectus/kafka-ui
provectus/kafka-ui/1428
provectus/kafka-ui/1436
[ "timestamp(timedelta=0.0, similarity=0.9493168565417999)" ]
205d8d000ded60f8443007a68c9cf70dd2abe413
31954ceb5535bcbb608776432a27598355ef058d
[]
[ "`@ts-expect-error first arg is number`\r\nI think this is not the correct solution.\r\nIf the argument type expects a string, you must pass a string.", "It was there before\r\n\r\nThose mutes just to remove mutes from top of the file\r\n```\r\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\r\n// @...
2022-01-20T10:57:04Z
[ "type/bug", "scope/frontend", "status/accepted" ]
Improve Sonar Cloud security hotspots metrics
**Describe the bug** Fix security hotspots https://sonarcloud.io/project/security_hotspots?id=provectus_kafka-ui_frontend&sinceLeakPeriod=true **Expected behavior** Security Hotspots Metric should be 100%
[ "kafka-ui-react-app/src/components/App.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/__tests__/CustomParamField.spec.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/__tests__/CustomParams.spec.tsx", "kafka-ui-react-app/src/components/Version/Version.tsx", ...
[ "kafka-ui-react-app/src/components/App.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/__tests__/CustomParamField.spec.tsx", "kafka-ui-react-app/src/components/Topics/shared/Form/CustomParams/__tests__/CustomParams.spec.tsx", "kafka-ui-react-app/src/components/Version/Version.tsx", ...
[]
diff --git a/kafka-ui-react-app/src/components/App.tsx b/kafka-ui-react-app/src/components/App.tsx index 15cc54856d5..13e5fdef5ac 100644 --- a/kafka-ui-react-app/src/components/App.tsx +++ b/kafka-ui-react-app/src/components/App.tsx @@ -61,7 +61,7 @@ const App: React.FC = () => { <S.Hyperlink href="/ui">UI...
null
train
train
2022-01-20T14:41:20
2022-01-19T15:34:20Z
workshur
train
provectus/kafka-ui/1447_1478
provectus/kafka-ui
provectus/kafka-ui/1447
provectus/kafka-ui/1478
[ "timestamp(timedelta=0.0, similarity=0.8528607105910732)" ]
471e84d0f92065d155911ebd7f3cd67be0ad4e14
315a3612c104c6bc024b4361f37ce38b157017a6
[]
[]
2022-01-25T12:31:18Z
[ "type/enhancement", "scope/infrastructure" ]
Find a way to make certain workflows required
Workflows like the following: `e2e-checks` `backend` `frontend` should have status `passed` to be able to merge a PR which has these workflows triggered. The things is, setting these workflows as required makes PRs which don't have these workflows launched blocked. https://github.com/marketplace/actions/workflo...
[ ".github/workflows/backend.yml", ".github/workflows/e2e-checks.yaml", ".github/workflows/frontend.yaml" ]
[ ".github/workflows/backend.yml", ".github/workflows/documentation.yaml", ".github/workflows/e2e-checks.yaml", ".github/workflows/frontend.yaml" ]
[ "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/TopicTests.java" ]
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 5df7b74bc08..677d4407a1d 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -5,7 +5,7 @@ on: paths: - 'kafka-ui-api/**' jobs: - build: + build-and-test: runs-on: ubuntu-latest steps: ...
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 1719b0229ca..af88cc03887 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-01-25T13:54:46
2022-01-21T11:15:32Z
Haarolean
train
provectus/kafka-ui/1448_1450
provectus/kafka-ui
provectus/kafka-ui/1448
provectus/kafka-ui/1450
[ "timestamp(timedelta=60015.0, similarity=0.9286223072228074)" ]
9446d9c39d82c309c573060bf06a4f027067aa90
86dad04448a47ef47f5d82b0c5959ce7398f9631
[ "Hello there PhilDulac! 👋\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. 👀", "@PhilDulac hey, thanks for reaching out. This has been fixed in `master`-...
[]
2022-01-21T19:30:08Z
[ "type/bug", "status/accepted", "status/confirmed", "scope/k8s" ]
Missing Ingress pathType with k8s >=1.22
**Describe the bug** <!--(A clear and concise description of what the bug is.)--> When installing the helm chart on K8s version >= 1.22 with ingress enabled, the path type is missing and gives the following message: `Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validati...
[ "charts/kafka-ui/templates/ingress.yaml" ]
[ "charts/kafka-ui/templates/ingress.yaml" ]
[]
diff --git a/charts/kafka-ui/templates/ingress.yaml b/charts/kafka-ui/templates/ingress.yaml index 641cfd9b67e..7c1c046a0eb 100644 --- a/charts/kafka-ui/templates/ingress.yaml +++ b/charts/kafka-ui/templates/ingress.yaml @@ -33,7 +33,7 @@ spec: {{- if semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion -}} ...
null
test
train
2022-01-22T14:49:41
2022-01-21T18:41:26Z
PhilDulac
train
provectus/kafka-ui/1504_1505
provectus/kafka-ui
provectus/kafka-ui/1504
provectus/kafka-ui/1505
[ "timestamp(timedelta=0.0, similarity=0.9363045601377752)" ]
2f3aae028ecf993cd56ca98a9a43a612d2c5082b
1ae0d4d8aa05570632ccfbabdeaf893d74fb7240
[]
[]
2022-01-28T08:03:30Z
[ "type/enhancement", "scope/infrastructure" ]
Add built jar file to a release
Need to attach built jar file to a published release.
[ ".github/workflows/release.yaml" ]
[ ".github/workflows/release.yaml" ]
[]
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 883c2937b8f..f0c3b51cc57 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,13 @@ jobs: export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' -DbuildVersion=...
null
test
train
2022-01-27T09:03:44
2022-01-28T07:59:18Z
5hin0bi
train
provectus/kafka-ui/1510_1514
provectus/kafka-ui
provectus/kafka-ui/1510
provectus/kafka-ui/1514
[ "timestamp(timedelta=1.0, similarity=0.9369598311168711)" ]
4390923e482c08d1e27ff0e1e783231f9fc6ee5c
982d29709b213e98cd6b40f91c6778a0f796be24
[]
[ "I'm not sure we need waitFor here. You have been waiting this on a previous line", "Y, it seems after we done waiting for `pathname` change all other mocks are already changed and we don't need to wait for them\r\nthanks\r\n![image](https://user-images.githubusercontent.com/12596177/151979076-17e72273-cc21-4a2a-...
2022-01-30T09:32:15Z
[ "type/bug", "scope/frontend", "status/accepted", "status/confirmed", "type/regression" ]
UI, Critical: retention.bytes parameter set to 0
**Describe the bug** Go to topic creation view -> enter new topic name, do not edit other configs -> retention.bytes properties are set to 0 in passed parameter. Expected: when `Max size on disk in GB` is "Not set"`retention.bytes` should be either not passed or passed as -1 which indicates that topic don't ha...
[ "kafka-ui-react-app/src/components/Topics/New/New.tsx", "kafka-ui-react-app/src/components/Topics/New/__tests__/New.spec.tsx", "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/__tests__/__snapshots__/Filters.spec.tsx.snap", "kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRe...
[ "kafka-ui-react-app/src/components/Topics/New/New.tsx", "kafka-ui-react-app/src/components/Topics/New/__test__/New.spec.tsx", "kafka-ui-react-app/src/components/Topics/New/__test__/fixtures.ts", "kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/__tests__/__snapshots__/Filters.spec.tsx.s...
[]
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 7eaccd51e09..923cecfb586 100644 --- a/kafka-ui-react-app/src/components/Topics/New/New.tsx +++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx @@ -35,7 +35,6 @@ const New: React.FC = () ...
null
train
train
2022-02-01T14:35:42
2022-01-28T16:04:16Z
iliax
train