294 Commits (335481563f41f66988bec3d2da405a81025f6da8)

Author SHA1 Message Date
Spencer Gibb 75addf04d3 change zuul implementation to be controller/handler mapping based. 10 years ago
Spencer Gibb f14297ceb2 initial sidecar implementation 10 years ago
Spencer Gibb dfaad78ddb update versions of netflix libs 10 years ago
Spencer Gibb 162eb1a2e2 allow ipAddress to be used based on ribbon.UseIPAddrForServer. 10 years ago
Dave Syer dde3055b6c Exclude event-bus (optional dependency) 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
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
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 1cd06e657e Don't swallow execeptions with zuul by reusing the spring boot error facilities. 10 years ago
Spencer Gibb 8756a88878 allow feign to decode parameterized types. Added SpringDecoderTests. 10 years ago
Dave Syer d944145ce3 Make hystrix dashboard work with a context path 10 years ago
Dave Syer 5ef304a4e8 Make sure /hystrix.stream has the correct path 10 years ago
Spencer Gibb e2e193eaa7 added support for standalone zuul server with @EnableZuulServer. 10 years ago
Spencer Gibb eba7f0dac3 move SpringClientFactory bean creation to RibbonAutoConfiguration where it should have been in the first place. 10 years ago
Spencer Gibb 7a7dffad6a make FeignAutoConfiguration conditional on class Feign.class 10 years ago
Spencer Gibb ce5b1bbbfb allow customization of turbine clusterName via SPEL expression in applcation.properties. 10 years ago
Spencer Gibb 33aec89b58 remove unneeded deps 10 years ago
Spencer Gibb d189369015 polish 10 years ago
Christian Dupuis f143c78212 Re-added lost import (what happened Eclipse?) 10 years ago
Christian Dupuis 1ddda3ea78 Polish 10 years ago
Christian Dupuis 4390b79501 Retrieve servo metrics directly instead of grabbing them from JMX 10 years ago
Dave Syer c4a53a5233 Use injected ConfigClientProperties to set defaults 10 years ago
Dave Syer 1f2beba00d Add some @Conditionals to enable non-netflix apps to start 10 years ago
Christian Dupuis 77b6641ac1 Introduced a new status for open circuits in the /health endpoint 10 years ago
Christian Dupuis cbec02092f Add Hystrix HealthIndicator 10 years ago
Dave Syer b533ad3bb2 Switch to spring.cloud.config.bootstrap.enabled=true 10 years ago
Dave Syer 46e6d24aa8 Add basic authentication for config server 10 years ago
Dave Syer 8ff3462ad8 Add bootstrap configuration for eureka-first 10 years ago
Dave Syer 35d02f75ae Switch eureka endpoint to /eureka 10 years ago
Dave Syer cce52424af Add ArchaiusEndpoint (/archaius) to inspect native Netflix config 10 years ago
Dave Syer 5055b46e24 Change default eureka path 10 years ago
Dave Syer 9e142bf73b InstanceInfo unmarshalling has to be at a lower level 10 years ago
Dave Syer 8db14f042d Extract ID from instance info 10 years ago
Dave Syer 8d8f6937e5 Use instanceId for server id if available 10 years ago
Dave Syer fa4d970015 Tweaks 10 years ago
Dave Syer cf6152821e Move @Autowired into @Configuration 10 years ago
Dave Syer 66b4d4c6b5 Tidy up generics a bit 10 years ago
Spencer Gibb 1e12b7456e Add Feign support for Spring MVC parameter and header annotations. 10 years ago
Spencer Gibb 166ab38882 make stripMapping default to true to not change the current functionality 10 years ago
Spencer Gibb f38ccc352b updated to ribbon 2.0-RC9 10 years ago
Spencer Gibb 948b176cb0 Add loadBalancerRequest so that LoadBalancerStats().incrementNumRequests can be called after 10 years ago
Spencer Gibb 07a66fe8b9 updated test to match class 10 years ago
Spencer Gibb 50b1c48283 renamed ServerListInitializer to RibbonClientPreprocessor as it is a bit more descriptive 10 years ago
Spencer Gibb 6654d32056 create SpringClientFactory for ribbon to not fail on client creation if LoadBalancer is already created. SpringClientFactory is not a static factory, but an instance factory. 10 years ago