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 (Collapse)Author
2016-08-19Fix bug where notes weren’t shown in discussion when the code had changed ↵Douwe Maan
after creation
2016-08-17Store discussion_id on Note for faster discussion lookup.Douwe Maan
2016-08-04Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
# Conflicts: # app/models/discussion.rb # db/schema.rb
2016-08-03switch from diff_file_collection to diffsPaco Guzman
So we have raw_diffs too
2016-07-29Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
# Conflicts: # db/schema.rb
2016-07-28Reduce number of queries made for merge_requests/:id/diffsAhmad Sherif
2016-07-26Use sha1 of discussion ID.Douwe Maan
2016-07-16Don't fail when a LegacyDiffNote didn't store the right diffDouwe Maan
2016-07-07Extract parts of LegacyDiffNote into DiffOnNote concern and move part of ↵Douwe Maan
responsibility to other classes
2016-06-23Restore old behavior around diff notes to outdated discussionsDouwe Maan
2016-06-01Incorportate feedbackZ.J. van de Weg
2016-05-14Clean up LegacyDiffNote somewhatDouwe Maan
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan