* test
* add timeout
* trigger
* add timeout to 60 min
* test
* test
* test
* fix what tests each instance is running
* github fix for abstract tests
* remove file
* removed echo
* test circleci
* escape
* single?
* test
* bigger timeout
* add a bit more debugging
* fix circleci
* split in half
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* circleci should work now
* circleci should work now
* drop splitting as it seems un-needed
* remove file when done
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* trigger
* trigger
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* trigger
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* trigger
* test
* test
* test
* test
* added README
* refactor load images
* enable reuse
* increaase timeout
* increaase timeout
* test
* test
* test
* test
* no return
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* disable test
* pom
* enable test back
* Add spring-cloud-starter-bus-kafka
* Separate profiles for amqp and kafka
* profiles for amqp and kafka with default binders
* updates to readme on kafka support for the watcher. Fixes#654
* fix IT
* remove unused imports
* Add conditionals to allow for config and/or secrets to be watched
* fix it deployment for bus-amqp
* enable probes for management endpoints. Disable rabbit health checker unless we run the bus-amqp profile
* add IT tests for Kafka, deployments for zookeeper and kafka. Increase timeouts from 90 to 600 seconds to account for larger images and slower connections.
* add newline
* refactor imports
* fix checkstyle issues.
* update kafka docker image tag from latest to 2.13-2.6.0
* updating zookeeper docker image from wurstmeister/zookeeper:latest to zookeeper:3.6.2. wurstmeister does not appear to have tags that match the latest images yet and the last updates are a few years old.
* Deprecate KubernetesAutoServiceRegistration
* Document service registry in kubernetes. Fixes#348
* Initial commit for refresh controller and tests
* Running kind first
* fixing config
* Added some docs
* Making sure the tests run as integration tests
* Updates and new test for rabbitmq
* Code review changes