1. 25 Mar, 2016 1 commit
    • Add workaround for chrome not displaying journal · 9c142aa2
      Johannes Edmeier authored
      Chrome dosesn't send parallel requests for the same url. To circumvent that
      behavior add a dummy request-parameter to the event-stream url. Otherwise
      the journal section shows no content on chrome while doing the sse long polling
  2. 24 Mar, 2016 2 commits
  3. 14 Mar, 2016 2 commits
  4. 12 Mar, 2016 1 commit
  5. 05 Mar, 2016 2 commits
  6. 03 Mar, 2016 1 commit
  7. 02 Mar, 2016 3 commits
  8. 28 Feb, 2016 2 commits
  9. 26 Feb, 2016 2 commits
  10. 25 Feb, 2016 1 commit
  11. 23 Feb, 2016 1 commit
  12. 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
  13. 14 Feb, 2016 2 commits
  14. 11 Feb, 2016 1 commit
  15. 02 Feb, 2016 2 commits
  16. 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.
  17. 09 Jan, 2016 2 commits
  18. 18 Dec, 2015 4 commits
  19. 15 Dec, 2015 3 commits
  20. 14 Dec, 2015 1 commit
  21. 13 Dec, 2015 4 commits
  22. 10 Dec, 2015 1 commit
    • Unset last-update-label · bbd51513
      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.