1. 26 Dec, 2014 1 commit
  2. 11 Dec, 2014 1 commit
  3. 02 Dec, 2014 1 commit
  4. 25 Nov, 2014 1 commit
  5. 21 Nov, 2014 1 commit
  6. 17 Nov, 2014 1 commit
    • Add metadata to Eureka entry for config server · d2988b21
      Dave Syer authored
      If the prefix is set we also set configPath=<prefix> in the
      instance metadata, so config clients can pick it up and add it
      to the home page URL.
      
      Fixes gh-64, fixes gh-65
  7. 31 Oct, 2014 1 commit
  8. 26 Oct, 2014 1 commit
  9. 17 Oct, 2014 1 commit
  10. 16 Oct, 2014 1 commit
    • Make load balancer prefer the current zone if there is one · 997f5310
      Dave Syer authored
      A EurekaInstanceConfig can declare a "zone" in its metadataMap, and then
      it will be matched by the RibbonLoadBalancerClient. The zone of a server
      is derived from the hostname - it is the whole host name or the host name
      excluding the least significant subdomain (period separated identifier).
      
      Fixes gh-29
  11. 29 Sep, 2014 1 commit
    • Ensure server port is registered late enough with Eureka server · 21eb52fa
      Dave Syer authored
      Because we were using Lifecycle to kick off the eureka registration the
      local server port wasn't available yet. The change is to use an
      ApplicationListener and listen for the event that contains the container
      with its port instead.
      
      Fixes gh-15
  12. 03 Sep, 2014 1 commit
  13. 29 Aug, 2014 1 commit
  14. 07 Aug, 2014 1 commit
  15. 06 Aug, 2014 1 commit
  16. 14 Jul, 2014 2 commits
  17. 11 Jul, 2014 1 commit