summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/blob.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-9/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-6/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-2/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-1/+12
* Bring back Rugged implementation of TreeEntryStan Hu2019-03-071-0/+6
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-2/+2
* Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg2018-11-201-2/+0
* Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"revert-e2aa2177Sean McGivern2018-11-201-0/+2
* Show what RPC is called in the performance barZeger-Jan van de Weg2018-11-161-2/+0
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-131-0/+2
* Move Repository#wrapped_gitaly_errors into concernBob Van Landuyt2018-10-301-1/+2
* Remove dependencies on LinguistZeger-Jan van de Weg2018-10-121-4/+4
* Remove last flags from Blob and WorkhorseJacob Vosmaer2018-07-111-86/+3
* Make blob and other RPC's mandatoryJacob Vosmaer (GitLab)2018-07-091-17/+2
* Gitaly tree entry is mandatoryzj-tree-entry-mandatoryZeger-Jan van de Weg2018-06-251-87/+26
* Fix a RuntimeError: cannot modify frozen stringNick Thomas2018-05-181-10/+10
* Backport some changes from gitlab-ee!5476Rubén Dávila2018-05-091-0/+6
* 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