1. 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
  2. 20 Apr, 2016 1 commit
  3. 25 Sep, 2015 1 commit
    • Update eureka admin page · 60b437e2
      Andrei Sfat authored
      When click one of the up and running instances this should open the actual instance in separate tab
  4. 25 Aug, 2015 1 commit
  5. 24 Aug, 2015 1 commit
  6. 05 Jun, 2015 1 commit
  7. 02 Jan, 2015 2 commits
  8. 26 Dec, 2014 1 commit
  9. 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
  10. 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
  11. 02 Oct, 2014 1 commit
  12. 16 Sep, 2014 1 commit
  13. 03 Sep, 2014 3 commits