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-26Support `make clean-build` to only clean the build directorysh-clean-buildStan Hu
2022-07-22Merge branch 'pks-ssh-upload-pack-canceled-fetches' into 'master'Will Chandler
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-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-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
2022-07-20command: Remove useless check for whether the process is setPatrick Steinhardt
2022-07-20command: Fix Goroutines sticking around until context cancellationPatrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-20command: Add `WithDir()` optionPatrick Steinhardt
2022-07-20command: Verify that finalizers run when expectedPatrick Steinhardt
2022-07-20command: Fix weird test setupPatrick Steinhardt
2022-07-20updateref: Ignore failures of custom post-receive hooksPatrick Steinhardt
2022-07-19Merge branch 'pks-updateref-improved-errors' into 'master'Sami Hiltunen
2022-07-19Update changelog for 15.1.3GitLab Release Tools Bot
2022-07-19Merge branch 'wc-prune-reused-pid' into 'master'Sami Hiltunen
2022-07-19Merge branch 'ahorvath-22071901' into 'master'Will Chandler
2022-07-19docs: Add reference to MR workflow to onboardingAndras Horvath
2022-07-19add links to team specific onboardingAndras Horvath
2022-07-19order Gitaly team-specific onboarding correctlyAndras Horvath
2022-07-19updateref: Don't return gRPC-type errors in hook updaterPatrick Steinhardt
2022-07-19updateref: Improve errors to include breadcrumbsPatrick Steinhardt
2022-07-19operations: Properly report unwrapped custom hook errorsPatrick Steinhardt
2022-07-18Merge branch 'pks-git-updateref-more-v2.33.0-skipping' into 'master'Pavlo Strokov
2022-07-18config: Don't treat EPERM as error when signallingwc-prune-reused-pidWill Chandler