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-21ssh: Improve errors for fetches canceled by the userpks-ssh-upload-pack-canceled-fetchesPatrick Steinhardt
2022-07-21ssh: Add tests with injected network errorsPatrick Steinhardt
2022-07-21ssh: Add tests to verify reference negotiation with invalid objectsPatrick Steinhardt
2022-07-21ssh: Add helper to start an SSH server and return its GitalyServerPatrick Steinhardt
2022-07-21testserver: Make the gRPC server accessible to outside callersPatrick Steinhardt
2022-07-21helper: Add function to format `Canceled` errorsPatrick 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
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
2022-07-18updateref: Skip another known-flaky test with Git v2.33.0Patrick Steinhardt
2022-07-18Merge branch 'toon-sha256-tags' into 'master'Patrick Steinhardt
2022-07-18housekeeping: Run tests in sha256 modeToon Claes
2022-07-18gittest: Use empty tree oid with correct hashToon Claes
2022-07-18gittest: Validate hashes using correct oid formatToon Claes
2022-07-18gittest: Init with SHA256 object format if wantedToon Claes
2022-07-18git: Add package that handles sha256 hashesToon Claes
2022-07-18ci: Add job to run tests with sha256 hashesToon Claes