- 12 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 07 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 29 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 28 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
Adds a workaround for https://github.com/spring-cloud/spring-cloud-netflix/issues/1815 by including spring-cloud-context to the server's dependencies
-
- 20 Mar, 2017 1 commit
-
-
Nikolay Gorylenko authored
-
- 16 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 15 Mar, 2017 1 commit
-
-
Maxime RIVIERE authored
A new property `spring.boot.admin.discovery.services` is added. It can be used to restrict the services registered via discovery to a whitelist (supporting simple patterns). Until now only blacklistin was supported. The default whitelist permits all services.
-
- 12 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 05 Mar, 2017 2 commits
-
-
Johannes Edmeier authored
Brings a fixed httpclient. fixes #419
-
Johannes Edmeier authored
https://github.com/spring-cloud/spring-cloud-netflix/pull/1372 has been merged. So it is save to remove the local workaround.
-
- 01 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 26 Feb, 2017 2 commits
-
-
Johannes Edmeier authored
-
pahli authored
Adds an new Notifier implementation for Let's Chat.
-
- 17 Feb, 2017 1 commit
-
-
Johannes Edmeier authored
The value from max memory isn't necessarily the -Xmx parameter, therefore we remove the label fixes #413
-
- 10 Feb, 2017 4 commits
-
-
Johannes Edmeier authored
Since the Notifiers shouldn't throw exceptions, we let all extend the AbstractEventNotifier which gets us a enabled property and catching exceptions which may occur when notifiying.
-
Johannes Edmeier authored
To make custom NotifierConfigurations easier and less error prone we now instantiate the Notifier Beans regardless of the corresponding enabled property closes #402
-
Johannes Edmeier authored
Posting via zuul doesnt work in case the Content-Type has a charset specified. Applied fix from spring-cloud/spring-cloud-netflix#1663 fixes #403
-
Johannes Edmeier authored
-
- 09 Feb, 2017 1 commit
-
-
Mike Liu authored
closes #404
-
- 30 Jan, 2017 2 commits
-
-
Johannes Edmeier authored
When the jolokia endpoint is missing the jmx section is hidden additionally when the logging endpoint is also missing the logging section is hidden too. closes #398
-
Johannes Edmeier authored
-
- 25 Jan, 2017 2 commits
-
-
Johannes Edmeier authored
For easier cusotmization. E.g. converting some of the data fechted from the /info endpoint or to filter it.
-
Johannes Edmeier authored
For smaller screens (< 992px) the info is hidden from the application list. Also the Status and the actions buttons are now shown on two lines, so that longer statuses don't overlap with the buttons. fixes #394
-
- 24 Jan, 2017 2 commits
-
-
Johannes Edmeier authored
Apparently we need some getters so that the metadata for the configuration properties is generated. fixes #391
-
Johannes Edmeier authored
fixes #395
-
- 16 Jan, 2017 1 commit
-
-
Johannes Edmeier authored
fixes #387
-
- 15 Jan, 2017 2 commits
-
-
Johannes Edmeier authored
closes #386
-
Johannes Edmeier authored
My PR spring-cloud/spring-cloud-netflix#1448 has been merged into Dalston, therefore we can remove our implementation and need to fix some comile issues.
-
- 12 Jan, 2017 2 commits
-
-
earthmonkey0 authored
fixes #382
-
Roi Ezra authored
With this commit you can use simple patterns to match services to ignore. A pattern can look like this "foo*", "*foo", "foo*bar". closes #377
-
- 08 Jan, 2017 4 commits
-
-
Johannes Edmeier authored
Wooohoo!
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 30 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit the ignoreErrors=true is set for non-modifying operations as search, list and read. fixes #374
-
- 28 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit you can specify either a URL or a serviceId for the Turbine server location. Note that `spring.boot.admin.turbin.url` is replaced by `spring.boot.admin.turbine.location`. closes #373
-
- 27 Dec, 2016 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The format for /liquibase and /flyway has changed with Spring Boot 1.5.0 to support multiple Flyway/Liquibase beans. With this change we adpot the new format, but also support the old one. closes #371
-
Johannes Edmeier authored
-