summaryrefslogtreecommitdiff
path: root/app/models/concerns/note_on_diff.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-221-4/+0
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-10/+0
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-0/+4
* Some code tweaksDouwe Maan2017-04-081-0/+4
* Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-081-0/+10
* Address review commentsDouwe Maan2017-04-051-0/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-8/+0
* Move #to_discussion to NoteOnDiff21211-comment-on-diff-partially-broken-after-updating-to-8-11Sean McGivern2016-08-301-0/+4
* Fix bug where notes weren’t shown in discussion when the code had changed a...Douwe Maan2016-08-191-0/+4
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-25/+0
* Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-2/+0
* Add some more code comments.Douwe Maan2016-07-061-0/+1
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-0/+53