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
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-05-24Persist truncated note diffs on a new tableOswaldo Ferreira
2018-05-01Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira
2017-12-22Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan
2017-12-07Allow commenting on individual commits inside an MRDouwe Maan
2017-11-13Prevents position update for image diff notesFelipe Artur
2017-10-07Commenting on image diffsFelipe Artur
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-06-01Merge branch 'dm-update-discussion-diff-position' into 'master'Grzegorz Bizon
2017-05-31Update diff discussion position per discussion instead of per noteDouwe Maan
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2017-05-26Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher
2017-05-24Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan
2017-05-23Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan
2017-05-03Allow commenting on older versions of the diff and comparisons between diff v...Douwe Maan
2017-04-08Link to outdated diff in older MR version from outdated diff discussionDouwe Maan
2017-04-06Refactor resolvability checks based on typeDouwe 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-05Add option to start a new discussion on an MRDouwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2016-09-06Optimize discussion notes resolving and unresolvingAlejandro Rodríguez
2016-08-30Move #to_discussion to NoteOnDiffSean McGivern
2016-08-20Call `set_discussion_id` again in DiffNote `before_validation` because the or...Douwe Maan
2016-08-19Fix bug where notes weren’t shown in discussion when the code had changed a...Douwe Maan
2016-08-19Improve performance of MR show pageDouwe Maan
2016-08-17Fix a lingering conflict.Connor Shea
2016-08-17Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-17Store discussion_id on Note for faster discussion lookup.Douwe Maan
2016-08-16Address review feedbackDouwe Maan
2016-08-12Don't allow resolving invalid conflictsSean McGivern
2016-08-12Add specs for new Note and DiffNote methods.Douwe 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-29Backend tweaksDouwe Maan
2016-07-26Use sha1 of discussion ID.Douwe Maan
2016-07-26Add methods to resolve diff notes and discussionsDouwe Maan
2016-07-26Add resolved_at and resolved_by_id to DiffNoteDouwe Maan
2016-07-07Make `DiffNote#update_position` privateDouwe Maan
2016-07-07Keep around DiffNote position commitsDouwe Maan
2016-07-07Automatically update diff note positions when MR is pushed toDouwe Maan
2016-07-07Support new diff notes on MRs with diff_refsDouwe Maan
2016-07-07Add DiffNote modelDouwe Maan