summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-1/+1
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-1/+4
* Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-181-5/+1
* Collapse large diffs by defaultSean McGivern2016-07-081-0/+4
* Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-4/+3
* Add Gitlab::Git::PositionDouwe Maan2016-07-061-0/+32
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-0/+10
* Style diff and blob file headers the same wayDouwe Maan2016-07-061-10/+5
* Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-5/+21
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-12/+9
* Show a notice for diffs that are too largehide-large-diffsYorick Peterse2016-03-181-0/+4
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1
* Save and use actual diff base commit for MR diff highlightingDouwe Maan2016-01-201-2/+10
* Move parallel diff logic to separate classDouwe Maan2016-01-201-0/+4
* More refactoring from last code review. #3945Rubén Dávila2016-01-141-3/+2
* Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-1/+1
* Change strategy to highlight diffs. #3945Rubén Dávila2016-01-071-3/+5
* A bit of refactoring. #3945Rubén Dávila2015-12-301-1/+1
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-0/+4
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
* Show additions/deletions stats on merge request diffDmitriy Zaporozhets2015-10-011-0/+8
* Use new version of gitlab_git with extended rugged usageDmitriy Zaporozhets2014-09-241-1/+1
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-8/+15
* Specs for diff parser! Yay!Dmitriy Zaporozhets2014-09-081-1/+1
* Gitlab::Diff classes addedDmitriy Zaporozhets2014-09-081-0/+42