Commit graph

1854 commits

Author SHA1 Message Date
Alexandr Marchenko
59a8237b79
option to override listening port (#604)
in my case, somehow running everything in single deployment pod i got error complaining that 8080 is already taken, and did not found any docs here about ability to change it
2021-07-01 09:35:01 +03:00
Marat Chukmarov
551b99702e
adding default params to e2e checks (#603)
* adding default params to e2e checks

* adding ci defaults as .env.ci

Co-authored-by: marat <ttx013@gmail.com>
2021-06-30 14:01:08 +03:00
MBovtriukProvectus
aa46749778
Cover Dashboard page with tests (#527)
* Cover Dashboard page with tests

* Cover Dashboard page with tests

* Cover Dashboard page with tests

* Cover Dashboard page with tests

* Cover Dashboard page with tests

* Cover Dashboard page with tests #527

* Cover Brokers page with tests #213
2021-06-30 12:41:53 +03:00
German Osin
3fa2b995c6
#122 Fixed npe in backward emitter (#601) 2021-06-29 19:00:31 +03:00
German Osin
97ec512b00
#122 Fix emitter to consume records in right order (#598)
* #122 Fix emitter to consume records in right order

* Fixed naming
2021-06-29 09:52:18 +03:00
Oleg Shur
106bd8dfbf
Bump packages (#596)
* Bump prettier from 2.3.1 to 2.3.2 in /kafka-ui-react-app (#592)

Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser in /kafka-ui-react-app (#595)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /kafka-ui-react-app (#594)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react-dom from 17.0.7 to 17.0.8 in /kafka-ui-react-app (#593)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.7 to 17.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-hook-form from 7.6.9 to 7.9.0 in /kafka-ui-react-app (#569)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.6.9 to 7.9.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.6.9...v7.9.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @hookform/resolvers from 2.5.2 to 2.6.0 in /kafka-ui-react-app (#570)

Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](https://github.com/react-hook-form/resolvers/compare/v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix contract

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 18:43:04 +03:00
Oleg Shur
98c55180c6
Bump packages (#590) 2021-06-28 11:48:03 +03:00
German Osin
1460fef68e
ISSUE-502 Send messages & avro key deserializer (#582)
* ISSUE-502 Send messages & avro key deserializer

* Fixed sonarcube issue

* Fixed sonarcube issues

* Schema endpoint & fixes

* fixed sonar issue
2021-06-28 09:54:20 +03:00
Saeed Shariati
eb188da0a7
Update README.md (#587)
Adding details of KafkaConnect environments in the readme to be easier to find for users
2021-06-28 09:53:58 +03:00
Rustam Gimadiev
db090a3985
Add SSO instruction (#545)
* add sso instruction

* Update SSO.md

* Update SSO.md
2021-06-28 09:49:28 +03:00
Alexander Krivonosov
57a4125c71
Properly display the list of topic consumers (#585) 2021-06-28 08:54:07 +03:00
German Osin
1a916ab247
#581 Skip trailing slash (#586) 2021-06-25 15:39:07 +03:00
Oleg Shuralev
80581f6288
Linting 2021-06-25 15:34:23 +03:00
Alexander Krivonosov
53aec4d8c6
Reverse topic messages (#528)
* Add SeekDirection to the GET topic messages request

* Implement toggle for the direction of the messages
2021-06-25 15:21:01 +03:00
German Osin
50bf0f1780
#573 added sasl plain example (#584) 2021-06-25 13:22:47 +03:00
Ildar Almakaev
5dd3944faa
Add API to delete consumer group by id (#578)
* [issue-516] Add API to delete consumer groups by IDs

* Add more tests to check consumer groups deletions

* Refactor and fix code style

* Fix codestyle

* Rethrow OperationInterruptedException with 500 error code if a thread is interrupted

* Use SneakyTrhrows to handle InterruptedException. Refactor

* Change deletion of groups API to single group delete

* Fix codestyle

* Rollback changes in kafka-ui-react-app/package-lock.json
2021-06-23 20:47:32 +03:00
German Osin
de5a8652a1
#122 Added messages reording (#577) 2021-06-22 16:06:03 +03:00
dwikov
cdcba2d2e9
Updated implementation (#576) 2021-06-22 12:40:22 +03:00
MBovtriukProvectus
dbebb440ac
Cover Brokers page with tests #213 (#546)
* Cover Brokers page with tests #213

* Cover Brokers page with tests #213

* Cover Brokers page with tests #213

* Cover Brokers page with tests #213
2021-06-21 16:17:40 +03:00
dwikov
96f2072eae
Changed ConsumerGroups in the topics folder (with its spec file and container) to TopicConsumerGroups (#572) 2021-06-21 16:16:49 +03:00
dwikov
7ad8e4493f
Removed redundant "await" (#571) 2021-06-21 16:16:14 +03:00
German Osin
d3bf65cfb6
#122 Seek direction backend support (#562) 2021-06-18 11:56:14 +03:00
Oleg Shur
2cb9b30090
Update node to v14.17.1 + deps (#559) 2021-06-16 19:14:16 +03:00
Bogdan Volodarskiy
6fd3777957 revert kafka-ui-react-app/package-lock.json 2021-06-16 12:54:31 +03:00
Bogdan Volodarskiy
19b454288f fixed tests 2021-06-16 12:50:34 +03:00
Bogdan Volodarskiy
11e57b0221 changed api interaction to openapi generated jar 2021-06-16 11:59:46 +03:00
faillefer
e2e1b54235
Fix 556. Kafka-ui is available on port 8080 (#557)
* Fix 556. Kafka-ui is available on port 8080
* svc/kafka-ui available on port 80

Co-authored-by: David Faillefer <faillefer+github@gmail.com>
2021-06-15 18:05:01 +03:00
Bogdan Volodarskiy
a7e1b7360c fixed baseURL 2021-06-15 16:02:41 +03:00
Bogdan Volodarskiy
704427b340 added api interaction to topic test 2021-06-15 15:40:30 +03:00
Evanto
804e3b96fc
Update README.md 2021-06-10 12:05:43 +03:00
Evanto
70b4e5f263
Add files via upload 2021-06-10 12:05:00 +03:00
Evanto
8382c2185c
Delete kafka-ui-interface-dashboard.png 2021-06-10 12:04:47 +03:00
Evanto
c390a04899
Add files via upload 2021-06-10 12:03:34 +03:00
Evanto
0990777f06
Delete kafka-ui-interface-dashboard.png 2021-06-10 12:02:52 +03:00
Evanto
77c1c03c8b
Add files via upload 2021-06-10 12:02:16 +03:00
Evanto
2c874071e7
Delete kafka-ui-interface-dashboard.png 2021-06-10 12:01:58 +03:00
Rustam Gimadiev
dc5c046673
fix pipeline 2021-06-09 15:13:58 +03:00
Rustam Gimadiev
3e020ffa10
fix fetch-depth for release 2021-06-09 15:08:13 +03:00
Rustam Gimadiev
d376e9a885
add flexibility for release 2021-06-09 15:03:54 +03:00
github-actions
081695d5e6 Increased version in pom.xml 2021-06-09 11:37:21 +00:00
github-actions
54581bee63 Increased release 2021-06-09 11:37:18 +00:00
Rustam Gimadiev
2628d2c364
Fix release 2021-06-09 14:36:18 +03:00
Rustam Gimadiev
76f3f9b09a
Fix release pipeline 2021-06-09 14:33:06 +03:00
Rustam Gimadiev
a4134693d8
add ability to bump version 2021-06-09 14:26:24 +03:00
German Osin
58f3421d0b Merge branch 'master' of github.com:provectus/kafka-ui 2021-06-09 14:25:17 +03:00
German Osin
5c5efeb428 Renamed to UI for Apache Kafka 2021-06-09 14:24:32 +03:00
Bogdan Volodarskiy
760149eb85
Checks/424 creating topic UI check (#508)
* kafka-create-topic-test

* waituntil

* steps

* topic tests

* fixed ui topic test(refresh page until element is present

* fixed refreshUntil method

* kafka-create-topic-test

* waituntil

* steps

* topic tests

* fixed ui topic test(refresh page until element is present

* fixed refreshUntil method

* changed test name for topic creation

* try comment afterAll to fix

* moved steps folder form main to test

Co-authored-by: marat <ttx013@gmail.com>
Co-authored-by: Bogdan Volodarskiy <bvolodarskiy@provectus.com>
2021-06-09 12:09:05 +03:00
Alexander Krivonosov
048e503c4b
Fix erroneous field disabling (#542) 2021-06-09 10:34:56 +03:00
dependabot[bot]
4fa9616a8a
Bump ts-node from 9.1.1 to 10.0.0 in /kafka-ui-react-app (#490)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 23:02:02 +03:00
dependabot[bot]
2b6a86c234
Bump @openapitools/openapi-generator-cli in /kafka-ui-react-app (#497)
Bumps [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) from 2.2.6 to 2.3.3.
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.2.6...v2.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 22:54:50 +03:00