BigW Consortium Gitlab

  1. 12 Oct, 2016 2 commits
  2. 11 Oct, 2016 2 commits
  3. 10 Oct, 2016 1 commit
    • Fix Error 500 when viewing old merge requests with bad diff data · d4fab17d
      Stan Hu authored
      Customers running old versions of GitLab may have MergeRequestDiffs with
      the text ["--broken diff"] due to text generated by gitlab_git 1.0.3.
      To avoid the Error 500, verify that each element is a type that gitlab_git
      will accept before attempting to create a DiffCollection.
      
      Closes #20776
  4. 22 Sep, 2016 1 commit
  5. 25 Aug, 2016 1 commit
  6. 03 Aug, 2016 1 commit
  7. 02 Aug, 2016 3 commits
  8. 11 Jul, 2016 1 commit
  9. 08 Jul, 2016 1 commit
    • Collapse large diffs by default · b6b26692
      Sean McGivern authored
      When rendering a list of diff files, skip those where the diff is over
      10 KB and provide an endpoint to render individually instead.