- 18 Feb, 2015 1 commit
-
-
Roy Clarkson authored
-
- 16 Feb, 2015 1 commit
-
-
Dave Syer authored
Users need to know how to configure and use the Eureka metadata because it isn't immediately obvious and does require some decisions to be made. Fixes gh-102
-
- 14 Feb, 2015 1 commit
-
-
Spencer Gibb authored
fixes spring-cloud/spring-cloud-bus/issues/7
-
- 13 Feb, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-201
-
- 09 Feb, 2015 1 commit
-
-
Dave Syer authored
-
- 05 Feb, 2015 1 commit
-
-
Dave Syer authored
and also allow explicitly configured services to be unignored. I.e. zuul: ignoredServices: * routes: foo: /foo/** Will expose only the foo service. Fixes gh-198
-
- 04 Feb, 2015 3 commits
-
-
Dave Syer authored
The Eureka instance has to provide status page and health check URLs. We only provide a sensible default if the app is a vanilla Actuator. This change shows users explicitly how to customize those settings. Fixes gh-192
-
Dave Syer authored
Fixes gh-194
-
Julien Roy authored
The ProxyRouteLocator now has a retryable property (default null which means Ribbon will choose the default - usually false). Fixes gh-115, fixes gh-124
-
- 03 Feb, 2015 1 commit
-
-
Dave Syer authored
Adds a metadataMap for the Server.zone so that user can provide the data through external configuration if needed.
-
- 29 Jan, 2015 3 commits
-
-
Dave Syer authored
Replaces the boolean flag (loadbalance) for switching between service resolution (by name) or straight URL bashing.
-
Dave Syer authored
-
Spencer Gibb authored
added preferIpAddress section to eureka and updated ribbon docs to show what beans are created by default and how to override them.
-
- 15 Jan, 2015 1 commit
-
-
Dave Syer authored
This change adds an ApplicationListener that sets some high priority properties in the Environment to allow server.port and management.port to keep their usual meaning, but have server.port apply only to turbine. Actuator endpoints can be enabled with management.port (different to server.port otherwise there will be a conflict between Netty and Tomcat). Fixes gh-143, fixes gh-140
-
- 14 Jan, 2015 1 commit
-
-
Phillip Webb authored
-
- 26 Dec, 2014 1 commit
-
-
Dave Syer authored
-
- 19 Dec, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-84
-
- 18 Dec, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-111
-
- 16 Dec, 2014 2 commits
-
-
Roy Clarkson authored
-
Dave Syer authored
With this change users can elect not to install the proxy features but still have a Zuul server with @Beans of type ZuulFilter added automatically. Fixes gh-104
-
- 12 Dec, 2014 1 commit
-
-
Dave Syer authored
See gh-51
-
- 11 Dec, 2014 1 commit
-
-
Dave Syer authored
-
- 10 Dec, 2014 1 commit
-
-
Roy Clarkson authored
-
- 05 Dec, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-91
-
- 04 Dec, 2014 2 commits
- 03 Dec, 2014 2 commits
-
-
Dave Syer authored
We now support prefix stripping per service, e.g. zuul: routes: customers: path: /customers/** stripPrefix: true Will route /customers/101 -> /101 (on the customers service) See gh-77
-
Dave Syer authored
User can now specify zuul.routes.*.{path,url,serviceId} (with "url" and "serviceId" mutually exclusive (and "location" is a synonym) separately, or can use a one-one short form, like the old style. See gh-77
-
- 25 Nov, 2014 1 commit
-
-
Spencer Gibb authored
This allows mappings to be at the root and not have to be prefixed. It also allows mappings to fall through to other handler mappings. Patterns are now Ant-style via AntPathMatcher. fixes gh-72
-
- 24 Nov, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-68
-
- 22 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 20 Nov, 2014 1 commit
-
-
Scott Frederick authored
-
- 17 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 06 Nov, 2014 2 commits
-
-
Spencer Gibb authored
fixes gh-58
-
Spencer Gibb authored
fixes gh-40
-
- 05 Nov, 2014 2 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
and how to use it. In particular you can't use it before the ApplicationContext is past phase=0 of lifecycle startup. Fixes gh-48
-
- 04 Nov, 2014 1 commit
-
-
Spencer Gibb authored
Removed old zuul module. fixes gh-14
-
- 31 Oct, 2014 2 commits
-
-
Dave Syer authored
-
Spencer Gibb authored
Fixes gh-49
-