- 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
-
- 01 Dec, 2015 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 22 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Spring Cloud Brixton hasn't been released yet, so to get the Spring Boot Admin release out. We downgrade to Spring Cloud Angel.SR3.
-
- 21 Nov, 2015 2 commits
-
-
Arun Patra authored
-
Johannes Edmeier authored
In cas a pull request is tested, the secret environment variables are not present, because they could be exposed by a malicious pull request. So we can only decrypt the gpg-keys only when the keyphrase is availible.
-
- 17 Nov, 2015 3 commits
-
-
Johannes Edmeier authored
Rather than relying on a constant mbean name for logbacks JMXConfigurator mbean, search for all available beans of the type. If a single one is found take that. If multiple are found first choose the one with Name=application name, if not present take the one with Name=default. In case none matches display an error. closes #124
-
Johannes Edmeier authored
closes #121
-
Johannes Edmeier authored
-
- 16 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
To not pollute the log with warnings when an app is offline log the exception with debug when the application status already was offline before the check. So only the first exception when the state changes to offline will be logged. closes #125
-
Johannes Edmeier authored
-