- 21 Oct, 2015 3 commits
-
-
Johannes Edmeier authored
remove logfileEndpoint rename logback.xml to logback-spring.xml in samples fixes #98
-
Johannes Edmeier authored
* Use @EventListener instead of ApplicationListener-interface * Don't inherit ClientApplicationEvent from ApplicationEvent - so JournaledEvent isn't needed anymore * added eclipse formatter rules * reformatted all files
-
Johannes Edmeier authored
Remove unecessary dependencies
-
- 14 Sep, 2015 1 commit
-
-
Johannes Stelzer authored
fixes #105
-
- 12 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 30 May, 2015 3 commits
-
-
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
-
- 12 May, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 04 May, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 26 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 13 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 09 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
fixes #61
-
- 18 Mar, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 04 Mar, 2015 3 commits
-
-
Johannes Stelzer authored
To enable, you just have to add a DiscoveryClient to your Spring Boot Admin Server. Also did some code polish. Closes #44
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
- 25 Feb, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 05 Jan, 2015 1 commit
-
-
Johannes Stelzer authored
using Gulp & Browserify with a little help from https://blog.codecentric.de/en/2014/08/angularjs-browserify
-
- 19 Dec, 2014 1 commit
-
-
tobiasflohre authored
server.context-path not used when application registers itself #32 Typo in About #31
-
- 08 Dec, 2014 3 commits
-
-
Dennis Schulte authored
-
Dennis Schulte authored
-
Dennis Schulte authored
-
- 24 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
Fixes #27
-
- 19 Nov, 2014 1 commit
-
-
Thomas Bosch authored
-
- 17 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
Rename ApplicationStore methods to spring-data-style
-
- 16 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
-
- 15 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
-
- 14 Nov, 2014 3 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
* Separate AppStore from AppRegistry * Allow Id generation to be altered * Remove logic from Application; Move id genretation into AppRegistry * Make AppStore threadSafe
-
Johannes Stelzer authored
-
- 12 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
* registry-key is derived from URL * option to specify a management-URL and other various config options see spring-boot-starter-admin-client/README.md * less chatty registration * some more test cases * show application URL in overview and headline * show application info in overview * set HTTP-Codes in RegistryController fixes #13 fixes #16 closes #17 closes #18 I didn't add the key-value-properties to the Application. Since it was somehow redundant to the /info-endpoint.
-
- 10 Nov, 2014 5 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
Johannes Stelzer authored
* fixed health display when application is DOWN
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-