summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Memoize old_blob and new_blob to improve performanceIgor2019-03-281-2/+6
* Fix diff bottom expand button appears twiceMark Chao2019-03-211-10/+15
* Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan2019-03-071-0/+10
|\
| * Add option to expand diff to full filePhil Hughes2019-03-061-0/+10
* | Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
|/
* Replaced part of diff file properties with diff viewerNatalia Tepluhina2019-02-151-0/+4
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-11/+17
* Cache diff highlight in discussionsOswaldo Ferreira2018-12-211-3/+23
* Merge branch '54786-mr-empty-file-display' into 'master'Nick Thomas2018-12-151-0/+4
|\
| * Display empty files properly on MR diffsSean Nichols2018-12-111-0/+4
* | Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+10
|/
* Merge branch 'osw-comment-on-any-line-on-diffs-w-feature-flag' into 'master'Douwe Maan2018-11-121-0/+19
|\
| * Comment on any expanded diff line on MRsosw-comment-on-any-line-on-diffs-w-feature-flagOswaldo Ferreira2018-11-091-0/+19
| * Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-19/+0
| * Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-0/+19
* | Enable even more frozen string in lib/gitlabgfyoung2018-11-061-0/+2
|/
* Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-3/+4
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Merge branch 'issue_48474' into 'master'Sean McGivern2018-07-051-0/+1
|\
| * Render LegacyDiffNote when diff_file blob is nilFelipe Artur2018-07-041-0/+1
* | Don't add bottom 'match' line for deleted filesJan Provaznik2018-06-281-1/+1
|/
* Changes tab VUE refactoringFelipe Artur2018-06-211-2/+29
* Adjust insufficient diff hunks being persisted on NoteDiffFileosw-ignore-diff-header-when-persisting-diff-hunkOswaldo Ferreira2018-06-051-3/+6
* 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