summaryrefslogtreecommitdiff
path: root/app/models/diff_note.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-10/+21
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-3/+4
* Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-081-8/+6
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-0/+2
* Address review commentsDouwe Maan2017-04-051-0/+1
* Don't use original_discussion_idDouwe Maan2017-04-051-3/+0
* Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan2017-04-051-13/+2
* Add specsDouwe Maan2017-04-051-1/+3
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-93/+22
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Optimize discussion notes resolving and unresolving21109-discussion-resolve-runs-a-single-update-query-per-note-but-should-run-a-single-update-query-for-all-notes-insteadAlejandro Rodríguez2016-09-061-0/+18
* Move #to_discussion to NoteOnDiff21211-comment-on-diff-partially-broken-after-updating-to-8-11Sean McGivern2016-08-301-4/+0
* Call `set_discussion_id` again in DiffNote `before_validation` because the or...Douwe Maan2016-08-191-0/+3
* Fix bug where notes weren’t shown in discussion when the code had changed a...Douwe Maan2016-08-191-0/+4
* Improve performance of MR show pageDouwe Maan2016-08-181-2/+0
* Fix a lingering conflict.Connor Shea2016-08-171-5/+1
* Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-171-0/+4
|\
| * Don't allow resolving invalid conflictsSean McGivern2016-08-121-1/+1
* | Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-14/+23
* | Address review feedbackDouwe Maan2016-08-161-1/+1
* | Add specs for new Note and DiffNote methods.Douwe Maan2016-08-121-0/+3
* | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-031-2/+10
|\ \ | |/
| * Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-021-2/+10
* | Backend tweaksDouwe Maan2016-07-281-2/+13
* | Use sha1 of discussion ID.Douwe Maan2016-07-251-2/+2
* | Add methods to resolve diff notes and discussionsDouwe Maan2016-07-251-0/+18
* | Add resolved_at and resolved_by_id to DiffNoteDouwe Maan2016-07-251-0/+13
|/
* Make `DiffNote#update_position` privateDouwe Maan2016-07-071-19/+14
* Keep around DiffNote position commitsDouwe Maan2016-07-061-0/+13
* Automatically update diff note positions when MR is pushed toDouwe Maan2016-07-061-1/+21
* Support new diff notes on MRs with diff_refsDouwe Maan2016-07-061-1/+1
* Add DiffNote modelDouwe Maan2016-07-061-0/+99