Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-11Remove last flags from Blob and WorkhorseJacob Vosmaer
2018-07-09Make blob and other RPC's mandatoryJacob Vosmaer (GitLab)
2018-06-25Gitaly tree entry is mandatoryZeger-Jan van de Weg
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-05-30Fix encoding error in Gitaly::Commit::TreeEntryKim "BKC" Carlbäcker
2018-05-09Backport some changes from gitlab-ee!5476Rubén Dávila
2018-03-05Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez
2018-02-20Add unit tests for Gitaly typesZeger-Jan van de Weg
2018-02-08Migrate Git::Blob.batch to GitalyAhmad Sherif
2018-01-25Fix .batch_lfs_pointers accepting a lazy enumeratorAhmad Sherif
2018-01-24Migrate .batch_lfs_pointers to GitalyAhmad Sherif
2018-01-21Fix Error 500 when repository has no avatarStan Hu
2018-01-08Merge branch 'remove-commit-tree' into 'master'Sean McGivern
2018-01-04Remove the Commit#tree methodJacob Vosmaer
2018-01-02Reroute batch blobs to single blob RPCZeger-Jan van de Weg
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-09-21Ensure that Blob.raw returns always returns a valid blob objectStan Hu
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-07Merge branch 'blob-batch-methods' into 'master'Douwe Maan
2017-08-07Rename 'limit' to 'blob_size_limit'Jacob Vosmaer
2017-08-01Fix bug in blob testJacob Vosmaer
2017-08-01Add Gitlab::Git::Blob.batch methodJacob Vosmaer
2017-07-07Add gitaly_git_blob_raw featureJacob Vosmaer
2017-06-22Merge branch 'feature/migrate-blob-find-to-gitaly' into 'master'Robert Speicher
2017-06-21Migrate Gitlab::Git::Blob.find to GitalyAhmad Sherif
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-04-18Fix specsDouwe Maan
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-03-25Fix RSpec/DescribeSymbol cop violationsRobert Speicher
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2017-01-05Absorb gitlab_gitRobert Speicher