diff options
author | Sean McGivern <sean@gitlab.com> | 2017-04-20 15:47:32 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-04-25 13:02:44 +0100 |
commit | 61795caaf7b66fe7d068ce13fd73c18f063f724b (patch) | |
tree | d08cf837de44878de0117da214851eb0b435ea5d /changelogs | |
parent | 33a25e0fc61a1436bfbe9b1e3079c5790a726492 (diff) | |
download | gitlab-ce-mr-diff-size-overflow.tar.gz |
Show correct size when MR diff overflowsmr-diff-size-overflow
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: |