2860 Commits (3.1.x)
 

Author SHA1 Message Date
Spencer Gibb 3d7cc70757 Merge branch 'feign-ribbon' of github.com:VanRoy/spring-cloud-netflix into vanroy-feign-ribbon 10 years ago
Julien Roy 943d1b9bbe Connect Feign to resilient Ribbon client 10 years ago
Dave Syer 70c3d9e784 Ensure user-suppplied ZuulFilters are added properly 10 years ago
Spencer Gibb 9add6f1edf don't send an entity on DELETE's through RibbonRoutingFilter 10 years ago
Spencer Gibb c28b3252fb added a get to the same path as a delete 10 years ago
Spencer Gibb f79166cb8e fixed test broken by change in functionality in ZuulHandlerMapping.reset 10 years ago
Spencer Gibb c0903c5a22 add pkg protected resetRoutes so new mappings can be created via post to /routes 10 years ago
Dave Syer 8e16789ee3 /route -> /routes 10 years ago
Dave Syer ddf7edebf9 /proxy/routes -> /routes 10 years ago
Dave Syer de4822e801 Add test for DELETE on zuul proxy route 10 years ago
Dave Syer 9c6566bc9b Explicitly allow all HTTP methods in ZuulController 10 years ago
Dave Syer 45420b9618 Remove debug logging (use /trace instead) 10 years ago
Dave Syer 065d91fdbe Allow user to map physical routes in zuul.route 10 years ago
Dave Syer ce1fcb1552 Remove ugly depednency on Environment 10 years ago
Dave Syer 243e163de4 Add JMX and MVC endpoints to ZuulHandlerMapping 10 years ago
Dave Syer 05fe175223 Move field injection into @Configuration 10 years ago
Dave Syer cee619d4ff Fix travis build script 10 years ago
Spencer Gibb 9bc8a5039d Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient. 10 years ago
Spencer Gibb a3ce593bf6 ignore test till fixed 10 years ago
Spencer Gibb 760429b64f ignore test till fixed 10 years ago
Spencer Gibb 98f37d36d8 added simple python http server as a test non-jvm app 10 years ago
Spencer Gibb 198cb5997b updated sidecar so the health and info urls go to sidecar, but homepage and non-secure-port go to local app 10 years ago
Spencer Gibb dc12c23596 Merge branch 'sidecar' 10 years ago
Spencer Gibb 75addf04d3 change zuul implementation to be controller/handler mapping based. 10 years ago
Dave Syer 7c4e3100ca Fix pull request builds 10 years ago
Spencer Gibb f14297ceb2 initial sidecar implementation 10 years ago
Spencer Gibb c8c8b6d0f6 Merge pull request #71 from spring-cloud/netflix-versions 10 years ago
Spencer Gibb dfaad78ddb update versions of netflix libs 10 years ago
Spencer Gibb e51f0cae37 add zuul-server to dep mgmt 10 years ago
Spencer Gibb 79db27226f added documentation for zuul options. 10 years ago
Dave Syer 230efab8d9 Exclude groovy-all from zuul 10 years ago
Dave Syer d2cfcb0c2d Fix formatting 10 years ago
Spencer Gibb 162eb1a2e2 allow ipAddress to be used based on ribbon.UseIPAddrForServer. 10 years ago
Spencer Gibb b6426e1bb4 Merge pull request #66 from scottfrederick/docs 10 years ago
Dave Syer dde3055b6c Exclude event-bus (optional dependency) 10 years ago
Dave Syer 7b325044c1 Update wro4j to run in Eclipse 10 years ago
Scott Frederick 151ae8e6e1 Fixed formatting in docs. 10 years ago
Spencer Gibb acaf2d2047 Only set ribbon properties if they are not already set. 10 years ago
Dave Syer d2988b2179 Add metadata to Eureka entry for config server 10 years ago
Dave Syer ed053e9b9b Add contributing section to README 10 years ago
Spencer Gibb eba0cc0b7a Use Ribbon LoadBalancerContext to record statistics of an execution. 10 years ago
Dave Syer 5cd88deb38 Use custom DataCenterInfo to make instance ID unique 10 years ago
Dave Syer dc1aab94eb Use interfaces for Eureka config 10 years ago
Dave Syer 88db9976c6 Move hystrix templates to /hystrix/* 10 years ago
Spencer Gibb 8c8844f34d Use spring ReflectionUtils to find zuul HttpServletRequestWrapper field 10 years ago
Spencer Gibb 8b2254a338 Register a HealthCheckHandler on DiscoveryClient if there is a HealthCheckHandler bean registered. 10 years ago
Spencer Gibb c752cc31db fix logging of initial eureka status 10 years ago
Spencer Gibb de9af2b4df Added eureka.instance.initial-status to customize the starting status. 10 years ago
Spencer Gibb 0f573dfe94 Added notes about how to configure @HystrixCommand and where to go to find out more information. 10 years ago
Spencer Gibb 1cd06e657e Don't swallow execeptions with zuul by reusing the spring boot error facilities. 10 years ago