1. 17 Feb, 2017 1 commit
  2. 10 Feb, 2017 8 commits
  3. 25 Dec, 2016 1 commit
  4. 23 Dec, 2016 2 commits
  5. 15 Dec, 2016 1 commit
  6. 10 Dec, 2016 2 commits
    • Fix broken info fetching · cdcd1582
      Johannes Edmeier authored
    • Improve rendering performance for application list · 34b2a071
      Johannes Edmeier authored
      * Number of concurrent requests for fetching the application info is
        limited to 15 requests
      
      * Fetching the application info is deferred by 50ms to let the browser
        render the view
      
      * Flattened application/group structure to save inner ng-repeat
      
      * ng-repeat for notification settings and view drop down is executed
        when the popup/dropdown is visible
  7. 04 Dec, 2016 1 commit
  8. 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
  9. 21 Nov, 2016 1 commit
  10. 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
  11. 16 Nov, 2016 2 commits
  12. 10 Nov, 2016 1 commit
  13. 08 Nov, 2016 3 commits
  14. 07 Nov, 2016 3 commits
  15. 06 Nov, 2016 1 commit
  16. 03 Nov, 2016 3 commits
  17. 02 Nov, 2016 4 commits
  18. 26 Oct, 2016 1 commit
  19. 17 Oct, 2016 2 commits