969 Commits (b3a8b1df38e17dbb2d23d61b1b5d487b3a41bddb)
 

Author SHA1 Message Date
Spencer Gibb f1bd9bdfaa Merge branch 'polish' of https://github.com/philwebb/spring-cloud-netflix into philwebb-polish 10 years ago
Dave Syer 5847175344 Rename Turbine port listener class and add tests 10 years ago
Dave Syer e2e09c4616 Default turbine.amqp.port to server.port and allow Actuator endpoints 10 years ago
Dave Syer 0e4eb9ef1f Use @ConditionalOnProperty where possible 10 years ago
Dave Syer 90d7e5df7a Correct Javadocs in *FeignClient 10 years ago
Dave Syer 89ca05bf3e Remove printStackTrace() in test app 10 years ago
Dave Syer 17484fad3a Use Enum.valueOf() instead of case switch 10 years ago
Phillip Webb 8b6307e703 Use BDD Mockito 10 years ago
Phillip Webb 3ea0f8d283 Polish 10 years ago
Phillip Webb 9d823513c3 Add copyright headers 10 years ago
Phillip Webb 6a7676a93f Apply eclipse formatting and cleanup 10 years ago
Phillip Webb 911627c09d Add eclipse formatting and cleanup configuration 10 years ago
Phillip Webb be436279cf Polish POM files 10 years ago
Spencer Gibb 6e078a88e8 make messageConverters lazy in SpringDecoder and SpringEncoder 10 years ago
Spencer Gibb 8fb85f26ea add a test to make sure that proxy paths with /another/level/** works 10 years ago
Spencer Gibb 3d91dae0c4 only forward if response is not committed. 10 years ago
Spencer Gibb 95541e0102 only run SendErrorFilter once (fixes recursive forwarding if /error fails) 10 years ago
Spencer Gibb 64e5a2e0ba protect against a null RequestDispatcher 10 years ago
Spencer Gibb 758d86e793 integration tests for s-c-n-hystrix-amqp and s-c-n-turbine-amqp 10 years ago
Spencer Gibb a57c358702 prefix hystrix metric same with context id and add ability to disable. 10 years ago
Spencer Gibb c992066ac0 only create the /routes endpoint if actuator is on the classpath 10 years ago
Dave Syer da6da6d76c Re-organise headers in the /trace of Zuul requests 10 years ago
Dave Syer 242886916f Fix test in build server VM 10 years ago
Dave Syer a5d2d2abe5 Add configuration properties for Eureka dashboard 10 years ago
Dave Syer e6c7422c00 Use <@spring.url/> for all relative paths in FTL 10 years ago
Julien Roy 11201762a7 Eureka dashboard controller path mapping can be configured or disabled 10 years ago
Dave Syer 8f8e738ffd Use JSON for AMQP Hystrix data 10 years ago
Dave Syer a9213f2416 Allow @RibbonClient("foo") as a short cut 10 years ago
Dave Syer ec2d732bb4 Add back EnableHystrix as a courtesy 10 years ago
Dave Syer 52c9310bb0 Add back EnableEurekaClient as a courtesy 10 years ago
Julien Roy 9266785134 Fix Zuul proxy POST on content-type with charset 10 years ago
Dave Syer 9c416bf627 Use getHostname() instead of field in DatacenterInfo 10 years ago
Dave Syer 3bbe4ae249 Ensure SpringClientFactory gets used for Feign clients 10 years ago
Dave Syer 33b05a5018 Add docs for Ribbon and Feign 10 years ago
Dave Syer 34785b6bdd Make actuator dependency optional in netflix-core 10 years ago
Dave Syer 4a77b86d08 Minify Javascript so it isn't needed in jars at runtime 10 years ago
Spencer Gibb 7b0824fb78 add some hystrix tests, specifically check there is no discovery health indicator if it is not turned on 10 years ago
Spencer Gibb f2c112f9ad updated turbine docs to show the need to uppercase turbine.aggregator.clusterConfig 10 years ago
Dave Syer fa7286ebdb Fix badge in README 10 years ago
Dave Syer 9939e0ecd9 Convert form-encoded request to byte[] for proxy 10 years ago
Spencer Gibb e7956e199e updated feign docs to use new @FeignClient* 10 years ago
Spencer Gibb 9ba39c990a add *-amqp projects to dep mgmt 10 years ago
Spencer Gibb 85a3e82da6 remove references to bus 10 years ago
Spencer Gibb 4dc7972fa5 moved spring-cloud-bus-{hystrix,turbine} to spring-cloud-netflix-{hystrix,turbine}-amqp 10 years ago
Spencer Gibb 71d0a474f7 cleanup threads in DiscoveryClient.jerseyClient and ServoMetricCollector 10 years ago
Spencer Gibb d4d1fe7f63 cleanup timer thread in zuul filter 10 years ago
Spencer Gibb 5287d5be0c Merge branch 'royclarkson-freemarker-config' 10 years ago
Roy Clarkson 2c451ad73e Fix issue where the Hystrix dashboard will not load 10 years ago
Roy Clarkson 75ff9540bb Fix typos in README 10 years ago
Dave Syer e623ad1061 Fix ordering problem in tests 10 years ago