1. 26 Oct, 2015 1 commit
  2. 03 Oct, 2015 1 commit
  3. 13 Sep, 2015 1 commit
  4. 30 May, 2015 1 commit
    • Added serverside health-checking. As prerequisite for mail-notification. · 0a931384
      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.
  5. 19 May, 2015 1 commit
  6. 06 May, 2015 2 commits
  7. 28 Apr, 2015 1 commit
  8. 26 Apr, 2015 1 commit
  9. 11 Apr, 2015 1 commit
  10. 16 Mar, 2015 1 commit
    • small ui-changes: · bef593ce
      Johannes Stelzer authored
      * make sure non-UP applications are shown at the top of the list  (closes #55)
      * refinements for health-section
      * remove-button for all apps
      * fixed headers in details view
  11. 01 Mar, 2015 1 commit
  12. 03 Feb, 2015 1 commit
  13. 05 Jan, 2015 1 commit
  14. 19 Dec, 2014 1 commit
    • #32 #31 · d8775abd
      tobiasflohre authored
      server.context-path not used when application registers itself #32
      Typo in About #31
  15. 15 Nov, 2014 1 commit
  16. 14 Nov, 2014 1 commit
  17. 12 Nov, 2014 1 commit
    • Redesigned registration. · 54a67c01
      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.
  18. 10 Nov, 2014 5 commits