summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/blob.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-1/+1
|\
| * Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
|/
* Rename 'limit' to 'blob_size_limit'Jacob Vosmaer2017-08-071-7/+6
* Add Gitlab::Git::Blob.batch methodJacob Vosmaer2017-08-011-60/+77
* Renamed Gitaly servicesAndrew Newdigate2017-07-181-4/+4
* Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer2017-07-121-0/+4
* Add git_blob_load_all_data feature flagJacob Vosmaer2017-07-071-1/+10
* Add gitaly_git_blob_raw featureJacob Vosmaer2017-07-071-12/+22
* Fix issues with non-UTF8 filenames by always fixing the encoding of tree and ...dm-encode-tree-and-blob-pathsDouwe Maan2017-07-041-0/+4
* Migrate Gitlab::Git::Blob.find to Gitalyfeature/migrate-blob-find-to-gitalyAhmad Sherif2017-06-211-0/+45
* Detect if file that appears to be text in the first 1024 bytes is actually bi...dm-blob-binaryness-changeDouwe Maan2017-06-081-0/+1
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-0/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-2/+10
* Small code tweaksDouwe Maan2017-04-271-4/+0
* Normalize sizes in Gitlab::Git::BlobDouwe Maan2017-04-171-2/+2
* Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-157/+0
* Remove some useless require_relative statements26756-fix-already-intialized-constant-warningsRémy Coutable2017-01-171-3/+0
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-041-8/+8
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+333
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-42/+0
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-031-1/+13
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-0/+30