1. 27 Jul, 2015 3 commits
    • If user configures hostname for eureka client, do not refresh it · b0b4916d
      Dave Syer authored
      Fixes gh-463
    • Merge pull request #464 from andreasevers/zuul-ignored-patterns · cb732763
      Spencer Gibb authored
      * zuul-ignored-patterns:
        If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification.
    • If more fine-grained ignoring is needed, you can specify specific patterns to… · 42f6e4d1
      andreasevers authored
      If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification.
      
       zuul:
        ignoredPatterns: */admin/**
        routes:
          users: /myusers/**
      
      This means that all calls such as "/myusers/101" will be forwarded to "/101" on the "users" service. But calls including "/admin/" will not resolve.
  2. 24 Jul, 2015 1 commit
  3. 21 Jul, 2015 1 commit
  4. 18 Jul, 2015 2 commits
  5. 15 Jul, 2015 1 commit
  6. 14 Jul, 2015 2 commits
  7. 13 Jul, 2015 2 commits
  8. 10 Jul, 2015 10 commits
  9. 09 Jul, 2015 2 commits
  10. 08 Jul, 2015 1 commit
  11. 07 Jul, 2015 1 commit
  12. 06 Jul, 2015 1 commit
  13. 03 Jul, 2015 1 commit
  14. 26 Jun, 2015 3 commits
  15. 25 Jun, 2015 2 commits
  16. 24 Jun, 2015 4 commits
  17. 23 Jun, 2015 3 commits