- 05 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 01 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 01 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 09 Dec, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 10 Nov, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 17 Sep, 2017 1 commit
-
-
Johannes Edmeier authored
It turns out that imho when talking about application groups (identified by name) and application instances it's just logical to speak of instances and applications. So the Application class get's renamed to Instance. So an Application is now a set of Instances with the same name
-
- 25 Jul, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 18 May, 2016 1 commit
-
-
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 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters. A ServiceConverter is used to convert discovered ServiceInstances to Applications. The old converter and one for Eureka is provided. It is also possible to provide your own implementation. closes #154
-
- 30 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 21 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
Streamline the Hazelcast support with boot 1.3 and support storing events in hazelcast closes #113
-
- 13 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 18 Mar, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 04 Mar, 2015 1 commit
-
-
Johannes Stelzer authored
To enable, you just have to add a DiscoveryClient to your Spring Boot Admin Server. Also did some code polish. Closes #44
-
- 08 Dec, 2014 2 commits
-
-
Dennis Schulte authored
-
Dennis Schulte authored
-
- 12 Nov, 2014 1 commit
-
-
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.
-
- 10 Nov, 2014 1 commit
-
-
Dennis Schulte authored
-
- 22 Sep, 2014 1 commit
-
-
Dennis Schulte authored
-