1. 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.
  2. 27 Aug, 2016 2 commits
  3. 26 Aug, 2016 2 commits
    • Prevent threads from surviving the application context shutdown. · d6478b2a
      Johannes Edmeier authored
      As it turns out (rather obvious) that the ThreadPools for registration and
      status updating needs to be destroyed on application shutdown so that the
      worker threads gets cancelled. To achieve this we simply register the
      ThreadPools as spring beans (since they are implementing DisposableBean).
      
      fixes #253
    • Use the SimpleClientHttpRequestFactory · c8be9561
      Johannes Edmeier authored
      Apparently when the Netty4ClientHttpRequestFactory is being used the content-
      lenght header is not being set in the POST request. Therefore the simple one is
      now being hardcoded to override decetion by the RestTemplateBuilder.
      
      fixes #248
  4. 10 Aug, 2016 3 commits
  5. 08 Aug, 2016 2 commits
  6. 07 Aug, 2016 11 commits
  7. 29 Jul, 2016 1 commit
  8. 28 Jul, 2016 1 commit
    • Group applications by name; redesign info column · 2d45fb4b
      Johannes Edmeier authored
      After this commit the applications in the overview are grouped by application-
      name. In case the search box is used all groups get expanded automatically.
      Additionally the info column is now expandable via button and not a pre-section
      anymore.
      
      closes #218
  9. 21 Jul, 2016 2 commits
  10. 20 Jul, 2016 1 commit
    • Detect heapdump-endpoint via OPTIONS request · 911f8e83
      Johannes Edmeier authored
      Since a HEAD request to the heapdump triggers a dump we need to test the
      availability of the heapdump endppoint via OPTIONS-request.
      To get this working we need to ensure that the OPTIONS-request are dispatched
      to the zuul servlet as this wasn't done prio to this commit adding the
      OptionsDispatchingZuulController.
  11. 16 Jul, 2016 2 commits
  12. 15 Jul, 2016 5 commits
  13. 10 Jul, 2016 1 commit
  14. 09 Jul, 2016 2 commits
  15. 06 Jul, 2016 3 commits
  16. 30 Jun, 2016 1 commit