1. 17 Dec, 2016 1 commit
  2. 03 Oct, 2016 1 commit
  3. 04 Sep, 2016 1 commit
  4. 28 Aug, 2016 1 commit
    • Use build-info for displaying the version · 32e368f5
      Johannes Edmeier authored
      As now with spring boot 1.4 there is a special goal for generating the build-
      information, we use it for displaying the version in spring boot admin. The old
      info.version property still works but is deprecated. From now on
      build.info.version is taken into account.
  5. 07 Aug, 2016 1 commit
  6. 15 Jul, 2016 1 commit
    • Allow registration on multiple servers · ba760e20
      Mike Liu authored
      With this commit you can from now on register the application on multiple
      servers. You need to set spring.boot.admin.register-once to false and
      assign a list of urls to spring.boot.admin.url
  7. 18 Jun, 2016 1 commit
  8. 16 Jun, 2016 1 commit
  9. 14 Jun, 2016 1 commit
  10. 08 Jun, 2016 5 commits
  11. 22 May, 2016 1 commit
    • Add FilteringNotifier · 76c70039
      Johannes Edmeier authored
      This adds a new FilteringNotifier which can use filters to suppres certain
      events from being notified of. Two filter implementation are provided, one
      filtering by name and one by id. Additional when a FilteringNotifier bean is
      present, the autoconfiguration creates a REST-controller to add and remove
      filters at runtime.
  12. 11 May, 2016 1 commit
  13. 27 Apr, 2016 1 commit
    • Update to Brixton and add Eureka-Service converter · 272633e1
      Johannes Edmeier authored
      Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters.
      A ServiceConverter is used to convert discovered ServiceInstances to
      Applications. The old converter and one for Eureka is provided. It is also
      possible to provide your own implementation.
      
      closes #154
  14. 18 Apr, 2016 1 commit
  15. 13 Apr, 2016 1 commit
  16. 14 Mar, 2016 1 commit
  17. 02 Mar, 2016 2 commits
    • Add spring.boot.admin.auto-registration property · 84cfa693
      Johannes Edmeier authored
      This commit contains multiple changes:
       - Start the registration task after the ApplicationReady event. This makes
         AdminClientProperties.isReady() unnecessary.
       - The RegistarApplicationListener has two new public methods to start/stop the
         periodic registration task.
       - Add spring.boot.admin.auto-registration property (default: true). When this
         property is set the registration task is automatically scheduled after the
         ApplicationReadyEvent.
      
      closes #151
    • Fix error in the getting started examples · 762e24ef
      BenoitCharret authored
  18. 28 Feb, 2016 1 commit
    • Add RemindingNotifier · 79c850ac
      Johannes Edmeier authored
      The RemindingNotifier sends periodic notifications using a delegate. It must be
      added explicitly to the ApplicationContext
  19. 25 Feb, 2016 1 commit
  20. 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
  21. 02 Feb, 2016 1 commit
  22. 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.
  23. 15 Dec, 2015 2 commits
  24. 13 Dec, 2015 4 commits
  25. 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.
  26. 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
  27. 06 Dec, 2015 1 commit
  28. 03 Dec, 2015 1 commit