Commit graph

1664 commits

Author SHA1 Message Date
Diego Ching
bf5003a7d5 Enabling synonyms for TopicConfig 2021-08-02 12:25:19 -06:00
Diego Ching
8a4df6b002 Enabling synonyms for TopicConfig 2021-08-02 12:24:42 -06:00
Diego Ching
b74a643c93 Adding new tests
Rebase from master, resolving conflicts
Adding new fields to builder
Removing unused import
2021-08-02 10:27:20 -06:00
Diego Ching
62bd562ec1 Adding Source as a separate ENUM 2021-08-02 08:32:12 -06:00
Diego Ching
2a2e651d81 Adding new fields to TopicConfig
Adding tests for TopicConfigs consumer and service

Refactoring the tests

Fixing checkstyle violation
2021-08-02 08:32:06 -06:00
Anna Antipova
96d07a7d6f
Merge pull request #748 from provectus/checks/498-build-config
Checks/498 extract e2e-checks from the main build
2021-08-02 16:54:02 +03:00
Roman Zabaluev
eed35de014
TLS enabled zookeeper (#722)
* Switch zk client. Resolves #683

* Add an example docker compose file with TLS enabled zookeeper

* Update readme a bit

* Fix annoying sonar boy

* Apply review suggestion

* Rename zookeeper ssl options
2021-07-30 17:56:32 +03:00
Marsel
f7ce347149
fix schemaRegistry property by adding checks (#752)
* fix schemaRegistry property by adding checks

* style fix

* pull request fix

Co-authored-by: marselakhmetov <makhmetov@provectus.com>
2021-07-30 15:51:56 +03:00
Anna Antipova
c8a66f7b03 498: wait longer for testing purposes 2021-07-30 15:30:26 +03:00
Alexander Krivonosov
a9d659642e
Update SendMessage.tsx (#745) 2021-07-30 14:46:45 +03:00
Timur Davletov
fa4ef337a7
#702 Supported incremental config update for brokers (#751) 2021-07-30 12:48:42 +03:00
Anna Antipova
686a319678 #498 add backend and frontend paths for e2e tests triggering 2021-07-30 12:38:46 +03:00
Ilnur Farukhshin
ec70e28bff
Merge pull request #746 from provectus/#710/internal-topics-repagination
[#710] feat(react-app): call fetchTopics on toggle show internal topics
2021-07-29 21:45:06 +03:00
Anna Antipova
02462a4497 #498 add separate GitHub workflow for running checks 2021-07-29 17:13:19 +03:00
Anna Antipova
0839be497c #498 remove e2e-checks as submodule from backend workflow 2021-07-29 17:11:43 +03:00
Ilnur Farukhshin
392abf2991 [#710] feat(react-app): call fetchTopics on toggle show internal topics 2021-07-29 16:10:38 +03:00
Timur Davletov
2ab1601a7f
#708 Added log dirs alter operation (#723)
* #708 Added log dirs alter operation
2021-07-29 14:52:02 +03:00
Marsel
699512f706
Issue#701 brokers config (#730)
* adding getBrokerConfigs endpoint

* adding tests

Co-authored-by: marselakhmetov <makhmetov@provectus.com>
2021-07-29 13:50:44 +03:00
dependabot[bot]
2f47f8fd9d
Bump @types/lodash from 4.14.170 to 4.14.171 in /kafka-ui-react-app (#737)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.170 to 4.14.171.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  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>
2021-07-29 11:19:14 +03:00
Oleg Shur
35cbbdf8e8
[CHORE] Bump packages (#736) 2021-07-29 11:05:29 +03:00
Alexander Krivonosov
ad8598a1d2
Sending messages (#675)
* Implement message sending
2021-07-29 10:26:40 +03:00
Alexander Krivonosov
268c871312
Display cleanup policy in the topic list (#732)
* Add clean up policy to the topic overview

* Add clean up policy to the topic list
2021-07-29 10:16:10 +03:00
Timur Davletov
d29f42e0a0
Fix for randomly failing tests (null in KafkaCluster.getTopics()) (#728) 2021-07-29 08:44:37 +03:00
Anna Antipova
4c13555461
Merge pull request #696 from provectus/checks/626-update-delete-topics
626: e2e tests for update delete topics
2021-07-27 19:09:15 +03:00
Anna Antipova
5ec6094cd4 626: change names for better clarity 2021-07-27 18:34:40 +03:00
Anna Antipova
32186a5e77 626: fix incorrect order of argument 2021-07-27 18:33:19 +03:00
Ilnur Farukhshin
693cd475f3
Merge pull request #682 from provectus/issue207/ksqldb
Add KSQL DB support
2021-07-27 15:16:25 +03:00
Anna Antipova
e5feaa6925 Merge branch 'master' into checks/626-update-delete-topics 2021-07-27 13:20:41 +03:00
Anna Antipova
2aa8003101 Merge remote-tracking branch 'origin/checks/626-update-delete-topics' into checks/626-update-delete-topics 2021-07-27 13:15:59 +03:00
Timur Davletov
29a3158df6
#707 Exposed broker log dirs (#720)
#707 Exposed broker log dirs
2021-07-27 13:03:21 +03:00
marat
7f3dfc553c #626 refactoring topic tests 2021-07-27 12:24:17 +03:00
Anna Antipova
af16f93cdc Merge branch 'master' into checks/626-update-delete-topics 2021-07-27 10:51:55 +03:00
Alexander Krivonosov
38e1d12452
Add clean up policy to the topic overview (#718) 2021-07-26 23:13:31 +03:00
Ildar Almakaev
978091d92c
[issue-698] Fix docker-compose with connectors (#719)
* Install JDBC source/sink connector manually via Dockerfile

* Replace Docker image for running curl commands in 'create-connectors' service
2021-07-26 17:53:24 +03:00
Ilnur Farukhshin
3bf5a08d3a Merge branch 'master' into issue207/ksqldb 2021-07-26 13:55:25 +03:00
Ilnur Farukhshin
64e2caf55c [#207]: PR feedback 2021-07-26 13:52:38 +03:00
Alexander Krivonosov
8da350ea38
Allow increasing the number of partitions and updating of the replication factor (#544) 2021-07-24 18:00:29 +03:00
Marsel
20cbcd33e2
Issue#493 add authentication to schema registry (#679)
* adding basic authentication for SchemaRegistry

* checkstyle fix

* tests fix

* pull request fix

* pull request fixes

* replace string with constant

* adding documentation

Co-authored-by: marselakhmetov <makhmetov@provectus.com>
2021-07-23 18:52:15 +03:00
Anna Antipova
f523bfdbdf 626: use different lombok version for e2e-checks 2021-07-23 16:53:42 +03:00
Ildar Almakaev
3cec4a1d6f
Create JDBC Source and Sink connectors using docker-compose file (kafka-ui-connector.yaml) (#709) 2021-07-23 16:37:51 +03:00
Ilnur Farukhshin
232a17b80d [#207]: fix(api): clean up 2021-07-23 16:32:45 +03:00
Ilnur Farukhshin
82ce538488 [#207] fix(api): lint 2021-07-23 13:15:34 +03:00
Ilnur Farukhshin
c784fc87c4 [#207] fix(api): lint import 2021-07-23 13:04:01 +03:00
Ilnur Farukhshin
0434c48a2d [#207] fix(api): lint 2021-07-23 12:49:11 +03:00
Ilnur Farukhshin
d59b4e69f9 [#207] tests(api): added unit tests for KsqlService, KsqlCommandStrategies 2021-07-23 10:07:54 +03:00
Anna Antipova
7ab069f1e7 626: increase wait interval 2021-07-22 21:21:10 +03:00
Anna Antipova
7eef24b373 626: make path configurable instead of hardcoded 2021-07-22 21:11:45 +03:00
Anna Antipova
7ae04f7fa6 626: get rid of reloadPage method and provide parameters instead of path + method rename 2021-07-22 21:05:15 +03:00
Anna Antipova
ed2d88f17c 626: provide encapsulation for MainPage field 2021-07-22 21:01:34 +03:00
Anna Antipova
08843343bb 626: provide encapsulation for TopicView fields 2021-07-22 20:59:54 +03:00