1. 18 May, 2016 3 commits
    • Use webpack instead of gulp · 053f42ea
      Johannes Edmeier authored
    • Make ui modular and extensible · eae1ff46
      Johannes Edmeier authored
       - Updated Angular to 1.5.3
       - Removed Angular UI Bootstrap, to make the Angular update possible without
         updating Bootstrap
       - Moved every view into its own module
       - Added concatenation of the module js and css assets to the webserver
       - Created directives/components for the various visual components and trimmed
         down the controllers
       - Removed unecessary ngRoute
       - Removed classpath section in details (it is included in environment)
       - Moved the counters and gauges to a separated metrics view
       - Added target="_blank" for the logfile
       - Added information about version, loaded ui modules to the about page
       - Extracted the activiti view to a separate maven artifact
      
      With this commit it is now possible to add your own ui modules to the servers
      classpath and they will show up in the ui.
      Every module needs an "entry" script file in the classpath located under
      `META-INF/spring-boot-admin-server-ui/<modulename>/module.js`.
      The module is be implemented as angular module and needs to be added to
      the global `uiModules` list.
      The spring-boot-admin-server-ui-activiti module is a simple sample for
      adding a application view but it is also possible to add main-views.
      Please have a look at the events module in spring-boot-admin-server-ui/modules.
      
      Please note that the internals of the ui can change anytime.
  2. 13 May, 2016 1 commit
  3. 12 May, 2016 2 commits
    • Use ZuulProperties · 9cb0207f
      Johannes Edmeier authored
      From Spring Cloud Brixton on, the PreDecorationFilter doesn't pass sensitive
      headers downstream.
      So the ZuulProperties from the ApplicationContext needs to be used (instead
      of creating a new instance), so that the properties can be customized.
    • fix for missing dependency · 631f51ae
      Johannes Edmeier authored
  4. 11 May, 2016 2 commits
  5. 06 May, 2016 1 commit
  6. 04 May, 2016 1 commit
  7. 27 Apr, 2016 2 commits
  8. 19 Apr, 2016 1 commit
  9. 18 Apr, 2016 1 commit
  10. 13 Apr, 2016 1 commit
  11. 31 Mar, 2016 1 commit
  12. 30 Mar, 2016 2 commits
  13. 25 Mar, 2016 1 commit
    • Add workaround for chrome not displaying journal · 9c142aa2
      Johannes Edmeier authored
      Chrome dosesn't send parallel requests for the same url. To circumvent that
      behavior add a dummy request-parameter to the event-stream url. Otherwise
      the journal section shows no content on chrome while doing the sse long polling
  14. 24 Mar, 2016 2 commits
  15. 14 Mar, 2016 2 commits
  16. 12 Mar, 2016 1 commit
  17. 05 Mar, 2016 2 commits
  18. 03 Mar, 2016 1 commit
  19. 02 Mar, 2016 3 commits
  20. 28 Feb, 2016 2 commits
  21. 26 Feb, 2016 2 commits
  22. 25 Feb, 2016 1 commit
  23. 23 Feb, 2016 1 commit
  24. 16 Feb, 2016 1 commit
    • Add spring.boot.admin.client.enabled property · 45a19cd4
      Robert Winkler authored
      Add spring.boot.admin.client.enabled property to explicitly disable the
      spring-boot-admin-client, (e.g. for unit tests). Defaults to true. The client is
      active when spring.boot.admin.client.enabled is true and spring.boot.admin.url
      is set.
      
      fixes #156
  25. 14 Feb, 2016 2 commits
  26. 11 Feb, 2016 1 commit