Skip to content
Snippets Groups Projects
  1. Jan 24, 2018
  2. Jan 22, 2018
  3. Jan 19, 2018
  4. Jan 18, 2018
  5. Jan 17, 2018
  6. Jan 11, 2018
  7. Jan 10, 2018
  8. Jan 09, 2018
  9. Jan 07, 2018
    • Stan Hu's avatar
      Fix error 500 when viewing commit and merge request diffs · c2b7147c
      Stan Hu authored
      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
  10. Jan 05, 2018
  11. Jan 04, 2018
  12. Dec 28, 2017
  13. Dec 27, 2017
  14. Dec 22, 2017
  15. Dec 20, 2017
  16. Dec 14, 2017
    • Nick Thomas's avatar
      Import gitlab_projects.rb from gitlab-shell · 4b785df2
      Nick Thomas authored
      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
      Verified
      4b785df2
  17. Dec 13, 2017
  18. Dec 12, 2017
  19. Dec 08, 2017
  20. Dec 07, 2017
  21. Dec 06, 2017
  22. Dec 05, 2017
  23. Dec 04, 2017
Loading