summaryrefslogtreecommitdiff
path: root/spec/models/diff_note_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add specsDouwe Maan2017-04-101-0/+17
* Don't use original_discussion_idDouwe Maan2017-04-051-25/+0
* Add specsDouwe Maan2017-04-051-1/+23
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-283/+4
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-2/+2
* 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/+37
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-0/+50
* Address review feedbackDouwe Maan2016-08-161-1/+1
* Add specs for new Note and DiffNote methods.Douwe Maan2016-08-121-0/+246
* Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-021-2/+2
* Make `DiffNote#update_position` privateDouwe Maan2016-07-071-39/+44
* Add tests for DiffNoteDouwe Maan2016-07-061-0/+186