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
German Osin
345e1e2b85
Use npm codegen instead of maven ( #451 )
2021-05-12 15:50:05 +03:00
Oleg Shur
36a5bbf9b1
[CHORE] Add openapi-generator-cli to generate sources on FE side ( #221 )
...
* [CHORE] Add openapi generator to react app
* [CHORE] Use consistent config for gens in mvn & react app
* [CHORE] Update enums to follow new format
* [CHORE] Fix linter issue
2021-03-03 20:56:28 +03:00
Ramazan Yapparov
377fa830c6
#163 Kafka connect crud ( #182 )
...
* - added kafka connect to docker-compose files
- added kafka connect property to application
* - added /connectors endpoint
- added /connectors/{name} endpoint
* - added /connectors/{name}/(restart/pause/resume) endpoints
- updated connector config model
- added FileStream connectors configs
* - added /connectors post endpoint
* - added all other kafka connect endpoints
- reverted config file
* - moved kafka connect related endpoints to separate tag/controller
* - added kafka connect container
- added simple test for kafka connect service
- added assertj dependency
* - added tests for KafkaConnectService
* - added more tests
- moved kafkaConnect rest client calls to separate class
- added validation
* - removed additional validation
- removed Client class
- removed client test and replaced with proper integration test
- added retries
* - cleanup
* moved to using generated kafka connect client
* updated rest schema
* added new maven clean plugin configuration so it deletes generated sources in kafka-ui-react-app/src directory
* changed restart/pause/resume action schema
* - added test
- refactoring
* added more error handling
* added more tests for error handling
* fixed schema registry tests
* changed /connect to /connects
* - fixed mutating connector object during getConnector request
- added new retrying kafka connect client with common retry logic
- fixed dependency scope
* - removed unnecessary `.cache()`
* - reverted testcontainers initialization code
* - added missing UNASSIGNED status to response enum
* - fixed configurations
- fixed testcontainers lifecycle management
* fixed application-local.yml
2021-02-26 15:48:04 +03:00
github-actions
655aa41a72
Increased version in pom.xml
2021-02-24 12:07:32 +00:00
66632
e2ca126354
Increased version in pom.xml
2021-01-22 11:14:20 +00:00
66632
c701a1763a
Increased version in pom.xml
2021-01-20 09:40:13 +00:00
soffest
494443bb08
OpenAPI integration for kafka-ui frontend ( #120 )
...
* Added react openapi gen
* Integrated Openapi to React
Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-11-20 14:16:27 +03:00
66632
e9a6b52f2a
Increased version in pom.xml
2020-10-30 15:00:38 +00:00
66632
2a743a5bf4
Increased version in pom.xml
2020-10-30 14:52:14 +00:00
66632
944fb19cb9
Increased version in pom.xml
2020-09-16 12:42:09 +00:00
66632
dd5389cb1c
Increased version in pom.xml
2020-08-05 13:26:31 +00:00
66632
7a4e7820f4
Increased version in pom.xml
2020-08-03 12:47:46 +00:00
66632
bc2efc9bee
Increased version in pom.xml
2020-08-03 07:50:57 +00:00
66632
cb0c1661da
Increased version in pom.xml
2020-07-31 12:53:43 +00:00
Bulat Yusupov
ed08f278f9
moved tagging before creating release notes ( #88 )
...
Co-authored-by: Bulat Yusupov <byusupov@provectus.com>
2020-07-31 15:37:01 +03:00
66632
d96ec48cc3
Increased version in pom.xml
2020-07-31 12:08:47 +00:00
Bulat Yusupov
db6824d19e
Fixed ci/cd release notes ( #87 )
...
* initial commit
* added timestamps and email recipient
* Revert "added timestamps and email recipient"
This reverts commit 41085705
* added steps to Jenkins pipeline
* added steps to Jenkins pipeline
* added script for creating release notes
* fixed script for creating release notes
* fixed script for creating release notes
* Increased version
* Revert "Increased version"
This reverts commit 86949059
* added steps to Jenkins pipeline
* Increased version
* moved ci-cd from ci-cd branch to master
* Revert "Increased version"
This reverts commit 666ee948
* fixes in pipeline
* fixed version for docker
* fixed version for docker
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* added conditions to jenkinsfile
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* testing PR build
* fixed release_json.sh script
* fixed release_json.sh script
* fixed release_json.sh script
* testing PR build
* testing PR build
* testing PR build
Co-authored-by: Bulat Yusupov <byusupov@provectus.com>
Co-authored-by: 66632 <>
2020-07-31 14:46:08 +03:00
66632
f0559d0646
Increased version in pom.xml
2020-07-31 07:48:57 +00:00
Yevgen Taran
498eb96bee
Feature/backend init ( #3 )
...
* move react-app to its own folder inside project
* move backend to kafka-ui repo
* setup react inside netty
* make application ready in 2 commands
* update readme
* update readme
* update readme
* update readme
* update profiles for application start inside (sdp profile) and outside docker (local profile)
* broker metrics endpoint
* topics endpoint start commit
* topics details endpoint start commit //
dependencies and versions fix
* small pom updates //
continue review fixes
* fix review issues //
save errors //
save connections and update connection logic //
save jmx, zookeeper, kafka statuses //
error with getting one topic doesn't fail others //
async metrics processing //
cluster data storage refactoring
* properties version extracting
* properties versions
* topic details
* remove jmx, topic details, topic configs
* create topic
* final fixes, topic creation
* topic creation ui fixes
* add check for cases when cluster is offline
2020-02-27 15:55:53 +03:00