summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff/file_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-30/+2
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-6/+7
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+8
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-30/+6
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+16
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+95
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-30/+14
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-3/+3
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-3/+3
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+42
* Add latest changes from gitlab-org/security/gitlab@14-0-stable-eeGitLab Bot2021-06-301-13/+45
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+12
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+55
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-021-8/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-0/+10
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Fix diff bottom expand button appears twiceMark Chao2019-03-211-0/+7
* Add option to expand diff to full filePhil Hughes2019-03-061-41/+160
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-4/+4
* Fix redundant returns in spec fileSean Nichols2018-12-131-3/+3
* Add tests and move empty file message into own componentSean Nichols2018-12-131-0/+89
* Comment on any expanded diff line on MRsosw-comment-on-any-line-on-diffs-w-feature-flagOswaldo Ferreira2018-11-091-0/+46
* Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-46/+0
* Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-0/+46
* Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-0/+64
* Don't add bottom 'match' line for deleted filesJan Provaznik2018-06-281-0/+15
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-1/+3
* Adjust insufficient diff hunks being persisted on NoteDiffFileosw-ignore-diff-header-when-persisting-diff-hunkOswaldo Ferreira2018-06-051-50/+63
* Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-0/+54
* 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-0/+12
* 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-0/+25
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-6/+2
* Show un-highlighted diffs when blobs are the sameSean McGivern2017-08-241-4/+40
* Always return a simple diff viewerSean McGivern2017-08-221-0/+14
* Remove unused (?) codeJacob Vosmaer2017-07-311-8/+0
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Implement diff viewersDouwe Maan2017-06-141-0/+301
* Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-081-3/+25
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-1/+1
* 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-0/+24
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-1/+1
* Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-181-0/+14
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-2/+2
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-1/+1
* Show a notice for diffs that are too largehide-large-diffsYorick Peterse2016-03-181-0/+14
* More refactoring from last code review. #3945Rubén Dávila2016-01-141-1/+1
* Fix broken specs. #3945Rubén Dávila2016-01-081-1/+1