summaryrefslogtreecommitdiff
path: root/app/models/legacy_diff_note.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-5/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-221-5/+1
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Don't display comment on unchanged line on both sides in parallel diffDouwe Maan2017-06-191-1/+1
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-1/+1
* Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-081-1/+2
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-0/+3
* Address review commentsDouwe Maan2017-04-051-1/+3
* Address review commentsDouwe Maan2017-04-051-0/+1
* Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan2017-04-051-8/+0
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-8/+2
* Fix bug where notes weren’t shown in discussion when the code had changed a...Douwe Maan2016-08-191-0/+4
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-6/+6
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-031-2/+2
|\
| * switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+2
* | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-07-281-1/+9
|\ \ | |/
| * Reduce number of queries made for merge_requests/:id/diffsfix/use-fewer-queries-for-mr-notesAhmad Sherif2016-07-281-1/+9
* | Use sha1 of discussion ID.Douwe Maan2016-07-251-1/+1
|/
* Don't fail when a LegacyDiffNote didn't store the right diffDouwe Maan2016-07-151-2/+2
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-58/+11
* Restore old behavior around diff notes to outdated discussionsDouwe Maan2016-06-221-1/+1
* Incorportate feedbackZ.J. van de Weg2016-06-011-0/+4
* Clean up LegacyDiffNote somewhatDouwe Maan2016-05-131-98/+73
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-0/+182