gitlab-org--gitlab-foss/app/views/projects/diffs
Dominik Sander d4fec49abc Fix merge request comments on files with multiple commits
Having a merge request with a comments on a line which is then changed
in a later commit prevented new comments from properly showing up in the
merge request show page.

 * `Note#set_diff` do not use stored the diff when creating a new note
   in merge requests (we can not be sure the diff did not changed since
   the last comment on that line)
 * Do not rely just on `outdated?` of the first note when displaying
   comments of a MR in the discussion tab, but partition the
   active/outdated notes and display them all
 * In the inline changes tab just select the active notes, so an
   outdated note does not prevent an active one from being rendered
 * Just show active comments in the side-by-side changes tab
2015-04-15 18:23:57 +02:00
..
_diffs.html.haml Fix performance issue when browse big diffs 2015-04-13 15:51:28 +03:00
_file.html.haml Fix file mode going to next line in diff header 2015-03-23 09:38:52 -07:00
_image.html.haml Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
_match_line.html.haml Refactor diff views 2014-09-08 16:26:49 +03:00
_match_line_parallel.html.haml Refactor diff views 2014-09-08 16:26:49 +03:00
_parallel_view.html.haml Move organizing of comments to helper. 2014-09-12 19:51:44 +02:00
_stats.html.haml Replace show diff button with link 2015-03-18 19:11:27 -07:00
_text_file.html.haml Fix merge request comments on files with multiple commits 2015-04-15 18:23:57 +02:00
_warning.html.haml Refactor buttons 2015-03-14 00:29:32 -07:00