summaryrefslogtreecommitdiff
path: root/spec/models/diff_note_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add image_diff_note_on_merge_request factoryDouwe Maan2018-12-201-16/+1
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+18
* Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-1/+61
* Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira2018-04-301-5/+28
* Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-221-16/+0
* adding view and feature specsmicael.bergeron2017-12-071-17/+12
* Prevents position update for image diff notesissue_40058Felipe Artur2017-11-131-0/+6
* Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-121-1/+1
* Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-1/+1
* Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-121-1/+1
* Commenting on image diffsFelipe Artur2017-10-071-3/+37
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Update diff discussion position per discussion instead of per notedm-update-discussion-diff-positionDouwe Maan2017-05-311-23/+4
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-2/+2
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-17/+35
* 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