1. 14 Mar, 2018 1 commit
  2. 27 Jan, 2018 1 commit
  3. 12 Jan, 2018 2 commits
  4. 04 Jan, 2018 1 commit
  5. 02 Jan, 2018 1 commit
  6. 01 Jan, 2018 1 commit
  7. 27 Dec, 2017 1 commit
  8. 16 Nov, 2017 1 commit
  9. 01 Sep, 2017 1 commit
  10. 30 Jul, 2017 1 commit
  11. 25 Jul, 2017 1 commit
  12. 24 Jul, 2017 1 commit
  13. 25 Jun, 2017 1 commit
  14. 16 Jun, 2017 2 commits
  15. 12 Apr, 2017 1 commit
  16. 26 Oct, 2016 1 commit
  17. 19 Oct, 2016 1 commit
  18. 11 Oct, 2016 1 commit
  19. 23 Sep, 2016 1 commit
  20. 10 Aug, 2016 1 commit
  21. 08 Aug, 2016 1 commit
    • Fix the used nodejs version · a204453d
      Johannes Edmeier authored
      The 1.4.0 release was a total disaster. Webpack didn't build the css correctly
      because of travis using an ancient nodejs version.
  22. 07 Aug, 2016 1 commit
  23. 22 Jun, 2016 1 commit
  24. 30 May, 2016 1 commit
  25. 25 May, 2016 1 commit
    • Use FontAwsome, Remove Sidebar · 7861033b
      Johannes Edmeier authored
      With this commit the icons from FontAwesome are used. To achive this the
      webpack css-loader is used and the location for the module.css has slightly
      changed.
      Also I removed the ugly sidebar (what a short life) and added a slim navbar at
      the top for the detail views.
  26. 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.
  27. 18 Dec, 2015 2 commits
  28. 13 Dec, 2015 1 commit
    • Add context-path property for admin server · e50ad9de
      Johannes Edmeier authored
      Cause it was often requested, now the context-path for the admin server is
      configurable. This allows to move the admin-ui and endpoints to other http-
      paths than "/".
      NOTE: I'd still advise not to add the admin to the application you want to
      monitor.
  29. 22 Nov, 2015 1 commit
  30. 21 Oct, 2015 2 commits
  31. 16 Oct, 2015 1 commit
  32. 20 Aug, 2015 1 commit
  33. 14 Jul, 2015 1 commit
  34. 20 May, 2015 1 commit