Commit graph

1689 commits

Author SHA1 Message Date
Alexander Krivonosov
68cad6c76c
Fix readonly cluster error (#859) 2021-09-08 21:54:11 +03:00
German Osin
4660bb8759
ISSUE-856 Fixed failing on null topic partitions (#857)
* ISSUE-856 Fixed failing on null topicpartitions

* Fixed checkstyle
2021-09-07 13:50:04 +03:00
Ildar Almakaev
49c188a13b
Fix kafka-ui settings for Kafka Connect in kafka-ui-connectors.yaml (#848) 2021-09-03 12:38:16 +03:00
github-actions
65884467cf Increased version in pom.xml 2021-09-02 09:47:18 +00:00
github-actions
ebb030f87e Increased release 2021-09-02 09:47:16 +00:00
RustamGimadiev
0efe550197 fix: use project version in e2e dependencies 2021-09-02 12:45:20 +03:00
Roman Zabaluev
bf4fb28b5b
JMX SSL and auth (#818)
* Secured JMX WIP

* Make credentials nullability more obvious

Add example keys/certs

* Add required jmxSsl option

* Update README.md
2021-09-02 12:22:41 +03:00
Alexander Krivonosov
de245e8cc7
Fix redirect after the topic deletion (#842)
* Implement event canceling

* remove unnecessary API call

* Remove the codesmell
2021-09-02 11:16:24 +03:00
Meysam Zarezadeh
c19b9a6867
Do not remove newlines from the .proto file before parsing it. (#845) 2021-09-02 11:03:27 +03:00
German Osin
161d887e64
ISSUE-841 Fix null valued headers deserialization (#843) 2021-08-31 19:17:56 +03:00
Alexander Krivonosov
7643825059
Clear topic messages locally 2021-08-30 12:51:07 +03:00
Alexander Krivonosov
de33c13dc8
Redirect right after a message is sent (#831) 2021-08-30 12:50:42 +03:00
German Osin
1b2b22f18a
ISSUE-832 Collect features not on startup (#834) 2021-08-27 17:09:59 +03:00
German Osin
ba1022d87a
ISSUE-824 Enabled basic authecation (#833) 2021-08-27 16:25:06 +03:00
German Osin
978ed3ad9b
Feature: upgraded lombok version to support latest versions of java (#830)
* Feature: upgraded lombok version to support latest versions of java

* Bumped mapstruct version
2021-08-27 15:31:15 +03:00
German Osin
859e9fb88d
Bug: cleanup policy compact delete could be without space (#829) 2021-08-27 12:44:45 +03:00
Alexander Krivonosov
5302c3e47f
Fix the redirect after topic deletion (#820)
* Move redirect to a hook
2021-08-27 11:29:51 +03:00
Rustam Gimadiev
dcc2f2596a
Move demo env to Frankfurt 2021-08-25 21:32:51 +03:00
German Osin
673e74e15a
ISSUE-803 Added DISABLELOGDIRSCOLLECTION flag to skip size calculation (#823) 2021-08-25 20:45:09 +03:00
German Osin
63059ffa28
ISSUE-788 Added oauth2 security config (#822) 2021-08-25 20:27:17 +03:00
German Osin
d737953a8e
ISSUE-671 Fixed topic creation & deletion (#821) 2021-08-25 18:42:19 +03:00
Azat Belgibayev
76af95ed78
[Draft] Refactored topic creation form state management (#802)
* Refactor topic creation

* Remove unused thunk

* Remove excess interface

* Add New page snapshot test

* Refactor new component tests

* Remove excess function
2021-08-25 15:58:18 +03:00
Marsel
5c563de4f1
Issue#727 disable deleting (#768)
* broker config refactoring and adding broker config check before topic deletion

* add TOPIC_DELETION feature, refactor KafkaService, add class for constants (Constants.java)

* annotation fixes and change TOPIC_DELETION check

* [issue-727] Disable delete button for a topic if deletion in restricted for this broker #727

* Rewrite to context

* remove code smells

* small fixes

Co-authored-by: marselakhmetov <makhmetov@provectus.com>
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-08-25 09:43:55 +03:00
Chrisss93
840bc5dcee
upgrade kafka dependencies (#791)
Co-authored-by: Chris Lee <chris.lee@ridewithvia.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2021-08-24 18:03:45 +03:00
Sofia Shnaidman
51a3fcd1d9
Fix kafka-ui image in kafka-ui-connectors.yaml (#816) 2021-08-24 11:45:44 +03:00
German Osin
d894413251
ISSUE-803 Backend fail if there is no version property (#814) 2021-08-23 17:11:42 +03:00
Alexander Krivonosov
eaf77c49a2
Fix topic form (#767) 2021-08-23 08:49:15 +03:00
Roman Zabaluev
8f625367b3
Update contributing guidelines (#731)
* Update CONTRIBUTING.md guidelines

* More edits
2021-08-19 14:49:21 +03:00
Azat Belgibayev
03ed67db89
Issue#207 Requests to KsqlDb from UI (#786)
* Add ksql page

* Add streams to table

Add tables and streams count

* Add query execution modal

* Add tabs tests

* Adjust SQLEditor test

* Remove unused command

* Add QueryModal tests

* Remove excess box wrapper

* Add KsqlDb component tests

* Refactor SQLEditor displayName

* Refactor setIsShown naming

* Add empty placeholder for table

* Refactor use shortcut for Dictionary interface

* Refactor raw data to object transformation

* Add KsqlDb List component tests

* Remove excess import

* Add ksqlDb reducer tests

* Add ksqlDb fetch tables error alert

* Refactor remove code smell

* Add ksqlDb actions tests

* Add KsqlDb List component test for non-empty store

* Add streamProperties JSON field

* Adjust QueryModal test to new field

* Fix query with empty streamProperties

* Refactor query to modal to page form

* Add expanding to tables and streams table

* Refactor ksql execution to redux store

* Add Query component tests

* Add Breadcrumbs component tests

* Add ksqldb reducer tests

* Add result renderer test

* Add ksqlDb thunk tests

* Resolve PR comments
2021-08-18 13:24:17 +03:00
Marsel
7f66f00008
Issue#517 connector task status bug (#747)
* kafka-ui-connectors.yaml fix

* adding tasks status check

* adding new Connector Status

* adding new Connector Status

* [issue-517] connector task status bug #747

Co-authored-by: marselakhmetov <makhmetov@provectus.com>
Co-authored-by: mbovtryuk <mbovtryuk@provectus.com>
2021-08-18 12:03:41 +03:00
Alexander Krivonosov
128c67c1cf
Resetting consumer group offsets (#774) 2021-08-16 07:39:35 +03:00
Ilnur Farukhshin
4f14942c6d
Merge pull request #787 from provectus/#207/ksql-parallel_requests_fix
KSQL: fixed ShowStatement behaviour for parallel requests
2021-08-13 11:32:15 +03:00
Ilnur Farukhshin
db578dc650 [#207] test(api): fix KsqlServiceTest 2021-08-12 12:38:02 +03:00
Oleg Shuralev
91e93a727e
Add specs for brokers reducer 2021-08-12 11:40:05 +03:00
Ilnur Farukhshin
efa646a657 [#207] fix(api): fixed ShowStatement behaviour for parallel requests 2021-08-11 20:39:19 +03:00
Oleg Shur
5930023365
Revert "Bump react-hook-form from 7.6.9 to 7.12.2 in /kafka-ui-react-app (#760)" (#783)
This reverts commit 050bd605f3.
2021-08-10 15:14:43 +03:00
dependabot[bot]
050bd605f3
Bump react-hook-form from 7.6.9 to 7.12.2 in /kafka-ui-react-app (#760)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.6.9 to 7.12.2.
- [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.12.2)

---
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>
2021-08-10 15:07:03 +03:00
Oleg Shur
87af48d7c2
[chore] Update React-hook-form (#782) 2021-08-10 15:04:32 +03:00
dependabot[bot]
381adcf381
Bump date-fns from 2.22.1 to 2.23.0 in /kafka-ui-react-app (#758)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.22.1...v2.23.0)

---
updated-dependencies:
- dependency-name: date-fns
  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>
2021-08-10 14:32:13 +03:00
Oleg Shur
c71d642757
[CHORE] Bump dependencies (#781) 2021-08-10 14:29:02 +03:00
Ilnur Yakupov
d035aa9e80
Merge pull request #771 from provectus/issues/243-244
#243 #244 Delete topics and topics messages using multi-selection
2021-08-10 09:32:03 +03:00
Ilnur Yakupov
5e94f0fadc update confirmation text 2021-08-10 09:14:31 +03:00
Federico Bevione
6280c921f2 helm: add configmap and secret checksum
Closes #772
2021-08-09 18:18:27 +03:00
Anna Antipova
4fc5c40029
Merge pull request #762 from provectus/checks/622-run-e2e-on-current-build
Checks/622 use current code build for e2e-checks
2021-08-09 12:05:42 +03:00
Anna Antipova
2d5e2b0dff #622 check tests run after changes from master 2021-08-09 11:48:04 +03:00
Anna Antipova
9cec117353 Merge branch 'master' into checks/622-run-e2e-on-current-build 2021-08-09 11:33:11 +03:00
Anna Antipova
e453806086 #622 fix step with e2e-checks run 2021-08-06 19:39:40 +03:00
Anna Antipova
e7cd2878e4 #622 exclude api-contract submodule 2021-08-06 19:24:23 +03:00
Anna Antipova
fd658efdcf #622 exclude submodule API to skip api tests 2021-08-06 16:51:09 +03:00
Anna Antipova
2844b04d93 #622 extract run of API tests from e2e-checks.yaml 2021-08-06 12:30:32 +03:00