- 04 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 03 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
* Since the hystrix.stream incorrectly handles HEAD requests we had to change the detection for the hystrix-endpoint to a GET request. Issue https://github.com/Netflix/Hystrix/issues/1369 * We need to improve Zuul's SimpleHostRoutingFilter and SendResponseFilter to close the underlying socket when an error occurs when writing the response. I hope that the code can be removen when my PR gets merged. Issue https://github.com/spring-cloud/spring-cloud-netflix/pull/1372 Fixes #290
-
- 01 Oct, 2016 1 commit
-
-
Javier authored
-
- 28 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
Updated linkifyjs to 2.1.2 which treats single quotes as punctuation and now renders the detected links in the yml nicely.
-
- 27 Sep, 2016 4 commits
-
-
Johannes Edmeier authored
closes #282
-
Johannes Edmeier authored
Update to the recent spring cloud release. Unfortunately the ZuulProperties now depends on Hystrix classes so we need to add hystrix-core to the server dependencies. closes #281
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 26 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
With the fix for #260 we ignored all events from child contexts which turns out to be wrong since the "main" application context is, in case spring cloud config is used, is a child of the bootstrap context. So we just act on the events from WebApplicationContexts. After they're fired up the needed port information is available. fixes #277
-
- 25 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
In case a hystrix.stream does'nt sends any data and just a ping the endpoint is not detecet correctly and the ui get unresponsive. The problem is that the sent "ping:" chunk doesn't triggers the message event listener. So instead we use a simple HEAD-request to get the header and status. fixes #276
-
- 23 Sep, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 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 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-