- 18 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 13 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 12 May, 2016 2 commits
-
-
Johannes Edmeier authored
From Spring Cloud Brixton on, the PreDecorationFilter doesn't pass sensitive headers downstream. So the ZuulProperties from the ApplicationContext needs to be used (instead of creating a new instance), so that the properties can be customized.
-
Johannes Edmeier authored
-
- 11 May, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 06 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 04 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 27 Apr, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters. A ServiceConverter is used to convert discovered ServiceInstances to Applications. The old converter and one for Eureka is provided. It is also possible to provide your own implementation. closes #154
-
- 19 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #184
-
- 18 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 13 Apr, 2016 1 commit
-
-
dobo authored
-
- 31 Mar, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #175
-
- 30 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
-
Sebastian Meiser authored
added CompositeNotifier to allow for multiple notifiers. Only used when multiple notifiers are configured and no primary notifier is already configured.
-
- 25 Mar, 2016 1 commit
-
-
Johannes Edmeier authored
Chrome dosesn't send parallel requests for the same url. To circumvent that behavior add a dummy request-parameter to the event-stream url. Otherwise the journal section shows no content on chrome while doing the sse long polling
-
- 24 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
Fixed HipchatNotifierConfiguration to be a static class
-
Sebastian Meiser authored
changed HipchatNotifierConfiguration to be a static class, otherwise application context doesn't start up when hipchat notification is enabled.
-
- 14 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
-
ukjbrown authored
-
- 12 Mar, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 05 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
If the management.port and server.port is not the same, the current logfile- endpoint detection fails. With this commit the presence of the endpoint is determined via a HEAD-request fixes #165
-
- 03 Mar, 2016 1 commit
-
-
Christoph Schauer authored
-
- 02 Mar, 2016 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
This commit contains multiple changes: - Start the registration task after the ApplicationReady event. This makes AdminClientProperties.isReady() unnecessary. - The RegistarApplicationListener has two new public methods to start/stop the periodic registration task. - Add spring.boot.admin.auto-registration property (default: true). When this property is set the registration task is automatically scheduled after the ApplicationReadyEvent. closes #151
-
BenoitCharret authored
-
- 28 Feb, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The RemindingNotifier sends periodic notifications using a delegate. It must be added explicitly to the ApplicationContext
-
- 26 Feb, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
This commit enables the use of // @formatter:off and // @formatter:on to surround lines of code that should not be formatted.
-
- 25 Feb, 2016 1 commit
-
-
Johannes Edmeier authored
In case prefer-ip is true and no server.address is set use the IP address from InetAddress.getLocalHost(); like it is done in Eureka.
-
- 23 Feb, 2016 1 commit
-
-
Johannes Edmeier authored
When an empty application list was initially returned the events wasn't pushed into the applications array, because the Applications.query returned no array. This issue made a page refresh necessary.
-
- 16 Feb, 2016 1 commit
-
-
Robert Winkler authored
Add spring.boot.admin.client.enabled property to explicitly disable the spring-boot-admin-client, (e.g. for unit tests). Defaults to true. The client is active when spring.boot.admin.client.enabled is true and spring.boot.admin.url is set. fixes #156
-
- 14 Feb, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The polling in the UI is replaced with server side events. Status changes are now reported immediately from the admin server to the UI.
-
- 11 Feb, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 02 Feb, 2016 2 commits
-
-
Johannes Edmeier authored
Fixed typo
-
Robert Winkler authored
-