summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/blob.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez2018-03-051-5/+9
* Migrate Git::Blob.batch to GitalyAhmad Sherif2018-02-081-5/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
* Fix .batch_lfs_pointers accepting a lazy enumeratorfix/batch-lfs-pointers-accepting-lazy-enumAhmad Sherif2018-01-251-3/+1
* Migrate .batch_lfs_pointers to Gitalyfeature/migrate-get-lfs-ptrs-to-gitalyAhmad Sherif2018-01-241-7/+15
* Fix Error 500 when repository has no avatarsh-fix-error-500-no-avatarsStan Hu2018-01-201-0/+4
* Merge branch 'remove-commit-tree' into 'master'Sean McGivern2018-01-081-2/+2
|\
| * Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-041-2/+2
* | Fix typos in a code commentZeger-Jan van de Weg2018-01-051-2/+2
* | Reroute batch blobs to single blob RPCZeger-Jan van de Weg2018-01-021-6/+25
|/
* Add link to gitaly converationZeger-Jan van de Weg2017-11-301-0/+1
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-0/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones2017-11-011-11/+46
* Ensure that Blob.raw returns always returns a valid blob objectsh-blob-raw-checkStan Hu2017-09-211-0/+2
* renames ambiguous methods and add specmicael.bergeron2017-09-061-1/+1
* fix refactoring error with Blob.binary?micael.bergeron2017-09-061-4/+4
* revert to using a simple representationmicael.bergeron2017-09-061-8/+4
* 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