summaryrefslogtreecommitdiff
path: root/app/models/diff_note.rb
Commit message (Expand)AuthorAgeFilesLines
* 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