summaryrefslogtreecommitdiff
path: root/app/models/discussion.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+0
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-4/+0
* Change Note#to_ability_name to 'note'Dylan Griffith2019-10-231-0/+1
* Add policy check if cross reference system notes are accessibleAlexandru Croitor2019-09-301-0/+1
* GraphQL support for Notes created in discussions62826-graphql-note-mutationsLuke Duncalfe2019-07-101-0/+11
* Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-141-1/+7
* Fix polling for transformed individual notes30299-fix-polling-for-transformed-notesHeinrich Lee Yu2019-02-131-2/+0
* Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-0/+6
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+4
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-0/+1
* Commenting on image diffsFelipe Artur2017-10-071-0/+4
* Add full JSON endpoints for issue notes and discussionsDouwe Maan2017-07-211-0/+4
* Fix replying to a commit discussion displayed in the context of an MRDouwe Maan2017-06-011-0/+6
* Move includes call to scopedm-discussions-n-plus-1Douwe Maan2017-05-311-1/+1
* Resolve N+1 query issue with discussionsDouwe Maan2017-05-291-1/+2
* Fix bug where commit comment would not show up in the right discussion on the...Douwe Maan2017-04-071-9/+9
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-0/+6
* Add line breaks in long commentsDouwe Maan2017-04-051-2/+4
* Address review commentsDouwe Maan2017-04-051-27/+19
* Address review commentsDouwe Maan2017-04-051-0/+1
* Don't use original_discussion_idDouwe Maan2017-04-051-19/+4
* Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan2017-04-051-75/+6
* Add specsDouwe Maan2017-04-051-9/+12
* Better notification emails for notes and (diff) discussionsDouwe Maan2017-04-051-0/+4
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-81/+71
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-0/+4
* Tidy up text emailsSean McGivern2016-11-281-2/+5
* Add keyword arguments to truncated_diff methodhhoopes2016-11-251-3/+4
* Change diff highlight/truncate for reusabilityhhoopes2016-11-251-5/+7
* 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-12/+27
* Fix bug where notes weren’t shown in discussion when the code had changed a...Douwe Maan2016-08-191-0/+1
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-2/+2
* Address review feedbackDouwe Maan2016-08-161-0/+2
* Add specs for Discussion and MergeRequest modelsDouwe Maan2016-08-121-3/+5
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-031-3/+15
|\
| * Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-021-0/+6
* | Use correct user for 'Discussion resolved by...'Douwe Maan2016-07-281-1/+12
* | Fixed close merge request not hidingPhil Hughes2016-07-271-1/+1
* | Fix Discussion#resolved? to be false for commit discussionsDouwe Maan2016-07-261-1/+1
* | Add resolved and last updated status to collapsed discussionsDouwe Maan2016-07-251-0/+8
* | Collapse/hide resolved discussionsDouwe Maan2016-07-251-1/+13
* | Add access checks for diff note and discussion resolutionDouwe Maan2016-07-251-0/+8
* | Add methods to resolve diff notes and discussionsDouwe Maan2016-07-251-0/+12
* | Add resolved methods on DiscussionDouwe Maan2016-07-251-1/+19
|/