1. 16 Dec, 2014 2 commits
  2. 12 Dec, 2014 1 commit
  3. 11 Dec, 2014 1 commit
  4. 10 Dec, 2014 1 commit
  5. 05 Dec, 2014 1 commit
  6. 04 Dec, 2014 2 commits
  7. 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
  8. 25 Nov, 2014 1 commit
  9. 24 Nov, 2014 1 commit
  10. 22 Nov, 2014 1 commit
  11. 20 Nov, 2014 1 commit
  12. 17 Nov, 2014 1 commit
  13. 06 Nov, 2014 2 commits
  14. 05 Nov, 2014 2 commits
  15. 04 Nov, 2014 1 commit
  16. 31 Oct, 2014 3 commits
  17. 28 Oct, 2014 1 commit
  18. 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
  19. 23 Oct, 2014 2 commits
  20. 20 Oct, 2014 1 commit
  21. 17 Oct, 2014 1 commit
  22. 14 Oct, 2014 1 commit
  23. 07 Oct, 2014 1 commit
  24. 06 Oct, 2014 1 commit