1. 13 Sep, 2016 1 commit
  2. 12 Sep, 2016 1 commit
  3. 10 Sep, 2016 1 commit
  4. 06 Sep, 2016 1 commit
  5. 04 Sep, 2016 7 commits
  6. 28 Aug, 2016 2 commits
  7. 27 Aug, 2016 2 commits
  8. 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
  9. 10 Aug, 2016 3 commits
  10. 08 Aug, 2016 2 commits
  11. 07 Aug, 2016 11 commits
  12. 29 Jul, 2016 1 commit
  13. 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
  14. 21 Jul, 2016 2 commits
  15. 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.
  16. 16 Jul, 2016 2 commits