Skip to content
Snippets Groups Projects
  1. Jan 24, 2018
  2. Jan 22, 2018
  3. Jan 21, 2018
  4. Jan 19, 2018
  5. Jan 18, 2018
  6. Jan 17, 2018
  7. Jan 16, 2018
  8. Jan 15, 2018
  9. Jan 11, 2018
  10. Jan 10, 2018
  11. Jan 09, 2018
  12. 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
  13. Jan 05, 2018
  14. Jan 04, 2018
  15. Jan 03, 2018
    • Stan Hu's avatar
      Speed up generation of commit stats by using Rugged native methods · 25a86875
      Stan Hu authored
      The previous implementation iterated across the entire patch set
      to determine the number of lines added, deleted, and changed. Rugged
      has a native method `Rugged::Diff#stat` that does this already,
      which appears to be a little faster and require less RAM than doing
      this ourselves.
      
      Improves performance in #41524
      25a86875
  16. Jan 02, 2018
  17. Dec 28, 2017
  18. Dec 27, 2017
Loading