1. 26 Dec, 2014 1 commit
  2. 19 Dec, 2014 1 commit
  3. 18 Dec, 2014 1 commit
  4. 16 Dec, 2014 2 commits
  5. 12 Dec, 2014 1 commit
  6. 11 Dec, 2014 1 commit
  7. 10 Dec, 2014 1 commit
  8. 05 Dec, 2014 1 commit
  9. 04 Dec, 2014 2 commits
  10. 03 Dec, 2014 2 commits
    • Move some of the routing logic into the route locator · 2cdcd767
      Dave Syer authored
      We now support prefix stripping per service, e.g.
      
      zuul:
        routes:
          customers:
            path: /customers/**
            stripPrefix: true
      
      Will route /customers/101 -> /101 (on the customers service)
      
      See gh-77
    • Add ZuulRoute as values object in zuul.routes · 34f277b8
      Dave Syer authored
      User can now specify zuul.routes.*.{path,url,serviceId} (with
      "url" and "serviceId" mutually exclusive (and "location" is a
      synonym) separately, or can use a one-one short form, like the
      old style.
      
      See gh-77
  11. 25 Nov, 2014 1 commit
  12. 24 Nov, 2014 1 commit
  13. 22 Nov, 2014 1 commit
  14. 20 Nov, 2014 1 commit
  15. 17 Nov, 2014 1 commit
  16. 06 Nov, 2014 2 commits
  17. 05 Nov, 2014 2 commits
  18. 04 Nov, 2014 1 commit
  19. 31 Oct, 2014 3 commits
  20. 28 Oct, 2014 1 commit
  21. 24 Oct, 2014 1 commit
    • Add eureka peer awareness docs · dd967120
      Dave Syer authored
      It works quite well locally actually. I tested with hostnames
      127.0.0.1 and 127.0.1.1 and 2 servers running on localhost.
      
      See gh-28
  22. 23 Oct, 2014 2 commits
  23. 20 Oct, 2014 1 commit
  24. 17 Oct, 2014 1 commit
  25. 07 Oct, 2014 1 commit
  26. 06 Oct, 2014 1 commit