1. 17 Dec, 2016 1 commit
  2. 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.
  3. 15 Nov, 2016 2 commits
    • Detangle server from client · a99a889a
      Johannes Edmeier authored
      With this commits the server no longer depends on the client. The
      classes for the clients are moved to de.codecentric.boot.admin.client
      package.
      Since the perspective on applications is totally different from client
      and server the model has been split apart.
      
      What means this for users:
      1) The client is no longer a transitive dependency for your admin server
      you may need to add it explicitly to your dependencies, respectively
      jolokia-core in case you're using discovery and want to use the jmx-bean
      interface
      
      2)In case you have cutomised parts of the client you need to reflect the
      package change.
      
      fixes #332
  4. 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
  5. 26 Oct, 2016 1 commit
  6. 19 Oct, 2016 1 commit
  7. 17 Oct, 2016 1 commit
  8. 12 Oct, 2016 1 commit
  9. 11 Oct, 2016 1 commit
  10. 27 Sep, 2016 1 commit
  11. 23 Sep, 2016 1 commit
  12. 04 Sep, 2016 3 commits
  13. 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.
  14. 10 Aug, 2016 1 commit
  15. 08 Aug, 2016 1 commit
    • Fix the used nodejs version · a204453d
      Johannes Edmeier authored
      The 1.4.0 release was a total disaster. Webpack didn't build the css correctly
      because of travis using an ancient nodejs version.
  16. 07 Aug, 2016 1 commit
  17. 10 Jul, 2016 1 commit
  18. 22 Jun, 2016 2 commits
  19. 08 Jun, 2016 3 commits
  20. 01 Jun, 2016 1 commit
  21. 30 May, 2016 1 commit
  22. 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.
  23. 18 May, 2016 1 commit
  24. 14 Feb, 2016 1 commit
  25. 09 Jan, 2016 1 commit
  26. 18 Dec, 2015 2 commits
  27. 03 Dec, 2015 1 commit
  28. 22 Nov, 2015 1 commit
  29. 16 Nov, 2015 1 commit
  30. 10 Nov, 2015 1 commit
    • Update to Spring Cloud Brixton · 8a6cdfa9
      Johannes Edmeier authored
      Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would
      have required to either set fixed ZuulProperties or providing a DiscoveryClient.
      So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly
      coupled to the ProxyRouteLocator we also have to use our own stripped down version.
      
      closes #123
  31. 21 Oct, 2015 3 commits