1. 30 Jul, 2017 1 commit
  2. 25 Jul, 2017 1 commit
  3. 24 Jul, 2017 1 commit
  4. 23 Jul, 2017 3 commits
    • Improve the client configuration for usage in war-file deployments · 2848a637
      Johannes Edmeier authored
      With this commit two new properties were added to ease the client
      configuration when used in servlet containers:
      `spring.boot.admin.client.management-base-url` and
      `spring.boot.admin.client.service-base-url`. Both properties can be used
      to specify protocol, host and port for the urls. The paths will still be
      guessed and appended to the base-urls. Additionally the servlet context
      path is not read from the properties but from the ServletContext itself.
      
      closes #488
    • Add getters to LetsChatNotifier · 3f02e73f
      Johannes Edmeier authored
      in order to get the ConfigurationProperties correctly recognized we need
      to provide some getters for the properties.
      
      fixes #493
    • Add content-type application/json to the SlackNotifier · 21082226
      Thibaut Tropardy authored
      In case there are multuple MessageConverters present, we mus make sure
      that the message gets converted into json by setting the content-type
      header to application/json.
      
      fixes #445
  5. 05 Jul, 2017 2 commits
  6. 29 Jun, 2017 2 commits
  7. 28 Jun, 2017 1 commit
  8. 25 Jun, 2017 2 commits
  9. 16 Jun, 2017 3 commits
  10. 06 Jun, 2017 1 commit
  11. 31 May, 2017 1 commit
  12. 30 May, 2017 1 commit
  13. 19 May, 2017 1 commit
    • Add properties to configure timeouts when querying the applications · 77767bff
      Johannes Edmeier authored
      Until now the thread querying the application endpoint can be blocked
      for a very long time when the application is inresponsive. With this
      commit two new properties `spring.boot.admin.monitor.read-timeout`
      (default: 2s) and `spring.boot.admin.monitor.connect-timeout` (default:
      5s) are added.
      
      closes #462
  14. 16 May, 2017 1 commit
  15. 14 May, 2017 1 commit
  16. 12 May, 2017 2 commits
  17. 07 May, 2017 1 commit
  18. 02 May, 2017 2 commits
  19. 26 Apr, 2017 1 commit
  20. 19 Apr, 2017 1 commit
  21. 13 Apr, 2017 1 commit
  22. 12 Apr, 2017 2 commits
  23. 07 Apr, 2017 1 commit
  24. 29 Mar, 2017 1 commit
  25. 28 Mar, 2017 1 commit
  26. 20 Mar, 2017 1 commit
  27. 16 Mar, 2017 1 commit
  28. 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.
  29. 12 Mar, 2017 1 commit
  30. 05 Mar, 2017 1 commit