1. 05 Mar, 2015 2 commits
  2. 04 Mar, 2015 1 commit
  3. 03 Mar, 2015 1 commit
  4. 02 Mar, 2015 1 commit
  5. 27 Feb, 2015 4 commits
  6. 25 Feb, 2015 4 commits
  7. 23 Feb, 2015 3 commits
  8. 19 Feb, 2015 1 commit
  9. 18 Feb, 2015 1 commit
  10. 16 Feb, 2015 1 commit
    • Add some more docs for Eureka metadata · fadfc67f
      Dave Syer authored
      Users need to know how to configure and use the Eureka
      metadata because it isn't immediately obvious and does
      require some decisions to be made.
      
      Fixes gh-102
  11. 14 Feb, 2015 1 commit
  12. 13 Feb, 2015 5 commits
  13. 12 Feb, 2015 1 commit
  14. 10 Feb, 2015 3 commits
  15. 09 Feb, 2015 3 commits
  16. 06 Feb, 2015 1 commit
  17. 05 Feb, 2015 6 commits
  18. 04 Feb, 2015 1 commit
    • Documentation for status page and health URL paths · be0c2287
      Dave Syer authored
      The Eureka instance has to provide status page and health check
      URLs. We only provide a sensible default if the app is a vanilla
      Actuator. This change shows users explicitly how to customize those
      settings.
      
      Fixes gh-192