1. 14 Mar, 2016 2 commits
  2. 12 Mar, 2016 1 commit
  3. 05 Mar, 2016 2 commits
  4. 03 Mar, 2016 1 commit
  5. 02 Mar, 2016 3 commits
  6. 28 Feb, 2016 2 commits
  7. 26 Feb, 2016 2 commits
  8. 25 Feb, 2016 1 commit
  9. 23 Feb, 2016 1 commit
  10. 16 Feb, 2016 1 commit
    • Add spring.boot.admin.client.enabled property · 45a19cd4
      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
  11. 14 Feb, 2016 2 commits
  12. 11 Feb, 2016 1 commit
  13. 02 Feb, 2016 2 commits
  14. 10 Jan, 2016 1 commit
    • Add option for fallback servers to register at · 25b3e509
      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.
  15. 09 Jan, 2016 2 commits
  16. 18 Dec, 2015 4 commits
  17. 15 Dec, 2015 3 commits
  18. 14 Dec, 2015 1 commit
  19. 13 Dec, 2015 4 commits
  20. 10 Dec, 2015 2 commits
  21. 09 Dec, 2015 1 commit
    • Consider servlet-path for guessing management-url · a0ffe33a
      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
  22. 07 Dec, 2015 1 commit