1. 29 1月, 2018 2 次提交
  2. 25 1月, 2018 8 次提交
  3. 24 1月, 2018 2 次提交
  4. 23 1月, 2018 2 次提交
  5. 22 1月, 2018 1 次提交
  6. 21 1月, 2018 1 次提交
  7. 20 1月, 2018 1 次提交
  8. 19 1月, 2018 2 次提交
  9. 18 1月, 2018 2 次提交
  10. 17 1月, 2018 2 次提交
  11. 16 1月, 2018 1 次提交
  12. 15 1月, 2018 2 次提交
  13. 12 1月, 2018 1 次提交
  14. 11 1月, 2018 2 次提交
  15. 10 1月, 2018 3 次提交
  16. 09 1月, 2018 1 次提交
  17. 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
  18. 06 1月, 2018 3 次提交
  19. 05 1月, 2018 3 次提交