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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-26objectpool: Remove feature flag guarding heuristical repo maintenancepks-objectpool-remove-optimize-repository-ffPatrick Steinhardt
2022-07-26Merge branch 'jc-remove-user-rebase-confirmable-ff' into 'master'Will Chandler
2022-07-25Merge branch 'wc-gemfile-update' into 'master'Pavlo Strokov
2022-07-25ruby: Fix dependencies in Gemfile.lockWill Chandler
2022-07-25Merge branch 'kwiebers-master-patch-36682' into 'master'John Cai
2022-07-25Update the stage label to systems for dangerKyle Wiebers
2022-07-25operations: Remove UserRebaseConfirmableImprovedErrorHandling FFJohn Cai
2022-07-25Merge branch 'pks-git-dont-advertise-hidden-refs' into 'master'Pavlo Strokov
2022-07-22Merge branch 'galfaro2-master-patch-64390' into 'master'Will Chandler
2022-07-22Merge branch 'pks-ssh-upload-pack-canceled-fetches' into 'master'Will Chandler
2022-07-22Update Gemfile.lockGreg Alfaro
2022-07-22Update Gemfile.lockGreg Alfaro
2022-07-22ssh: Improve errors for fetches canceled by the userPatrick Steinhardt
2022-07-22Revert "ssh: Add tests with injected network errors"Patrick Steinhardt
2022-07-22ssh: Add tests with injected network errorsPatrick Steinhardt
2022-07-22ssh: Add tests to verify reference negotiation with invalid objectsPatrick Steinhardt
2022-07-22ssh: Add helper to start an SSH server and return its GitalyServerPatrick Steinhardt
2022-07-22testserver: Make the gRPC server accessible to outside callersPatrick Steinhardt
2022-07-22helper: Add function to format `Canceled` errorsPatrick Steinhardt
2022-07-21Gemfile.lock: Update actionview gemgalfaro2-master-patch-64390Greg Alfaro
2022-07-21Merge branch 'revert-c5786dc5' into 'master'Patrick Steinhardt
2022-07-21Revert "Merge branch..."Steve Azzopardi
2022-07-21Update changelog for 15.2.0GitLab Release Tools Bot
2022-07-21Merge branch '4366-findtag-returns-an-internal-error-code-when-it-cannot-find...Patrick Steinhardt
2022-07-21Change FindTag err when tag not found to NotFoundSteve Azzopardi
2022-07-21git: Don't advertise internal references via git-upload-pack(1)pks-git-dont-advertise-hidden-refsPatrick Steinhardt
2022-07-21git: Discern different types of internal referencesPatrick Steinhardt
2022-07-21git: Remove static assert around internal refsPatrick Steinhardt
2022-07-21repository: Verify ReplicateRepository works with internal refsPatrick Steinhardt
2022-07-21smarthttp: Demonstrate that we mistakenly announce hidden refsPatrick Steinhardt
2022-07-21smarthttp: Test for exact matches of ref advertisement in InfoRefs testsPatrick Steinhardt
2022-07-21smarthttp: Rename tests to match modern best practicesPatrick Steinhardt
2022-07-21gittest: Add `Pktlinef()` helper functionPatrick Steinhardt
2022-07-20Merge branch 'pks-ci-caching-use-fastzip' into 'master'Will Chandler
2022-07-20Merge branch 'pks-git-objectids-sha256' into 'master'Will Chandler
2022-07-20Merge branch 'pks-command-exit-goroutine-early' into 'master'Patrick Steinhardt
2022-07-20Merge branch 'pks-repository-clone-from-url-fix-test' into 'master'Patrick Steinhardt
2022-07-20ci: Enable use of fastzip to speed up cache handlingPatrick Steinhardt
2022-07-20Merge branch 'pks-updateref-ignore-post-receive-custom-hook-error' into 'master'Patrick Steinhardt
2022-07-20repository: Fix test writing into Gitaly's repositoryPatrick Steinhardt
2022-07-20git: Add logic to detect object hash for a repositoryPatrick Steinhardt
2022-07-20gittest: Split out ObjectID-related tests into separate packagePatrick Steinhardt
2022-07-20gittest: Introduce default object hashPatrick Steinhardt
2022-07-20git: Remove separate `sha256` packagePatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Move `EmptyTreeOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Move `NewObjectIDFromHex()` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Move `ValidateObjectID()` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Introduce infra to encapsulate different object ID implementationsPatrick Steinhardt
2022-07-20git: Rename files hosting the ObjectID implementationPatrick Steinhardt