1. 24 Jan, 2017 1 commit
  2. 16 Jan, 2017 1 commit
  3. 12 Jan, 2017 1 commit
  4. 28 Dec, 2016 1 commit
  5. 21 Dec, 2016 2 commits
  6. 17 Dec, 2016 1 commit
  7. 14 Dec, 2016 1 commit
    • Add metadata to the applications · 21c17900
      Johannes Edmeier authored
      With this commit you can now associate your applications with custom
      metadata using `spring.boot.admin.client.metadata.*` sensitive values
      are recognized by key and are masked in the http interface.
      
      This can be useful in the future if there are instance specific settings
      which should be used by the admin server, e.g. custom notification
      recipients.
      
      For now there is no extra imetadata view in the ui. The values are shown
      in the environment view.
  8. 20 Nov, 2016 1 commit
    • Add ApplicationFactory · 3e16bad1
      rfelgentraeger authored
      With this commit the concept of an ApplicationFactory is introduced.
      This allows you to easily modify the information used to register
      your application at the admin server
      
      closes #331
  9. 15 Nov, 2016 1 commit
  10. 12 Nov, 2016 1 commit
    • Use the loggers endpoint from boot 1.5.x · d6cb259c
      Johannes Edmeier authored
      Add support for the /loggers endpoint from spring boot 1.5.x. With this
      change log4j2 (and every other logging backend supported by spring boot)
      is supported in the logging view.
      The old implementation will be kept a while, so that the clients aren't
      forced to migrate.
      
      closes #305
  11. 02 Nov, 2016 1 commit
    • Add Turbine UI Module · bb765862
      Johannes Edmeier authored
      With this commit the support for Turbine is completly revised. From now
      on Turbine is supported via a separate module and is integrated as top
      level view.
      
      closes #306
  12. 03 Oct, 2016 1 commit
  13. 01 Oct, 2016 1 commit
  14. 23 Sep, 2016 1 commit
  15. 04 Sep, 2016 2 commits
  16. 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.
  17. 07 Aug, 2016 1 commit
  18. 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
  19. 18 Jun, 2016 1 commit
  20. 16 Jun, 2016 1 commit
  21. 14 Jun, 2016 1 commit
  22. 08 Jun, 2016 5 commits
  23. 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.
  24. 11 May, 2016 1 commit
  25. 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
  26. 18 Apr, 2016 1 commit
  27. 13 Apr, 2016 1 commit
  28. 14 Mar, 2016 1 commit
  29. 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
  30. 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
  31. 25 Feb, 2016 1 commit
  32. 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
  33. 02 Feb, 2016 1 commit