1. 15 Sep, 2016 2 commits
  2. 13 Sep, 2016 1 commit
  3. 12 Sep, 2016 1 commit
    • Use default maxSemaphore property. · 498e8a14
      Spencer Gibb authored
      Rather than hard code the default maxSemaphores for zuul use the already defined `zuul.semaphore.maxSemaphores` property.
      
      fixes gh-1332
  4. 08 Sep, 2016 2 commits
  5. 07 Sep, 2016 3 commits
  6. 06 Sep, 2016 5 commits
  7. 03 Sep, 2016 1 commit
  8. 01 Sep, 2016 5 commits
  9. 31 Aug, 2016 4 commits
  10. 30 Aug, 2016 5 commits
  11. 29 Aug, 2016 3 commits
  12. 25 Aug, 2016 2 commits
  13. 24 Aug, 2016 4 commits
  14. 22 Aug, 2016 2 commits
    • Make moving to https urls consistent. · 43adc84d
      Spencer Gibb authored
      This fixes a case where the ribbon property is set `ribbon.IsSecure=false`, but because the eureka secure port was enabled, the uri created by ribbon was prefixed with https when it shouldn't have.
      
      All places where isSecure is need have been consolidated into RibbonUtils.
      
      fixes gh-1270
    • Feign URI tests updated to be more inclusive. · 8d6aeebb
      Spencer Gibb authored
      Previously with a `@FeignClient(name="http://bad_hostname")` would pass the start time test and fail later in runtime. The test now fails fast.
      
      fixes gh-1257