- 03 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
fixes #107
-
- 30 Sep, 2015 1 commit
-
-
Johannes Stelzer authored
In conjuntion with server.address / management.address this plays more nicely with interfaces with multiple ipAdrresses. Also remove spring.boot.admin.client.useAddressOf. fixes #112
-
- 28 Sep, 2015 1 commit
-
-
Johannes Edmeier authored
order by key for environment key/value pairs
-
- 25 Sep, 2015 1 commit
-
-
mersal-svds authored
-
- 14 Sep, 2015 1 commit
-
-
Johannes Stelzer authored
fixes #105
-
- 13 Sep, 2015 1 commit
-
-
Johannes Stelzer authored
fixes #104
-
- 12 Sep, 2015 2 commits
-
-
Johannes Stelzer authored
Fix typo
-
izeye authored
-
- 11 Sep, 2015 1 commit
-
-
librucha authored
fixes #101
-
- 24 Aug, 2015 3 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
James Burton authored
-
- 20 Aug, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 19 Aug, 2015 2 commits
-
-
Johannes Stelzer authored
changed constructor visibility from private to protected in order to be able to derive from Application.
-
Daniel Roth authored
changed constructor visibility from private to protected in order to be able to derive from Application
-
- 03 Aug, 2015 1 commit
-
-
Johannes Stelzer authored
closes #88
-
- 21 Jul, 2015 2 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
There is currently a problem if the Admin Client has version 1.2.0 and the Admin Server has version 1.2.1 due to changes to the model. The server is able to handle the old format but the client is not able to handle the new Format. To prevent this problem in future the response is not deserialized. Only the needed inforamtion (the id) is exctracted.
-
- 17 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 14 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
increment version
-
- 12 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 02 Jul, 2015 2 commits
-
-
Johannes Stelzer authored
closes #86
-
Johannes Stelzer authored
-
- 29 Jun, 2015 2 commits
-
-
Johannes Stelzer authored
Logfile endpoint available when not using spring.boot.admin.url
-
Stephen Oakey authored
Added inner-class for admin client registration configuration which is conditional on spring.boot.admin.url. Logfile endpoint is now available when just using Spring Cloud Discovery.
-
- 28 Jun, 2015 2 commits
- 27 Jun, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 16 Jun, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 05 Jun, 2015 4 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
Add mail notification and event journal
-
Johannes Stelzer authored
Update README.md
-
Arnaud Brunet authored
Fix typo
-
- 30 May, 2015 4 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
The mail notification is enabled if a mailSender is present specified via spring.mail.* properties. On default the mail is sent to root@localhost and the chages from UNKNOWN to UP are ignored.
-
Johannes Stelzer authored
Added a simple event journal, jorunaling all ClientApplicationEvents using a simple, non-persistent store. So all information is lost after restart. Added corresponding view to UI.
-
Johannes Stelzer authored
The health-check is made at a fixed interval (default: 10s) for all expired status-information (default-lifetime: 30s). The application health-endpoint must either respond with a JSON-Body having a status-field or with an empty body and all 2xx-http-responses are interpreted as UP and every other status as DOWN.
-
- 26 May, 2015 3 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-