Ryan Baxter
29fb58de84
Merge pull request #1884 from ryanjbaxter/pass-config-in-retryhandler
...
Pass config in retry handler
8 years ago
Ryan Baxter
dbf17dea18
Pass config in retry handler. Fixes #1879 .
8 years ago
Ryan Baxter
7fcbc0fd5a
Merge pull request #1880 from daniellavoie/mvn-3.5.0
...
Update mvnw to 3.5.0
8 years ago
Daniel Lavoie
32c79b7a91
Update mvnw to 3.5.0
...
Fixes gh-1847
8 years ago
Ryan Baxter
1647fc3017
Merge pull request #1876 from ryanjbaxter/upgrade-hystrix-1.5.11
...
Upgrade Hystrix to 1.5.11 and apply fix to hystrixcommand.js
8 years ago
Ryan Baxter
17f43fd138
Fixes #1855
8 years ago
Ryan Baxter
a708ceefe8
Merge pull request #1870 from ryanjbaxter/force-eurekaclient-creation-on-refresh
...
Make sure the EurekaClient bean is recreated after refresh.
8 years ago
Ryan Baxter
1f12902f78
Make sure the EurekaClient bean is recreated after refresh. Fixes #1857 .
8 years ago
Spencer Gibb
cebbcf592e
polish
8 years ago
Ryan Baxter
0c7994c502
We no longer use travis so removing configuration
...
Fixes #1846 .
8 years ago
Ryan Baxter
d412df5883
Merge pull request #1808 from gonzalad/1807
...
Add X-Forwarded-Port header in Zuul
8 years ago
Ryan Baxter
cca3744396
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
8 years ago
Ryan Baxter
c98c50291c
Going back to snapshots
8 years ago
Ryan Baxter
e9035ab3e0
Update SNAPSHOT to 1.3.0.RELEASE
8 years ago
Ryan Baxter
d8eb4432b9
Updating mvnw script
8 years ago
Spencer Gibb
e430b90cea
Updates to compile
8 years ago
Spencer Gibb
08a1f07692
Merge branch 'master' into 2.0.x
8 years ago
Ryan Baxter
8dcf544079
Merge pull request #1836 from ryanjbaxter/response-code-retry
...
Add the ability for ribbon clients to specify response status codes they would like to retry
8 years ago
Ryan Baxter
98cbf2f47f
Merge pull request #1840 from ryanjbaxter/document-hystrix-timeout
...
Document Hystrix timeout configuration with Ribbon clients
8 years ago
Ryan Baxter
e041d87b5a
Document Hystrix timeout configuration with Ribbon clients. Fixes #1828
8 years ago
Spencer Gibb
5440aca212
Merge pull request #1829 from Aloren/feature/exceptions-monitoring
...
* feature/exceptions-monitoring:
Implements zuul CounterFactory
8 years ago
Anastasiia Smirnova
834980eae7
Implements zuul CounterFactory
...
CounterFactory is used by ZuulException and was previously initialzed
with a dummy impl.
This adds a Spring Boot CounterService based implementation.
Also adds the ability to implement a zuul TracerFactory.
8 years ago
David-V2
a61822f9c9
Added Bad Request count to Hystrix dashboard ( #1839 )
...
* brainlessly apply this : 892f6a781e
8 years ago
Ryan Baxter
6290859f81
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540 .
8 years ago
Spencer Gibb
62408af5ea
Don't set chunked encoding with GET.
...
fixes gh-1824
8 years ago
Ryan Baxter
711a8f0aae
Merge pull request #1817 from ryanjbaxter/use-valid-hostnames-in-feign-tests
...
Use valid hostnames in feign tests
8 years ago
Ryan Baxter
382988a06a
Fixed hostname
8 years ago
Ryan Baxter
88431bdbea
Use valid hostnames in Feign retry tests
8 years ago
Ryan Baxter
62cb0ae28f
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint ( #1802 )
...
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint.
Fixes #1797
8 years ago
gonzalad
31f5a2bb73
1807: Add X-Forwarded-Port header in Zuul
...
Added more unit tests
8 years ago
gonzalad
cb90cd9929
Add X-Forwarded-Port header in Zuul
...
Add X-Forwarded-Port header in Zuul PreDecorationFilter
even with X-Forwarded-Host header being absent.
8 years ago
Ryan Baxter
d402587ab2
Merge pull request #1805 from ryanjbaxter/url-protocal-el-syntax
...
Fixes the addition of http with EL syntax
8 years ago
Ryan Baxter
02226f938e
Fixes the addition of http with EL syntax. Fixes #1796
8 years ago
Spencer Gibb
37309218ec
Links to sample zuul filters.
...
For more advanced filter examples.
fixes gh-1748
8 years ago
Michael Tecourt
03740f1369
Make EurekaDiscoveryClient.EurekaServiceInstance constructor public ( #1794 )
...
Make EurekaDiscoveryClient.EurekaServiceInstance constructor public
fixes gh-1792
8 years ago
Ryan Baxter
d3314447a8
Fixed logging statement. Fixes #1798
8 years ago
Spencer Gibb
4b4bfbe1b1
Make compile for boot 2.0
8 years ago
Spencer Gibb
a8b170f51c
Upgrade eureka to v1.6.2
...
fixes gh-1786
8 years ago
Ryan Baxter
a669a309f6
Revert "Version changes for Dalston.RC1"
...
This reverts commit a628ba1b8f
.
8 years ago
Ryan Baxter
a628ba1b8f
Version changes for Dalston.RC1
8 years ago
Ryan Baxter
5bf87c4da1
Merge pull request #1749 from bijukunjummen/GH-1334
...
GH-1334: Support for eagerly initializing zuul Ribbon contexts
8 years ago
Spencer Gibb
b7c5b24d43
comment out failing test
8 years ago
Spencer Gibb
44bb4f2cc3
Move load balancer construction test
8 years ago
Spencer Gibb
55a58eaf30
jmx=false for tests
8 years ago
Spencer Gibb
5d3ca843b6
jmx=false for tests
8 years ago
Spencer Gibb
ecf12aa0e7
Makes ServerListUpdater respect configuration.
...
By default, `LoadBalancerBuilder` built a load-balancer with a `PollingServerListUpdater`. This change introduces a `ServerListUpdater` bean which creates a `PollingServerListUpdater(IClientConfig)` so that `ribbon.ServerListRefreshInterval` is respected.
fixes gh-1304
8 years ago
Biju Kunjummen
427770a6d0
Added documentation, changed property name from serviceIds to clienNames, clients
8 years ago
Biju Kunjummen
2d9604918a
Changed property name from zuul.ribbon.eager-load to zuul.ribbon.eager-load.enabled
8 years ago
Biju Kunjummen
567a6c4a9f
Support for eagerly loading Ribbon clients through configuration properties
8 years ago
Biju Kunjummen
31b617b10f
Fixed formatting issues, added more tests
8 years ago