summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-0/+7
* Ensure that we never assume old_blob or new_blob are nil44257-viewing-a-particular-commit-gives-500-error-error-undefined-method-binarySean McGivern2018-03-161-18/+21
* Fix error when viewing diffs without blobs41468-error-500-trying-to-view-a-merge-request-json-undefined-method-binary-for-nil-nilclassSean McGivern2018-01-041-8/+23
* Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-221-1/+3
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-10/+8
* Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-121-1/+1
* Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-1/+1
* Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-121-1/+1
* Commenting on image diffsFelipe Artur2017-10-071-7/+22
* Migrate Gitlab::Git::Repository#diff to Gitalyfeature/migrate-repository-diffAhmad Sherif2017-09-211-2/+2
* Show un-highlighted diffs when blobs are the sameSean McGivern2017-08-241-1/+8
* Always return a simple diff viewerSean McGivern2017-08-221-0/+2
* Remove unused (?) codeJacob Vosmaer2017-07-311-18/+0
* Implement diff viewersDouwe Maan2017-06-141-1/+108
* Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-081-13/+37
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-23/+47
* Rename Diff::File {old,new}_ref to {old,new}_shaDouwe Maan2017-05-231-4/+4
* Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-7/+4
* Fix Error 500 when creating a merge request that contains an image that was d...stanhu/gitlab-ce-fix-error-500-with-mr-imagesStan Hu2016-11-141-5/+8
* Fix expanding a collapsed diff when converting a symlink to a regular fileadam-fix-collapsed-diff-symlink-file-conversionAdam Niedzielski2016-11-101-1/+1
* Fix the diff in the merge request view when converting a symlink to a regular...adam-fix-mr-diff-symlink-file-conversionAdam Niedzielski2016-10-171-0/+4
* 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