- 27 Jul, 2015 3 commits
-
-
Dave Syer authored
Fixes gh-463
-
Spencer Gibb authored
* zuul-ignored-patterns: If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification.
-
andreasevers authored
If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification. zuul: ignoredPatterns: */admin/** routes: users: /myusers/** This means that all calls such as "/myusers/101" will be forwarded to "/101" on the "users" service. But calls including "/admin/" will not resolve.
-
- 24 Jul, 2015 1 commit
-
-
Spencer Gibb authored
Corrected typo in spelling of registration.
-
- 21 Jul, 2015 1 commit
-
-
Stephen Souness authored
-
- 18 Jul, 2015 2 commits
-
-
Dave Syer authored
-
Biju Kunjummen authored
-
- 15 Jul, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-415
-
- 14 Jul, 2015 2 commits
-
-
Spencer Gibb authored
* pull434: Build query string from context instead of original request
-
Jakub Stachowski authored
Recreate query string from either getCurrentContext().getRequestQueryParams() or original request as fallback. This allows to override query string params in pre filters. fixes gh-426
-
- 13 Jul, 2015 2 commits
-
-
Spencer Gibb authored
* feign-8.6.0: Updated feign version to 8.6.0
-
Jakub Narloch authored
-
- 10 Jul, 2015 10 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Remove unfinished sentence
-
Spencer Gibb authored
Fix escaping
-
Spencer Gibb authored
Fix minor typo in doc
-
Ryan J Baxter authored
Should be approximateZoneFromHostname instead of approximateZoneFromDomain.
-
Eric Bottard authored
-
Eric Bottard authored
-
Eric Bottard authored
-
Dave Syer authored
-
Ryan J Baxter authored
The flag has always been there, it just isn't carried through to the ribbon client configuration without this change if I understand this change correctly. Fixes gh-315, fixes gh-423.
-
- 09 Jul, 2015 2 commits
-
-
Spencer Gibb authored
Fix grammar issue in doc
-
Eric Bottard authored
-
- 08 Jul, 2015 1 commit
-
- 07 Jul, 2015 1 commit
-
-
Spencer Gibb authored
Fixed typo in ignoredServices
-
- 06 Jul, 2015 1 commit
-
-
Jakub Narloch authored
-
- 03 Jul, 2015 1 commit
-
-
Dave Syer authored
-
- 26 Jun, 2015 3 commits
- 25 Jun, 2015 2 commits
- 24 Jun, 2015 4 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
- 23 Jun, 2015 3 commits
-
-
Spencer Gibb authored
Corrected example of providing Turbine cluster name via instance metadata map
-
Dave Syer authored
-
Spencer Gibb authored
Mark an instance as DOWN when the application context is stopped.
-