- 24 Aug, 2016 1 commit
-
-
Ryan Baxter authored
-
- 19 Aug, 2016 4 commits
-
-
Ryan Baxter authored
Make Hystrix Thread Pool available while using Zuul
-
Ryan Baxter authored
Upgrade Feign to 9.3.0
-
Ryan Baxter authored
-
Marcin Grzejszczak authored
-
- 18 Aug, 2016 7 commits
-
-
Ryan Baxter authored
Upgrade Feign to 9.2.0
-
Ryan Baxter authored
-
Spencer Gibb authored
fixes gh-1266
-
Stéphane Lagraulet authored
-
Dave Syer authored
Conflicts: spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/ribbon/RibbonClientConfigurationTests.java
-
Marcin Grzejszczak authored
-
Stéphane Lagraulet authored
-
- 17 Aug, 2016 9 commits
-
-
Ryan Baxter authored
fix 'RibbonRequest' cannot to encode issues
-
Dave Syer authored
-
Dave Syer authored
-
https://github.com/spring-cloud/spring-cloud-netflix…Stéphane Lagraulet authored
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix into zuul_hystrix_threadpool
-
Spencer Gibb authored
This reverts commit 21df6e43.
-
Dave Syer authored
A problem in Spring Boot means that the extra conditions are combined with OR not AND, so it's a bug to have more than one until that gets fixed (in an AnyNestedCondition). See https://github.com/spring-projects/spring-boot/pull/6672
-
Marcin Grzejszczak authored
-
Dave Syer authored
-
Dave Syer authored
-
- 16 Aug, 2016 8 commits
-
-
Spencer Gibb authored
Merge branch 'context-path-prefix-support' of https://github.com/kakawait/spring-cloud-netflix into kakawait-context-path-prefix-support
-
Spencer Gibb authored
-
Stefan Fussenegger authored
- add zuul.add-host-header property to add Host header - add port to X-Forwarded-Host as defined in RFC 7239 - extract PreDecorationFilter.filterOrder() into a public constant fixes gh-1108
-
Spencer Gibb authored
-
Stéphane Lagraulet authored
Add a check to current context as contentLength is already in the context Get content length from Headers when RibbonCommandContext is built + add tests Use request content length RibbonRoutingFilter Add documentation for new zuul.ribbonIsolationStrategy property fixes gh-339
-
Jin Zhang authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's: - finding out what is the current branch (e.g. 1.0.x) - finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth) - pulling the changes from gh-pages after checkout - finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop) - in gh-pages creating a folder with name of the branch (e.g. /1.0.x) copying all the docs/target/generated-docs/ to that folder - if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
-
- 12 Aug, 2016 2 commits
-
-
Coramo authored
-
- 11 Aug, 2016 3 commits
-
-
Stéphane Lagraulet authored
-
Stéphane Lagraulet authored
-
Coramo authored
-
- 10 Aug, 2016 6 commits
-
-
Spencer Gibb authored
-
Ryan Baxter authored
Expose security context to any Hystrix command.
-
Spencer Gibb authored
* pull1242: Add @Qualifier customization for @FeignClient
-
Mike Liu authored
Changed test to use @Qualifier. Add documentation to reference the new attribute.
-
Spencer Gibb authored
-
libetl authored
fixes gh-1240
-