- 28 Feb, 2017 1 commit
-
-
Biju Kunjummen authored
Eureka ServerConfiguration is now auto-configuration based, instead of being explicitly specified via configuration pulled in through @EnableEurekaServer. This way specific beans can be conditionally overridden, configuration can be re-ordered. Supports PeerEurekaNodes bean to be overridden by the user Fixes gh-1717
-
- 12 Jan, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-1616
-
- 09 Jan, 2017 1 commit
-
-
Biju Kunjummen authored
Fixes gh-1546
-
- 12 Dec, 2016 1 commit
-
-
Dave Syer authored
-
- 07 Nov, 2016 1 commit
-
-
Spencer Gibb authored
-
- 11 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 10 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 07 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 29 Aug, 2016 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1285
-
- 21 Jul, 2016 1 commit
-
-
Daniel Lavoie authored
Fixes gh-1205
-
- 26 Apr, 2016 1 commit
-
-
Matt Reynolds authored
so they don't appear on the dashboard Fixes gh-974
-
- 01 Apr, 2016 1 commit
-
-
Spencer Gibb authored
Fixes gh-642
-
- 10 Nov, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-589
-
- 04 Nov, 2015 1 commit
-
-
Spencer Gibb authored
get's eureka branding back. fixes gh-627
-
- 14 Oct, 2015 1 commit
-
-
Spencer Gibb authored
-
- 12 Oct, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-527
-
- 24 Sep, 2015 1 commit
-
-
Jon Schneider authored
Remove Servo from EurekaHealthIndicator. Remove custom DataCenterInfo. EurekaInstanceConfig.SID is now used as eureka id. EurekaInstanceConfigBean.getSID falls back to metadataMap.instanceId for backwards compatibility.
-
- 03 Jul, 2015 1 commit
-
-
Dave Syer authored
-
- 03 Feb, 2015 1 commit
-
-
Dave Syer authored
-
- 14 Jan, 2015 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 02 Jan, 2015 1 commit
-
-
Julien Roy authored
-
- 26 Dec, 2014 2 commits
- 11 Dec, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-100
-
- 04 Dec, 2014 3 commits
-
-
Dave Syer authored
-
Dave Syer authored
Blitz4j is definitely preventing the log levels from being changed at runtime through the normal Spring boot channels. Fixes gh-48
-
Dave Syer authored
Blitz4j is definitely preventing the log levels from being changed at runtime through the normal Spring boot channels. Fixes gh-48
-
- 05 Nov, 2014 1 commit
-
-
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
-
- 23 Oct, 2014 2 commits
- 16 Sep, 2014 1 commit
-
-
Dave Syer authored
The problem is pretty deep here so I hope I did something sane. Basically if PeerAwareInstanceRegistry.openForTraffic(int) ever gets called with a 0 argument it resets the threshold for numberOfRenewsPerMinThreshold to 0 from which it only ever recovers if the same method is called again with a non-zero argument. For a standalone server this means that it will never automatically expire any leases (only when it chats to its neighbours and finds out they have registered services will it ever switch the threshold back on). Another problem (unsolved) is that the reset mechanism will kick back in occasionally (resetting to 1 with this change, but that's probably also a bad thing). And when there *are* actually peers to talk to unless they are in AWS they will never communicate correctly about the actual number of local services (the criteria for that are deeply connected with AWS and EIP). Fixes gh-6
-
- 03 Sep, 2014 3 commits