- 21 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 16 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
With this change the AbstractNotifier isn't specialized on status changes, but the default behaviour for the existing notifiers isn't changed. In addition the existing notifiers have been improved so that subclassing has become easier. To have existing notifiers acting on other events you need to override shouldNotify(). fixes #270
-
- 13 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #269
-
- 12 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 10 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
closes #237
-
- 06 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #263
-
- 04 Sep, 2016 7 commits
-
-
Johannes Edmeier authored
When includeing spring-cloud-netflix-hystrix-amqp to your application it looks like that the ApplicationReadyEvent is fired twice (from main and child application context). So we need to take care that only the events from the main applications are taken into account. fixes #260
-
Johannes Edmeier authored
Using an absolut url in $http.get doesn't work when the server.context-path has been changed for the admin server. Like in all other places a relative url has to be used. fixes #256
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Remove the activiti endpoint from the default set of proxified endpoints. This aligns with the non present defaults for hystrix.
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
By using the netflix/hystrix-dashboard this module allows you to view the metrics from hystrix/turbine in the spring boot admin server. This module needs to be added explicitly. closes #147
-
- 28 Aug, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
As now with spring boot 1.4 there is a special goal for generating the build- information, we use it for displaying the version in spring boot admin. The old info.version property still works but is deprecated. From now on build.info.version is taken into account.
-
- 27 Aug, 2016 2 commits
-
-
Johannes Edmeier authored
Unfortunately js-yaml currently renders all strings in singlequotes, these are included by linkifyjs in the href. So this commits adds a formatHref option to remove these dangling singlequote.
-
Johannes Edmeier authored
-
- 26 Aug, 2016 2 commits
-
-
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
-
Johannes Edmeier authored
Apparently when the Netty4ClientHttpRequestFactory is being used the content- lenght header is not being set in the POST request. Therefore the simple one is now being hardcoded to override decetion by the RestTemplateBuilder. fixes #248
-
- 10 Aug, 2016 3 commits
-
-
Johannes Edmeier authored
Fix the usage of RestTemplateBuilders which wasn't covered by PR #247
-
reckter authored
The RestTamplateBuilder doesn't save the arguments, it returns a new Builder instance, with the saved arguments. So you have to save the builder everytime you call a function on it.
-
Johannes Edmeier authored
-
- 08 Aug, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The 1.4.0 release was a total disaster. Webpack didn't build the css correctly because of travis using an ancient nodejs version.
-
- 07 Aug, 2016 11 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #243
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
When having registered some applications via discovery and some via http you can now add the appication names of the non-discovery to the ignored services so that they won't considered as stale an be removed from the registry by the ApplicationDiscoveryListener. fixes #244
-
Johannes Edmeier authored
-
Gabor Botka authored
With this commit you can specify the management.port for a discovered service via the metadatamap.
-
- 29 Jul, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 28 Jul, 2016 1 commit
-
-
Johannes Edmeier authored
After this commit the applications in the overview are grouped by application- name. In case the search box is used all groups get expanded automatically. Additionally the info column is now expandable via button and not a pre-section anymore. closes #218
-
- 21 Jul, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
In case dropwizard is used the heap metrics are in bytes and not in kilobytes. This is deteceted by the presence of heap.max. For Spring Boot 2.0 there is an issue filed to deliver bytes see spring-projects/spring-boot#6413 fixes #234
-
- 20 Jul, 2016 1 commit
-
-
Johannes Edmeier authored
Since a HEAD request to the heapdump triggers a dump we need to test the availability of the heapdump endppoint via OPTIONS-request. To get this working we need to ensure that the OPTIONS-request are dispatched to the zuul servlet as this wasn't done prio to this commit adding the OptionsDispatchingZuulController.
-