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-01-04Fix error when viewing diffs without blobsSean McGivern
2017-12-22Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
2017-10-13Move line code generation into Gitlab::GitAlejandro Rodríguez
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
2017-10-13Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez
2017-10-07Commenting on image diffsFelipe Artur
2017-09-21Migrate Gitlab::Git::Repository#diff to GitalyAhmad Sherif
2017-08-24Show un-highlighted diffs when blobs are the sameSean McGivern
2017-08-22Always return a simple diff viewerSean McGivern
2017-07-31Remove unused (?) codeJacob Vosmaer
2017-06-14Implement diff viewersDouwe Maan
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-05-23Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan
2017-05-23Rename Diff::File {old,new}_ref to {old,new}_shaDouwe Maan
2017-05-23Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan
2016-11-14Fix Error 500 when creating a merge request that contains an image that was d...Stan Hu
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-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-07-18Collapsed diffs lines/size don't accumulate to overflow diffs.Paco Guzman
2016-07-08Collapse large diffs by defaultSean McGivern
2016-07-07Remove duplication, unused methods, and some other style thingsDouwe Maan
2016-07-07Add Gitlab::Git::PositionDouwe Maan
2016-07-07Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan
2016-07-07Style diff and blob file headers the same wayDouwe Maan
2016-07-07Add DiffFile#blob and #old_blobDouwe Maan
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-03-18Show a notice for diffs that are too largeYorick Peterse
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-01-20Save and use actual diff base commit for MR diff highlightingDouwe Maan
2016-01-20Move parallel diff logic to separate classDouwe Maan
2016-01-15More refactoring from last code review. #3945Rubén Dávila
2016-01-15Add inline diff markers in highlighted diffs.Douwe Maan
2016-01-08Change strategy to highlight diffs. #3945Rubén Dávila
2015-12-31A bit of refactoring. #3945Rubén Dávila
2015-12-30New implementation for highlighting diff files. #3945Rubén Dávila
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-10-01Show additions/deletions stats on merge request diffDmitriy Zaporozhets
2014-09-24Use new version of gitlab_git with extended rugged usageDmitriy Zaporozhets
2014-09-08Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets
2014-09-08Specs for diff parser! Yay!Dmitriy Zaporozhets
2014-09-08Gitlab::Diff classes addedDmitriy Zaporozhets