diff options
author | Sean McGivern <sean@gitlab.com> | 2017-04-20 15:47:32 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-04-25 16:54:10 +0100 |
commit | a0979c05fd5976cabe3c0633c168848d66320bfa (patch) | |
tree | ec0aa3a394e875871cdec10ce61a3e75ba7f3eb9 /changelogs | |
parent | d1e570221bfdf1f513af017e39d7ebfe8967cfe3 (diff) | |
download | gitlab-ce-a0979c05fd5976cabe3c0633c168848d66320bfa.tar.gz |
Show correct size when MR diff overflows
The problem is that we often go via a diff object constructed from the diffs
stored in the DB. Those diffs, by definition, don't overflow, so we don't have
access to the 'correct' `real_size` - that is stored on the MR diff object
iself.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/mr-diff-size-overflow.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/mr-diff-size-overflow.yml b/changelogs/unreleased/mr-diff-size-overflow.yml new file mode 100644 index 00000000000..87449930cf2 --- /dev/null +++ b/changelogs/unreleased/mr-diff-size-overflow.yml @@ -0,0 +1,4 @@ +--- +title: Show sizes correctly in merge requests when diffs overflow +merge_request: +author: |