summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff/file_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-3/+3
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-5/+1
* Specs for diff parser! Yay!Dmitriy Zaporozhets2014-09-081-0/+25