summaryrefslogtreecommitdiff
path: root/app/models/diff_note.rb
Commit message (Expand)AuthorAgeFilesLines
* Make diff_refs_match_commit validation reusablePatrick Bajao2019-08-011-7/+0
* Lock suggestions_filter_enabled as trueKerri Miller2019-06-051-1/+1
* Avoid 500's when commit is not reachableOswaldo Ferreira2019-06-051-1/+1
* Get `repository` from noteable in DiffNotesBob Van Landuyt2019-06-031-5/+9
* Make `resolvable_types` a class methodBob Van Landuyt2019-06-031-1/+3
* Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-2/+2
* Implement multi-line suggestions filteringOswaldo Ferreira2019-03-201-1/+1
* Use shorthand version of method callOswaldo Ferreira2019-02-261-2/+1
* Always fetch MR latest version when creating suggestionsOswaldo Ferreira2019-02-261-0/+9
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+13
* Comment on any expanded diff line on MRsosw-comment-on-any-line-on-diffs-w-feature-flagOswaldo Ferreira2018-11-091-17/+28
* Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-28/+17
* Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan2018-11-071-17/+28
|\
| * Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-17/+28
* | Remove EE-specific code from DiscussionNoteremove-ee-specific-code-from-plan-and-create-modelsSean McGivern2018-10-261-2/+4
|/
* Backport CE changes from draft_notes addition in EEMario de la Ossa2018-10-041-67/+1
* Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-1/+1
* Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-6/+10
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-15/+52
* Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira2018-04-301-1/+14
* Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-221-5/+1
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-0/+7
* Prevents position update for image diff notesissue_40058Felipe Artur2017-11-131-1/+2
* Commenting on image diffsFelipe Artur2017-10-071-2/+12
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-3/+3
* Merge branch 'dm-update-discussion-diff-position' into 'master'Grzegorz Bizon2017-06-011-5/+13
|\
| * Update diff discussion position per discussion instead of per notedm-update-discussion-diff-positionDouwe Maan2017-05-311-5/+13
* | Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-3/+3
|/
* Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher2017-05-251-2/+2
|\
| * Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-2/+2
* | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-2/+5
|/
* 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