1. 27 Nov, 2017 1 commit
  2. 18 Oct, 2017 1 commit
  3. 13 Oct, 2017 5 commits
  4. 20 Jun, 2017 1 commit
  5. 28 Feb, 2017 1 commit
    • Moves EurekaServerConfiguration to auto-configuration · 99d9b17a
      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
  6. 12 Jan, 2017 1 commit
  7. 09 Jan, 2017 1 commit
  8. 12 Dec, 2016 1 commit
  9. 07 Nov, 2016 1 commit
  10. 11 Oct, 2016 1 commit
  11. 10 Oct, 2016 1 commit
  12. 07 Oct, 2016 1 commit
  13. 29 Aug, 2016 2 commits
  14. 21 Jul, 2016 1 commit
  15. 26 Apr, 2016 1 commit
  16. 01 Apr, 2016 1 commit
  17. 10 Nov, 2015 1 commit
  18. 04 Nov, 2015 1 commit
  19. 14 Oct, 2015 1 commit
  20. 12 Oct, 2015 1 commit
  21. 24 Sep, 2015 1 commit
    • Update Eureka to 1.2.5-rc.1 · 8f9acab3
      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.
  22. 03 Jul, 2015 1 commit
  23. 03 Feb, 2015 1 commit
  24. 14 Jan, 2015 3 commits
  25. 02 Jan, 2015 1 commit
  26. 26 Dec, 2014 2 commits
  27. 11 Dec, 2014 1 commit
  28. 04 Dec, 2014 3 commits
  29. 05 Nov, 2014 1 commit
    • Ensure static resources load from relative paths · af1278a4
      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
  30. 23 Oct, 2014 1 commit
    • Switch eureka endpoint to /eureka · 35d02f75
      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