summaryrefslogtreecommitdiff
path: root/app/models/discussion.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-0/+91