1. 27 Dec, 2016 1 commit
  2. 21 Dec, 2016 1 commit
  3. 17 Dec, 2016 1 commit
  4. 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.
  5. 15 Nov, 2016 1 commit
    • 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
  6. 26 Oct, 2016 1 commit
  7. 19 Oct, 2016 1 commit
  8. 17 Oct, 2016 1 commit
  9. 12 Oct, 2016 1 commit
  10. 11 Oct, 2016 1 commit
  11. 23 Sep, 2016 1 commit
  12. 04 Sep, 2016 1 commit
  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. 22 Jun, 2016 2 commits
  18. 30 May, 2016 1 commit
  19. 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.
  20. 18 May, 2016 1 commit
  21. 14 Feb, 2016 1 commit
  22. 09 Jan, 2016 1 commit
  23. 18 Dec, 2015 2 commits
  24. 22 Nov, 2015 1 commit
  25. 21 Oct, 2015 4 commits
  26. 16 Oct, 2015 1 commit
  27. 13 Sep, 2015 1 commit
  28. 24 Aug, 2015 1 commit
  29. 20 Aug, 2015 1 commit
  30. 14 Jul, 2015 1 commit
  31. 28 Jun, 2015 1 commit
  32. 20 May, 2015 1 commit
  33. 17 Apr, 2015 1 commit
  34. 09 Apr, 2015 1 commit
  35. 22 Mar, 2015 1 commit