1. 31 Mar, 2016 5 commits
  2. 29 Mar, 2016 2 commits
  3. 24 Mar, 2016 10 commits
  4. 21 Mar, 2016 3 commits
  5. 18 Mar, 2016 2 commits
  6. 16 Mar, 2016 3 commits
  7. 14 Mar, 2016 2 commits
  8. 08 Mar, 2016 1 commit
  9. 03 Mar, 2016 3 commits
  10. 23 Feb, 2016 2 commits
  11. 10 Feb, 2016 5 commits
  12. 09 Feb, 2016 2 commits
    • James Lopez's avatar
      workaround for webrick issue on ruby 2.2 · 3d2df984
      James Lopez authored
      3d2df984
    • Douwe Maan's avatar
      Merge branch 'net-read-timeout' into 'master' · 6a88498b
      Douwe Maan authored
      Increase HTTP timeout and log request durations
      
      On some GitLab deployments internal API calls regularly take more than
      60 seconds (the default HTTP read timeout of Ruby's Net::HTTP). Until
      we understand the cause of this slowness, by raising the client
      timeout in gitlab-shell we can at least spare end users having to
      retry their `git pull` or `git push`.
      
      See merge request !37
      6a88498b