1. 09 Feb, 2017 1 commit
  2. 30 Jan, 2017 2 commits
  3. 25 Jan, 2017 2 commits
  4. 24 Jan, 2017 2 commits
  5. 16 Jan, 2017 1 commit
  6. 15 Jan, 2017 2 commits
  7. 12 Jan, 2017 2 commits
  8. 08 Jan, 2017 4 commits
  9. 30 Dec, 2016 1 commit
  10. 28 Dec, 2016 1 commit
  11. 27 Dec, 2016 5 commits
  12. 26 Dec, 2016 2 commits
    • Polish · e91b8386
      Johannes Edmeier authored
    • Aggregate info on the server · 6fdaf8c1
      Johannes Edmeier authored
      The info is now fetched by the server on status change. This way the
      info can be used in the notifications and also improves performance when
      listing a huge amount of applications in the ui.
      
      closes #349
  13. 25 Dec, 2016 1 commit
  14. 24 Dec, 2016 3 commits
  15. 23 Dec, 2016 6 commits
  16. 22 Dec, 2016 1 commit
  17. 21 Dec, 2016 2 commits
  18. 17 Dec, 2016 1 commit
  19. 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.