1. 19 1月, 2018 1 次提交
  2. 12 1月, 2018 1 次提交
  3. 11 1月, 2018 1 次提交
  4. 10 1月, 2018 2 次提交
  5. 09 1月, 2018 1 次提交
  6. 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
  7. 06 1月, 2018 3 次提交
  8. 04 1月, 2018 3 次提交
  9. 28 12月, 2017 4 次提交
  10. 27 12月, 2017 1 次提交
  11. 23 12月, 2017 2 次提交
  12. 22 12月, 2017 1 次提交
  13. 21 12月, 2017 1 次提交
  14. 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
  15. 14 12月, 2017 1 次提交
  16. 12 12月, 2017 1 次提交
  17. 08 12月, 2017 1 次提交
  18. 07 12月, 2017 3 次提交
  19. 05 12月, 2017 3 次提交
  20. 04 12月, 2017 1 次提交
  21. 01 12月, 2017 1 次提交
  22. 30 11月, 2017 1 次提交
  23. 29 11月, 2017 1 次提交
    • S
      Ensure MRs always use branch refs for comparison · 3c6a4d63
      Sean McGivern 提交于
      If a merge request was created with a branch name that also matched a tag name,
      we'd generate a comparison to or from the tag respectively, rather than the
      branch. Merging would still use the branch, of course.
      
      To avoid this, ensure that when we get the branch heads, we prepend the
      reference prefix for branches, which will ensure that we generate the correct
      comparison.
      3c6a4d63
  24. 23 11月, 2017 2 次提交
  25. 22 11月, 2017 1 次提交
  26. 21 11月, 2017 1 次提交