- 26 May, 2015 1 commit
-
-
Spencer Gibb authored
-
- 20 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-353
-
- 19 May, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-347
-
Spencer Gibb authored
fixes gh-348
-
- 15 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-350
-
- 11 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-341
-
- 06 May, 2015 1 commit
-
-
Spencer Gibb authored
Fixed a typo in the doc
-
- 05 May, 2015 4 commits
-
-
Marcin Grzejszczak authored
-
Spencer Gibb authored
fixes gh-328
-
Spencer Gibb authored
-
Spencer Gibb authored
Reason why Eureka instance is not found, is not visible
-
- 04 May, 2015 2 commits
-
-
Spencer Gibb authored
Make creation of the RestClient LAZY as it is no always required (issue #312)
-
Marcin Grzejszczak authored
With the following configuration at `bootstrap.yaml` ```yaml spring: application.name: spring-cloud-hystrix-dashboard profiles.active: prod cloud: config: discovery: enabled: true serviceId: spring-cloud-server-config-with-eureka server.port: 9003 turbine: appConfig: some-service clusterNameExpression: 'default' ``` I wasn't able to see why Turbine can't find the instance. The reason was related to SPEL: ``` org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo' - maybe not public? ``` Anyways there was nothing there in the logs so maybe it should not be silenced like right now?
-
- 01 May, 2015 6 commits
- 30 Apr, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-324
-
Spencer Gibb authored
fixes gh-325
-
Spencer Gibb authored
fixes gh-323
-
- 28 Apr, 2015 1 commit
-
-
Bertrand Renuart authored
-
- 24 Apr, 2015 1 commit
-
- 23 Apr, 2015 1 commit
-
-
Dave Syer authored
-
- 22 Apr, 2015 1 commit
-
-
Dave Syer authored
-
- 17 Apr, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-307
-
Spencer Gibb authored
fixes 305
-
- 16 Apr, 2015 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Dave Syer authored
When the Apache HTTP client is being set up for the Ribbon client we can jump in and explicitly set a cookie policy. Obviously, since the client will generally be shared across sessions, the only sensible default is IGNORE_COOKIES. I couldn't find a way round this without using deprecated APIs (but there are other instances of that in our code because of the way Netflix uses it, so maybe that doesn't matter). Fixes gh-301
-
- 14 Apr, 2015 3 commits
-
-
Spencer Gibb authored
-
Chad Jaros authored
-
Spencer Gibb authored
fixes gh-300
-
- 13 Apr, 2015 6 commits
-
-
Spencer Gibb authored
Ignore 'Connection: close' header from stream response
-
Roy Clarkson authored
This commit resolves an issue where some versions of Cloud Foundry are setting the 'Connection: close' HTTP header in the Hystrix stream response, which causes the dashboard to not display the stream data. See https://github.com/cloudfoundry/gorouter/issues/71
-
Spencer Gibb authored
-
Alexandru Burghelea authored
-
Spencer Gibb authored
Docs: Example of static, loadbalanced Zuul configuration
-
Spencer Gibb authored
Exlude mockito all
-