BigW Consortium Gitlab

  1. 14 Apr, 2016 1 commit
  2. 11 Mar, 2016 1 commit
  3. 09 Feb, 2016 1 commit
  4. 08 Feb, 2016 2 commits
  5. 25 Jan, 2016 1 commit
  6. 21 Jan, 2016 1 commit
  7. 24 Dec, 2015 1 commit
  8. 15 Dec, 2015 1 commit
  9. 11 Dec, 2015 1 commit
  10. 06 Dec, 2015 1 commit
  11. 04 Dec, 2015 1 commit
  12. 27 Nov, 2015 3 commits
  13. 19 Nov, 2015 1 commit
  14. 18 Nov, 2015 1 commit
  15. 16 Nov, 2015 1 commit
  16. 10 Nov, 2015 2 commits
  17. 29 Oct, 2015 1 commit
  18. 14 Oct, 2015 1 commit
  19. 08 Oct, 2015 1 commit
  20. 22 Sep, 2015 1 commit
  21. 16 Sep, 2015 2 commits
  22. 07 Sep, 2015 2 commits
    • The good stuff needs NGINX 1.7.11 · 783791fd
      Jacob Vosmaer authored
    • Do not let NGINX buffer Git HTTP requests · 8d59b1ac
      Jacob Vosmaer authored
      Before this change NGINX would convert a chunked HTTP POST (e.g.
      git push) into a HTTP 1.0 single large POST. This creates an
      unnecessary delay, and it creates unnecessary memory pressure on
      gitlab-git-http-server.
      
      For the response ('proxy_buffering') I am less sure that NGINX 's
      buffering behavior is harmful, but it still makes more sense to me
      not to interfere with gitlab-git-http-server (and the Golang net/http
      server).
  23. 31 Aug, 2015 2 commits
  24. 25 Aug, 2015 1 commit
  25. 20 Aug, 2015 1 commit
  26. 19 Aug, 2015 2 commits
  27. 28 Jul, 2015 1 commit
    • Experimental support for gitlab-git-http-server · d3305df7
      Jacob Vosmaer authored
      https://gitlab.com/gitlab-org/gitlab-git-http-server
      
      This change introduces the GITLAB_GRACK_AUTH_ONLY environment
      variable. When set, Grack requests to GitLab will only respond with
      the user's GL_ID (if the request is OK) or an error. This allows
      gitlab-git-http-server to use the main GitLab application as an
      authentication and authorization backend.
      
      If we like how this works we should drop the GITLAB_GRACK_AUTH_ONLY
      variable at some point in the future.
  28. 19 Jun, 2015 1 commit
  29. 15 Jun, 2015 1 commit
  30. 11 Jun, 2015 1 commit
  31. 04 May, 2015 1 commit
  32. 14 Mar, 2015 1 commit