gitlab-org--gitlab-foss/app/views/projects/diffs
Alex Lossent affd049dc4 Improve handling of large diffs
Diffs with a large number of changed lines time out (504 HTTP error) or
generate a HTML page that's so heavy web browsers struggle with it.

https://github.com/gitlabhq/gitlabhq/pull/5014 introduced limits on
commit line count so that only a safe portion is rendered. This was
later undone by code refactoring in be5b6db8, e0eb4803 and c741fcab.
This patch re-introduces a safe limit on number of lines.
2015-05-05 18:51:12 +02:00
..
_diffs.html.haml Improve handling of large diffs 2015-05-05 18:51:12 +02:00
_file.html.haml Fix "Revspec not found" errors when viewing diffs in a forked project with submodules 2015-04-27 20:42:38 -07:00
_image.html.haml
_match_line.html.haml
_match_line_parallel.html.haml
_parallel_view.html.haml
_stats.html.haml
_text_file.html.haml Fix merge request comments on files with multiple commits 2015-04-15 18:23:57 +02:00
_warning.html.haml Improve handling of large diffs 2015-05-05 18:51:12 +02:00