1. 28 Mar, 2017 1 commit
  2. 20 Mar, 2017 1 commit
  3. 16 Mar, 2017 1 commit
  4. 15 Mar, 2017 1 commit
    • Add option to whitelist services from discovery · 11ca47c6
      Maxime RIVIERE authored
      A new property `spring.boot.admin.discovery.services` is added. It can
      be used to restrict the services registered via discovery to a
      whitelist (supporting simple patterns). Until now only blacklistin was
      supported. The default whitelist permits all services.
  5. 12 Mar, 2017 1 commit
  6. 05 Mar, 2017 2 commits
  7. 01 Mar, 2017 1 commit
  8. 26 Feb, 2017 2 commits
  9. 17 Feb, 2017 1 commit
  10. 10 Feb, 2017 4 commits
  11. 09 Feb, 2017 1 commit
  12. 30 Jan, 2017 2 commits
  13. 25 Jan, 2017 2 commits
  14. 24 Jan, 2017 2 commits
  15. 16 Jan, 2017 1 commit
  16. 15 Jan, 2017 2 commits
  17. 12 Jan, 2017 2 commits
  18. 08 Jan, 2017 4 commits
  19. 30 Dec, 2016 1 commit
  20. 28 Dec, 2016 1 commit
  21. 27 Dec, 2016 5 commits
  22. 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