1. 24 Dec, 2016 1 commit
  2. 17 Dec, 2016 1 commit
  3. 02 Nov, 2016 1 commit
  4. 26 Aug, 2016 1 commit
    • 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
  5. 10 Aug, 2016 1 commit
  6. 10 Jul, 2016 1 commit
  7. 30 May, 2016 1 commit
  8. 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.
  9. 18 May, 2016 2 commits
    • 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.
  10. 13 Dec, 2015 2 commits
  11. 21 Oct, 2015 4 commits
  12. 14 Sep, 2015 1 commit
  13. 30 May, 2015 3 commits
  14. 26 May, 2015 1 commit
  15. 09 Apr, 2015 1 commit
  16. 18 Mar, 2015 1 commit
  17. 04 Mar, 2015 2 commits
  18. 17 Nov, 2014 1 commit
  19. 14 Nov, 2014 2 commits
  20. 12 Nov, 2014 1 commit
    • Redesigned registration. · 54a67c01
      Johannes Stelzer authored
      * registry-key is derived from URL
      * option to specify a management-URL and other various config options see spring-boot-starter-admin-client/README.md
      * less chatty registration
      * some more test cases
      * show application URL in overview and headline
      * show application info in overview
      * set HTTP-Codes in RegistryController
      
      fixes #13
      fixes #16
      closes #17
      closes #18
      
      I didn't add the key-value-properties to the Application. Since it was somehow redundant to the /info-endpoint.
  21. 22 Sep, 2014 1 commit
  22. 31 Jul, 2014 1 commit
  23. 04 Jul, 2014 1 commit
  24. 30 Jun, 2014 1 commit
  25. 17 Jun, 2014 1 commit
  26. 05 Jun, 2014 2 commits