1. 11 Jun, 2016 1 commit
  2. 08 Jun, 2016 2 commits
  3. 05 Jun, 2016 1 commit
    • Adds Liquibase Support · 37343d6c
      Steve Oakey authored
      Adds an application view that displays a list of
      Liquibase migrations as retrieved from the /liquibase Actuator
      endpoint. The module is conditional on this endpoint being
      available.
  4. 03 Jun, 2016 1 commit
    • Adds Flyway Support · b9400eee
      Steve Oakey authored
      Adds an application view that displays a table of
      Flyway migrations as retrieved from the /flyway Actuator
      endpoint. The module is conditional on this endpoint being
      available.
      
      Fixes gh-206
  5. 02 Jun, 2016 1 commit
  6. 01 Jun, 2016 1 commit
  7. 30 May, 2016 2 commits
  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. 22 May, 2016 1 commit
    • Add FilteringNotifier · 76c70039
      Johannes Edmeier authored
      This adds a new FilteringNotifier which can use filters to suppres certain
      events from being notified of. Two filter implementation are provided, one
      filtering by name and one by id. Additional when a FilteringNotifier bean is
      present, the autoconfiguration creates a REST-controller to add and remove
      filters at runtime.
  10. 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.
  11. 12 May, 2016 1 commit
    • 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.
  12. 04 May, 2016 1 commit
  13. 27 Apr, 2016 2 commits
  14. 13 Apr, 2016 1 commit
  15. 30 Mar, 2016 1 commit
  16. 24 Mar, 2016 1 commit
  17. 14 Mar, 2016 1 commit
  18. 28 Feb, 2016 1 commit
    • Add RemindingNotifier · 79c850ac
      Johannes Edmeier authored
      The RemindingNotifier sends periodic notifications using a delegate. It must be
      added explicitly to the ApplicationContext
  19. 14 Feb, 2016 1 commit
  20. 15 Dec, 2015 1 commit
  21. 13 Dec, 2015 2 commits
  22. 22 Nov, 2015 1 commit
  23. 17 Nov, 2015 1 commit
  24. 16 Nov, 2015 1 commit
    • Log with debug if application is known to be offline · 3f1de78f
      Johannes Edmeier authored
      To not pollute the log with warnings when an app is offline log the exception with
      debug when the application status already was offline before the check. So only the
      first exception when the state changes to offline will be logged.
      
      closes #125
  25. 11 Nov, 2015 2 commits
  26. 10 Nov, 2015 2 commits
    • Update to Spring Cloud Brixton · 8a6cdfa9
      Johannes Edmeier authored
      Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would
      have required to either set fixed ZuulProperties or providing a DiscoveryClient.
      So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly
      coupled to the ProxyRouteLocator we also have to use our own stripped down version.
      
      closes #123
    • Remove commons-lang dependent code · 184528cf
      Johannes Edmeier authored
  27. 09 Nov, 2015 1 commit
  28. 08 Nov, 2015 1 commit
  29. 01 Nov, 2015 1 commit
  30. 31 Oct, 2015 1 commit
    • Make StatusUpdater more robust · 6967ddd5
      Johannes Edmeier authored
      Check if the status field is a String and don't propagate any Exception
      from the StatusUpdater, so that the application don't fail like in #120
  31. 30 Oct, 2015 1 commit
  32. 26 Oct, 2015 1 commit
  33. 23 Oct, 2015 1 commit