1. 04 Dec, 2016 1 commit
  2. 03 Dec, 2016 2 commits
    • Use full width for hystrix dashboard · e8dc463e
      Johannes Edmeier authored
      closes #348
    • Resolve dynamic views lazily · 32e1d9ba
      Johannes Edmeier authored
      When the list contains a lots of applications many requests are made for
      dynamic views (e.g. heapdump, flyway, logfile, ...). With this commit
      the availability check for these views is deferred until the user opens
      toggles the dropdown. This should lead to far fewer requests.
      
      fixes #346
      
      Additionally the url list is not anymore overlapped then having a lot of
      tabs for the detail views.
      
      fixes #347
  3. 21 Nov, 2016 1 commit
  4. 20 Nov, 2016 1 commit
    • Add ApplicationFactory · 60c027e2
      rfelgentraeger authored
      With this commit the concept of an ApplicationFactory is introduced.
      This allows you to easily modify the information used to register
      your application at the admin server
      
      closes #331
  5. 16 Nov, 2016 2 commits
  6. 10 Nov, 2016 1 commit
  7. 08 Nov, 2016 3 commits
  8. 07 Nov, 2016 3 commits
  9. 06 Nov, 2016 1 commit
  10. 03 Nov, 2016 3 commits
  11. 02 Nov, 2016 4 commits
  12. 26 Oct, 2016 1 commit
  13. 17 Oct, 2016 3 commits
  14. 16 Oct, 2016 2 commits
  15. 15 Oct, 2016 2 commits
  16. 14 Oct, 2016 1 commit
    • Fix using objects as arguments for jmx operations · 5e55293b
      Johannes Edmeier authored
      With this commit objects are passed now correctly to jolokia. The
      object's needs to be written in json, which is validated for well-
      formedness.
      From now on the attributes are read autmatically when the bean gets
      selected and I fixed that errors weren't displayed.
      
      fixes #301
  17. 13 Oct, 2016 1 commit
    • Wrap acitivti module.js with a scope · e0bd77bf
      Johannes Edmeier authored
      The 'use strict' in the activit module affected the global scope and
      broke the ui for some orderings of the modules. With this commit the
      module is wrapped into a function so the global scope isn't affected.
      
      fixes #294
  18. 12 Oct, 2016 3 commits
  19. 11 Oct, 2016 4 commits
  20. 04 Oct, 2016 1 commit