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-12-04Avoid 500's when serializing legacy diff notesOswaldo Ferreira
2018-11-07Enable even more frozen string in lib/gitlabgfyoung
2018-11-01Avoidp loading merge request diff files when not neededStan Hu
2018-09-19Use standalone diff stats RPC on every comparison viewOswaldo Ferreira
2018-09-07Cache diff highlighting upon Merge Request creation (refactors diff caching)Oswaldo Ferreira
2018-07-04Use serialize_keys as part of highlight diff cacheJan Provaznik
2018-05-01Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira
2018-03-15Only cache MR diffs for one weekSean McGivern
2018-03-15Only cache highlight results for latest MR diffsSean McGivern
2018-03-09Submit a single batch blob RPC to Gitaly per HTTP request when viewing diffsOswaldo Ferreira
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-26Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher
2017-05-25Address feedbackDouwe Maan
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-04-25Show correct size when MR diff overflowsSean McGivern
2016-12-26Fix MR with files hidden by .gitattributesSean McGivern
2016-12-02Fixes ActionView::Template::Error: undefined method `text?` for nil:NilClassValery Sizov
2016-11-25Fix: Timeout creating and viewing merge request for binary fileValery Sizov
2016-11-10Fix expanding a collapsed diff when converting a symlink to a regular fileAdam Niedzielski
2016-10-17Fix the diff in the merge request view when converting a symlink to a regular...Adam Niedzielski
2016-08-15Make merge request diff works with new FileCollection logicDmitriy Zaporozhets
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman