summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/diff.rb
Commit message (Expand)AuthorAgeFilesLines
* 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