Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-21Add full JSON endpoints for issue notes and discussionsDouwe Maan
2017-06-01Fix replying to a commit discussion displayed in the context of an MRDouwe Maan
2017-05-31Move includes call to scopeDouwe Maan
2017-05-30Resolve N+1 query issue with discussionsDouwe Maan
2017-04-07Fix bug where commit comment would not show up in the right discussion on the...Douwe Maan
2017-04-06Refactor resolvability checks based on typeDouwe Maan
2017-04-05Add line breaks in long commentsDouwe Maan
2017-04-05Address review commentsDouwe Maan
2017-04-05Address review commentsDouwe Maan
2017-04-05Don't use original_discussion_idDouwe Maan
2017-04-05Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan
2017-04-05Add specsDouwe Maan
2017-04-05Better notification emails for notes and (diff) discussionsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-11-28Tidy up text emailsSean McGivern
2016-11-25Add keyword arguments to truncated_diff methodhhoopes
2016-11-25Change diff highlight/truncate for reusabilityhhoopes
2016-09-06Optimize discussion notes resolving and unresolvingAlejandro Rodríguez
2016-08-19Fix bug where notes weren’t shown in discussion when the code had changed a...Douwe Maan
2016-08-17Store discussion_id on Note for faster discussion lookup.Douwe Maan
2016-08-16Address review feedbackDouwe Maan
2016-08-12Add specs for Discussion and MergeRequest modelsDouwe Maan
2016-08-04Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-02Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman
2016-07-29Use correct user for 'Discussion resolved by...'Douwe Maan
2016-07-27Fixed close merge request not hidingPhil Hughes
2016-07-27Fix Discussion#resolved? to be false for commit discussionsDouwe Maan
2016-07-26Add resolved and last updated status to collapsed discussionsDouwe Maan
2016-07-26Collapse/hide resolved discussionsDouwe Maan
2016-07-26Add access checks for diff note and discussion resolutionDouwe Maan
2016-07-26Add methods to resolve diff notes and discussionsDouwe Maan
2016-07-26Add resolved methods on DiscussionDouwe Maan
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan