- 13 Nov, 2014 1 commit
-
-
Dave Syer authored
The problem manifests itself as errors in the Eureka server log (gh-47), but originates in the client because it is sending requests to /eureka/apps/{NAME}/{ID} with the wrong ID. The InstanceInfo has an ID that is derived (for preference) from the EurekaInstanceConfig.dataCenterInfo, so that's the best way to fix it. See gh-63, Fixes gh-47
-
- 11 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 10 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 06 Nov, 2014 6 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-50
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-53
-
Spencer Gibb authored
fixes gh-58
-
Spencer Gibb authored
fixes gh-40
-
- 05 Nov, 2014 6 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-57
-
Dave Syer authored
and how to use it. In particular you can't use it before the ApplicationContext is past phase=0 of lifecycle startup. Fixes gh-48
-
Dave Syer authored
I didn't see a way to do this without dynamic rendering, so now we have a freemarker dependency (not huge I guess). Fixes gh-51
-
Dave Syer authored
Fixes gh-52
-
Dave Syer authored
Most browsers support <base href="..."> these days and there was one already in statut.ftl (but not in navbar). Added a test that asserts the css is loadable as well. Fixes gh-55
-
- 04 Nov, 2014 1 commit
-
-
Spencer Gibb authored
Removed old zuul module. fixes gh-14
-
- 03 Nov, 2014 1 commit
-
-
Spencer Gibb authored
move SpringClientFactory bean creation to RibbonAutoConfiguration where it should have been in the first place. fixes gh-35
-
- 31 Oct, 2014 7 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
-
Spencer Gibb authored
Fixes gh-49
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 30 Oct, 2014 5 commits
-
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Christian Dupuis authored
fixes #16
-
Dave Syer authored
-
Dave Syer authored
-
- 28 Oct, 2014 3 commits
-
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Christian Dupuis authored
-
- 26 Oct, 2014 3 commits
- 24 Oct, 2014 1 commit
-
-
Dave Syer authored
It works quite well locally actually. I tested with hostnames 127.0.0.1 and 127.0.1.1 and 2 servers running on localhost. See gh-28
-
- 23 Oct, 2014 4 commits
-
-
Dave Syer authored
Fixes gh-46
-
Dave Syer authored
-
Dave Syer authored
All static content is excluded in the Jersey config, so we can use /eureka for the prefix to the Eureka API (i.e. /apps etc.) Fixes gh-44
-
Dave Syer authored
Unfortunately only properties that have been set show up (unlike /configprops), but possibly better than nothing. You can see some in the Eureka server or in the customers sample (once it has tries to contact the stores service and Ribbon is up and running). Fixes gh-38
-