An error occurred fetching the project authors.
  1. 07 Dec, 2018 1 commit
  2. 24 May, 2018 2 commits
    • Oswaldo Ferreira's avatar
      Persist truncated note diffs on a new table · 84481a6b
      Oswaldo Ferreira authored
      We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
      With this change we solve this problem and simplify a lot fetching this piece of info.
      84481a6b
    • Oswaldo Ferreira's avatar
      Persist truncated note diffs on a new table · bb8f2520
      Oswaldo Ferreira authored
      We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
      With this change we solve this problem and simplify a lot fetching this piece of info.
      bb8f2520
  3. 30 Jan, 2018 1 commit
    • Sean McGivern's avatar
      Fix truncated_diff_lines for legacy notes without a line · 382421a9
      Sean McGivern authored
      It appears that some legacy diff notes on GitLab.com have invalid line codes,
      which means truncated_diff_lines won't work. This is just a band-aid solution,
      as neither the diff nor the discussion will display correctly for these notes,
      but they won't cause a 500 error.
      382421a9
  4. 27 Jul, 2017 1 commit
  5. 26 Jul, 2017 1 commit
  6. 24 May, 2017 1 commit
  7. 28 Apr, 2017 1 commit
  8. 26 Apr, 2017 1 commit
  9. 08 Apr, 2017 1 commit
  10. 05 Apr, 2017 4 commits