1. 18 Feb, 2015 1 commit
  2. 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
  3. 14 Feb, 2015 1 commit
  4. 13 Feb, 2015 1 commit
  5. 09 Feb, 2015 1 commit
  6. 05 Feb, 2015 1 commit
    • Allow zuul.ignoredServices to be a pattern · 29383de8
      Dave Syer authored
      and also allow explicitly configured services to be unignored. I.e.
      
      zuul:
        ignoredServices: *
        routes:
          foo: /foo/**
      
      Will expose only the foo service.
      
      Fixes gh-198
  7. 04 Feb, 2015 3 commits
  8. 03 Feb, 2015 1 commit
  9. 29 Jan, 2015 3 commits
  10. 15 Jan, 2015 1 commit
    • Default turbine.amqp.port to server.port and allow Actuator endpoints · e2e09c46
      Dave Syer authored
      This change adds an ApplicationListener that sets some high priority
      properties in the Environment to allow server.port and management.port
      to keep their usual meaning, but have server.port apply only to turbine.
      Actuator endpoints can be enabled with management.port (different to
      server.port otherwise there will be a conflict between Netty and Tomcat).
      
      Fixes gh-143, fixes gh-140
  11. 14 Jan, 2015 1 commit
  12. 26 Dec, 2014 1 commit
  13. 19 Dec, 2014 1 commit
  14. 18 Dec, 2014 1 commit
  15. 16 Dec, 2014 2 commits
  16. 12 Dec, 2014 1 commit
  17. 11 Dec, 2014 1 commit
  18. 10 Dec, 2014 1 commit
  19. 05 Dec, 2014 1 commit
  20. 04 Dec, 2014 2 commits
  21. 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
  22. 25 Nov, 2014 1 commit
  23. 24 Nov, 2014 1 commit
  24. 22 Nov, 2014 1 commit
  25. 20 Nov, 2014 1 commit
  26. 17 Nov, 2014 1 commit
  27. 06 Nov, 2014 2 commits
  28. 05 Nov, 2014 2 commits
  29. 04 Nov, 2014 1 commit
  30. 31 Oct, 2014 2 commits