- 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
-
- 10 Jan, 2016 1 commit
-
-
Johannes Edmeier authored
In case you have clustered admin servers, you can now specify multiple urls for the client to register at. So that in the case the first server is down it will register at the next one specified in the list. This allows you to do cluster- ing without the need for a load-balanced host.
-
- 09 Jan, 2016 2 commits
-
-
Johannes Edmeier authored
closes #137
-
Johannes Edmeier authored
Remove the git-commit-id-plugin from the sample and don't fail in docs when the sources are not located in an git-repository (e.g. downloaded from zip)
-
- 18 Dec, 2015 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
I did an accidental release of a 1.3.2, so we need another increment
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 15 Dec, 2015 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 14 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
There is a problem with the relaxed binding for system environment variables in spring boot and ignoreUnknownFields for ConfigurationProperties. So we need to remove it for now. fixes #135
-
- 13 Dec, 2015 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Cause it was often requested, now the context-path for the admin server is configurable. This allows to move the admin-ui and endpoints to other http- paths than "/". NOTE: I'd still advise not to add the admin to the application you want to monitor.
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 10 Dec, 2015 2 commits
-
-
Johannes Edmeier authored
For less commits to the gh-pages remove the last-update-label from the footer. So that a commit is only made if the content changes.
-
Johannes Edmeier authored
This should avoid confusion as in #131
-
- 09 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
Take the servlet-path into account when computing the management-/healht-url. This is not done for the service-url, since the main use-case for setting the servlet-path is to get the dispatcher-servlet out of the way for other servlets. fixes #133
-
- 07 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 06 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 03 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
-