Files
gitlabhq/app/models
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
..
2015-04-02 22:36:54 +02:00
2015-04-14 15:16:00 +02:00
2011-10-09 00:36:38 +03:00
2015-04-03 12:28:47 +02:00
2015-04-03 12:28:47 +02:00
2015-04-11 17:56:45 +03:00
2015-03-15 13:50:38 +01:00
2015-04-14 12:00:43 +02:00
2014-08-25 12:25:02 +03:00
2015-04-14 23:11:13 -07:00
2014-10-09 18:22:20 +03:00
2014-10-09 18:22:20 +03:00
2015-01-22 09:40:03 -08:00
2015-03-27 11:09:29 +01:00
2015-03-16 21:38:41 +02:00
2015-03-18 14:08:26 +01:00
2014-08-25 12:25:02 +03:00