Dave Syer
832bd41f5d
Add some docs for config properties
9 years ago
Jon Schneider
af5c2360ea
Servo and Spectator metrics defer to other Counter/GaugeService implementations
9 years ago
Marcin Grzejszczak
86e16f58b9
Analysing the stalling test issue
9 years ago
Marcin Grzejszczak
13aa5be9b9
Changing maven logging level
9 years ago
Marcin Grzejszczak
1e13740bda
Trying to fix the hanging build
9 years ago
Marcin Grzejszczak
7e738dedc5
Temporarilly adding more logging to maven
9 years ago
Spencer Gibb
d809ac9999
fix eureka-first test
9 years ago
Marcin Grzejszczak
952be93124
Removed unnecessary sudo: false
9 years ago
Marcin Grzejszczak
096f452cfa
Trying to make the build pass
9 years ago
Marcin Grzejszczak
7b8a02ede8
Added running of acceptance-tests
9 years ago
Spencer Gibb
94c73da943
Use new InetUtils bean to determin nic.
...
Allows for more fine-grained configuration of what to ignore.
9 years ago
Spencer Gibb
03f6d12e50
Implement ServiceInstance.getMetadata.
...
Introduce ServerIntrospector.getMetadata(Server).
fixes gh-419
9 years ago
Spencer Gibb
8938aa4621
Revert "Update SNAPSHOT to MILESTONE 1.1.0.M4"
...
This reverts commit 721fdc5918
.
9 years ago
Spencer Gibb
721fdc5918
Update SNAPSHOT to MILESTONE 1.1.0.M4
9 years ago
Marcin Grzejszczak
ad2716c361
Removed increased polling interval
9 years ago
Marcin Grzejszczak
fae2c5d1b5
Increasing polling interval for e2e tests even more
9 years ago
Marcin Grzejszczak
de1021e20c
Increased polling interval for e2e tests
9 years ago
Marcin Grzejszczak
e5a58ef7c1
Removed version param to use default BOM Brixton Snapshot version
9 years ago
Spencer Gibb
d36fff1772
remove outdated RUNNING.md
9 years ago
Spencer Gibb
8d259b9d8f
Merge pull request #669 from zanella/invalid_hostname
...
* invalid_hostname:
Added check for invalid hostname
9 years ago
Rafael Zanella
7c7513ee25
Added check for invalid hostname
...
The exception class has to be "fixed"
You may register a serviceId with invalid URI characters (e.g.: '_'), but the URI::getHost() fails when such chars are found.
9 years ago
Spencer Gibb
4ffeff200e
Merge pull request #734 from hscholz/master
...
* pull734:
fixes gh-716 adds option to decode 404s
9 years ago
hscholz
66c047e6d5
fixes gh-716 adds option to decode 404s
9 years ago
Spencer Gibb
a00fd2c348
Merge pull request #663 from jettro/master
...
* pull663:
Case insensitive Content-Encoding check
9 years ago
Jettro Coenradie
f707e5f053
Case insensitive Content-Encoding check
...
Fixes a problem with a header in the response containing
content-encoding in lowercase letters. Uses HttpHeaders for case
insensitve check.
Also fixes an issue checking if a request is made for gzip content.
If headers has more than gzip (ie gzip,deflate,sdch), checks if
contains gzip instead of equals to.
Fixes gh-662
9 years ago
Spencer Gibb
a61c18c69c
polish
9 years ago
Spencer Gibb
7234a99756
Merge pull request #735 from jkschneider/metrics-gauge-deconflict
...
* jkschneider-metrics-gauge-deconflict:
Deconflict GaugeService provided by Servo/Spectator integration
9 years ago
Jon Schneider
33d651847d
Deconflict GaugeService provided by Servo/Spectator integration
9 years ago
Dave Syer
2bb6befbca
Add vanilla integration tests
9 years ago
Dave Syer
2f0d425b66
Allow URL to be host only (per javadocs)
9 years ago
Spencer Gibb
bad20d3fcc
Migrate SpringClientFactory and FeignClientFactory
...
Now uses spring-cloud-context NamedContextFactory.
see https://github.com/spring-cloud/spring-cloud-commons/issues/69
9 years ago
Dave Syer
493caec5df
Fix ribbon client factory to search context hierarchy
...
We need to use BeanFactoryUtils to search the context hierarchy
for custom instances.
Fixes gh-733
9 years ago
Spencer Gibb
7d78a3c347
Merge pull request #724 from jkschneider/metric-poller
...
Add Servo metric poller and @EnableAtlas test
9 years ago
Spencer Gibb
3f45391d29
Merge pull request #723 from jkschneider/atlas-docs
...
Update docs to indicate the need for spring-cloud-starter-atlas
9 years ago
Spencer Gibb
502f955091
Merge pull request #722 from jkschneider/atlas-metric-observer
...
Minor improvements to error messages for netflix.atlas.uri problems
9 years ago
Spencer Gibb
4720b78db5
Merge pull request #699 from stephaneLeroy/master
...
* pull699:
Add Zuul Proxy regex serviceId to route mapping
9 years ago
Stéphane Leroy
4a52a7f889
Add Zuul Proxy regex serviceId to route mapping
...
fixes gh-693
9 years ago
Marcin Grzejszczak
9f9948707a
Added scripts to run e2e tests
9 years ago
Jon Schneider
1cd363f33f
Add Servo metric poller and @EnableAtlas test
9 years ago
Jon Schneider
4325b7e363
Update docs to indicate the need for spring-cloud-starter-atlas for Atlas
9 years ago
Jon Schneider
e994971bec
Minor improvements to error messages for netflix.atlas.uri problems
9 years ago
Spencer Gibb
0ddfb42d4d
Merge pull request #694 from snussbaumer/gh-691
...
* gh-691:
Enable configuration of the way HttpClient handles redirects
9 years ago
Sébastien Nussbaumer
15f940054d
Enable configuration of the way HttpClient handles redirects
...
RibbonLoadBalancingHttpClient being IClientConfigAware, it is now
initialized within initWithNiwsConfig. The values of the config keys
FollowRedirects, ConnectTimeout and ReadTimeout are now respected.
Fixes gh-691
9 years ago
Spencer Gibb
b108de33ed
Merge pull request #713 from kakawait/gh-583
...
* gh-583:
Removing multiple successive slashes
9 years ago
kakawait
982288ec04
Removing multiple successive slashes
...
Eliminates zuul URISyntaxException if route has trailing slash.
fixes gh-583
9 years ago
Spencer Gibb
804abb6d6d
Move test to same package as class testing
9 years ago
Spencer Gibb
8f6cd86e56
Merge pull request #704 from hscholz/master
...
* pull704:
Explicitly set target to feign client name.
9 years ago
hscholz
abd32fbfd0
Explicitly set target to feign client name.
...
fixes gh-703
9 years ago
Spencer Gibb
2acd353c7d
Allow Feign Hystrix support to be disabled.
...
fixes gh-717
9 years ago
Spencer Gibb
456f2c0a99
Merge pull request #670 from jkschneider/metrics-docs
...
Servo, Spectator, and Atlas docs
9 years ago