gitlab-org--gitlab-foss/lib/gitlab/diff
Sean McGivern a0979c05fd 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.
2017-04-25 16:54:10 +01:00
..
file_collection Show correct size when MR diff overflows 2017-04-25 16:54:10 +01:00
diff_refs.rb Cache MR diffs by diff refs 2017-04-08 14:37:46 -05:00
file.rb Fix Error 500 when creating a merge request that contains an image that was deleted and added 2016-11-14 15:57:01 +01:00
highlight.rb Enable Performance/RedundantMatch 2017-02-23 09:31:57 -06:00
inline_diff.rb Fix method visibility in inline diff class 2016-07-19 15:12:14 +02:00
inline_diff_marker.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
line.rb Better notification emails for notes and (diff) discussions 2017-04-05 17:44:14 +01:00
line_code.rb Refactoring inside refactoring. We need to go deeper 2014-09-08 21:54:52 +03:00
line_mapper.rb Add some more code comments. 2016-07-06 19:28:13 -04:00
parallel_diff.rb Add Discussion model to represent MR/diff discussion 2016-07-20 16:18:18 -06:00
parser.rb take nonewline context into account in diff parser 2017-03-13 22:09:43 +02:00
position.rb Fix specs 2017-04-05 17:44:14 +01:00
position_tracer.rb Fix commenting on an existing discussion on an unchanged line that is no longer in the diff 2017-04-24 11:17:15 -05:00