1. 25 1月, 2018 6 次提交
  2. 24 1月, 2018 2 次提交
  3. 23 1月, 2018 1 次提交
  4. 22 1月, 2018 1 次提交
  5. 20 1月, 2018 1 次提交
  6. 19 1月, 2018 2 次提交
  7. 18 1月, 2018 1 次提交
  8. 17 1月, 2018 1 次提交
  9. 12 1月, 2018 1 次提交
  10. 11 1月, 2018 1 次提交
  11. 10 1月, 2018 2 次提交
  12. 09 1月, 2018 1 次提交
  13. 07 1月, 2018 1 次提交
    • S
      Fix error 500 when viewing commit and merge request diffs · c2b7147c
      Stan Hu 提交于
      Due to the refactoring in !16082, `Blob#batch` no longer falls back
      to a default `blob_size_limit`. Since `Repository#batch_blobs` was using
      a default `nil` value, this would cause issues in the `Blob#find_by_rugged`
      method.
      
      This fix here is to be consistent and use a non-nil default value in
      `Repository#batch_blobs`.
      
      The problem was masked in development and tests because Gitaly is always
      enabled by default for all features.
      
      Closes #41735
      c2b7147c
  14. 06 1月, 2018 3 次提交
  15. 04 1月, 2018 3 次提交
  16. 28 12月, 2017 4 次提交
  17. 27 12月, 2017 1 次提交
  18. 23 12月, 2017 2 次提交
  19. 22 12月, 2017 1 次提交
  20. 21 12月, 2017 1 次提交
  21. 15 12月, 2017 1 次提交
    • N
      Import gitlab_projects.rb from gitlab-shell · 4b785df2
      Nick Thomas 提交于
      By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid
      200ms of startup time for each gitlab_projects subprocess we are eliminating.
      
      By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and
      any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can
      also manage these git processes more cleanly, and avoid sending SIGKILL to them
      4b785df2
  22. 14 12月, 2017 1 次提交
  23. 12 12月, 2017 1 次提交
  24. 08 12月, 2017 1 次提交