- 21 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 19 Jun, 2018 5 commits
-
-
Johannes Edmeier authored
When the base-path for the actuator is set to `/` on spring boot 2 the endpoints can't be queried via the actuator index and need to be probed. Therefore we need to probe not only for the old names but also for the names in boot 2.0. fixes #793
-
Johannes Edmeier authored
closes #792
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 18 Jun, 2018 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #789
-
Johannes Edmeier authored
-
- 16 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
Everythind that looks like an http(s) url will be rendered as hyperlink and ansi-color escapes are now supported. In order to have ansi-colors in the file output you need to set a custom pattern. e.g.: logging.pattern.file="%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx" closes #670
-
- 15 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 14 Jun, 2018 4 commits
-
-
Johannes Edmeier authored
fixes #780
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #785
-
Johannes Edmeier authored
-
- 13 Jun, 2018 1 commit
-
-
Thomas Bosch authored
Using spring.boot.admin.ui.title/spring.boot.admin.ui.brand you can customise the page title and logo/title shown in the navbar closes #212
-
- 11 Jun, 2018 1 commit
-
-
Tommy Ludwig authored
Before this, the route was always lower-cased, but this makes the route registered with Spring Boot Admin not accessible. This changes to use the route as it is, and updates a test to include an uppercase letter in the route.
-
- 10 Jun, 2018 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Add a page with extra button to trigger a heap dump. closes #734
-
Johannes Edmeier authored
Force the connections in wiremock tests to be closed. See https://github.com/tomakehurst/wiremock/issues/485
-
Johannes Edmeier authored
-
- 09 Jun, 2018 2 commits
-
-
Thomas Bosch authored
-
Thomas Bosch authored
server.servlet.contextPath set
-
- 08 Jun, 2018 3 commits
-
-
Johannes Edmeier authored
As Spring Boot 1.4.x and older doesn't use the vendor content-type for the actuator endpoints, we also need to consider application/json responses for the legacy conversion fixes #749
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 07 Jun, 2018 2 commits
-
-
Janosch Hildebrand authored
The to/from statuses were previously inverted. Test message contents in tests for MicrosoftTeamsNotifier.doNotify().
-
Janosch Hildebrand authored
-
- 29 May, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 25 May, 2018 3 commits
-
-
Johannes Edmeier authored
The caches.size metric is not available for every cache implementation. If the metric is not available the ui should still show hits and misses. This commit ignores errors for the cache size and will do no further requests for this metric after an error occurred. fixes #756
-
Johannes Edmeier authored
Setting a loglevel for logger names with spaces currently fails because the servlet.InstanceProxyController messes with the encoding. With this commit the path is correctly encoded before being forwarded. fixes #755
-
Johannes Edmeier authored
fixes #753
-
- 21 May, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 19 May, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 18 May, 2018 4 commits
-
-
Johannes Edmeier authored
fixes #738
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-