1. 23 Sep, 2016 2 commits
  2. 21 Sep, 2016 1 commit
  3. 16 Sep, 2016 1 commit
    • Make the AbstractNotifier work for any event. · af951b06
      Johannes Edmeier authored
      With this change the AbstractNotifier isn't specialized on status changes, but
      the default behaviour for the existing notifiers isn't changed.
      In addition the existing notifiers have been improved so that subclassing has
      become easier.
      To have existing notifiers acting on other events you need to override
      shouldNotify().
      
      fixes #270
  4. 13 Sep, 2016 1 commit
  5. 12 Sep, 2016 1 commit
  6. 10 Sep, 2016 1 commit
  7. 06 Sep, 2016 1 commit
  8. 04 Sep, 2016 7 commits
  9. 28 Aug, 2016 2 commits
  10. 27 Aug, 2016 2 commits
  11. 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
  12. 10 Aug, 2016 3 commits
  13. 08 Aug, 2016 2 commits
  14. 07 Aug, 2016 11 commits
  15. 29 Jul, 2016 1 commit
  16. 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
  17. 21 Jul, 2016 1 commit