1. 28 Sep, 2016 1 commit
    • Update to linkifyjs 2.1.2 · c564c898
      Johannes Edmeier authored
      Updated linkifyjs to 2.1.2 which treats single quotes as punctuation and now
      renders the detected links in the yml nicely.
  2. 27 Sep, 2016 4 commits
  3. 26 Sep, 2016 1 commit
    • Don't ignore events from child contexts · 9304e6a4
      Johannes Edmeier authored
      With the fix for #260 we ignored all events from child contexts which turns out
      to be wrong since the "main" application context is, in case spring cloud config
      is used, is a child  of the bootstrap context. So we just act on the events from
      WebApplicationContexts. After they're fired up the needed port information is
      available.
      
      fixes #277
  4. 25 Sep, 2016 1 commit
    • Don't use a eventsource for detecting hystrix · 57bae5d1
      Johannes Edmeier authored
      In case a hystrix.stream does'nt sends any data and just a ping the endpoint is
      not detecet correctly and the ui get unresponsive. The problem is that the sent
      "ping:" chunk doesn't triggers the message event listener.
      So instead we use a simple HEAD-request to get the header and status.
      
      fixes #276
  5. 23 Sep, 2016 2 commits
  6. 21 Sep, 2016 1 commit
  7. 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
  8. 13 Sep, 2016 1 commit
  9. 12 Sep, 2016 1 commit
  10. 10 Sep, 2016 1 commit
  11. 06 Sep, 2016 1 commit
  12. 04 Sep, 2016 7 commits
  13. 28 Aug, 2016 2 commits
  14. 27 Aug, 2016 2 commits
  15. 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
  16. 10 Aug, 2016 3 commits
  17. 08 Aug, 2016 2 commits
  18. 07 Aug, 2016 7 commits