summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/diff.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+0
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-2/+6
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+10
* Add latest changes from gitlab-org/security/gitlab@14-0-stable-eeGitLab Bot2021-06-301-2/+9
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+2
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-4/+8
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-12/+12
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-131-0/+2
* [ci skip] Fix documentation of Gitlab::Git::Diff#filter_diff_options flagsAlejandro Rodríguez2018-10-171-1/+1
* Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-011-31/+31
* Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-56/+20
* Fix merge requests not showing any diff files for big patches49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limitsAlejandro Rodríguez2018-08-171-0/+1
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Decouple more of Repository from RuggedJacob Vosmaer (GitLab)2018-01-301-1/+1
* Revert "Increase diff limits to 100 KB for collapse and 200 KB overall"Sean McGivern2017-10-021-37/+9
* Migrate Gitlab::Git::Repository#diff to Gitalyfeature/migrate-repository-diffAhmad Sherif2017-09-211-0/+4
* renames ambiguous methods and add specmicael.bergeron2017-09-061-1/+3
* fix refactoring error with Blob.binary?micael.bergeron2017-09-061-2/+2
* revert to using a simple representationmicael.bergeron2017-09-061-8/+8
* wip: fake its a binary diffmicael.bergeron2017-09-061-1/+15
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-2/+2
* Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-191-0/+2
* Try to eliminate unused diff optionsJacob Vosmaer2017-07-121-96/+4
* Encode Gitaly diff patches properlyfix/properly-encode-gitaly-diffsAhmad Sherif2017-06-221-1/+1
* Add table for files in merge request diffsSean McGivern2017-06-161-10/+7
* Implement diff viewersDouwe Maan2017-06-141-0/+2
* Only look up diff size limit flags once per requestcache-diff-size-limitsSean McGivern2017-06-091-2/+18
* Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-t...Douwe Maan2017-06-051-9/+21
|\
| * Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-021-9/+21
* | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher2017-06-021-10/+10
|\ \
| * | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpcAhmad Sherif2017-06-021-10/+10
| |/
* | Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
|/
* Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-311-1/+1
* Fix Diff#too_large? and specsDouwe Maan2017-05-301-3/+5
* Fix Diff#to_hash and #init_from_hashDouwe Maan2017-05-301-0/+3
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-31/+31
* Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-0/+8
* Add support for deltas_only under GitalyAhmad Sherif2017-05-131-9/+11
* Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-2/+19
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+322
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-63/+0
* symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets2013-04-161-5/+5
* Init Gitlab::Git::Diff classDmitriy Zaporozhets2013-04-151-0/+63