1. 01 Jan, 2018 1 commit
  2. 27 Dec, 2017 1 commit
  3. 30 Nov, 2017 3 commits
  4. 29 Nov, 2017 1 commit
  5. 16 Nov, 2017 6 commits
  6. 04 Nov, 2017 1 commit
  7. 17 Oct, 2017 1 commit
  8. 19 Sep, 2017 1 commit
  9. 13 Sep, 2017 2 commits
  10. 02 Sep, 2017 1 commit
  11. 01 Sep, 2017 1 commit
  12. 24 Aug, 2017 2 commits
  13. 23 Aug, 2017 2 commits
  14. 08 Aug, 2017 1 commit
  15. 30 Jul, 2017 2 commits
  16. 25 Jul, 2017 1 commit
  17. 24 Jul, 2017 1 commit
  18. 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
  19. 05 Jul, 2017 2 commits
  20. 29 Jun, 2017 2 commits
  21. 28 Jun, 2017 1 commit
  22. 25 Jun, 2017 2 commits
  23. 16 Jun, 2017 2 commits