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-08-01Makefile: Check if $GOCACHE existswc-makefile-cache-existWill Chandler
2022-08-01Merge branch 'pks-ssh-receive-pack-missing-error' into 'master'Will Chandler
2022-08-01Update changelog for 15.2.2GitLab Release Tools Bot
2022-08-01Update VERSION filesv15.3.0-rc3GitLab Release Tools Bot
2022-08-01Merge branch 'pks-proto-fix-find-tag-error-definition' into 'master'Patrick Steinhardt
2022-08-01Merge branch 'pks-git-upload-pack-remove-hide-refs-ff' into 'master'Patrick Steinhardt
2022-08-01proto: Fix definition of FindTagErrorPatrick Steinhardt
2022-08-01Merge branch 'pks-objectpool-fetch-df-conflict' into 'master'Sami Hiltunen
2022-08-01Update VERSION filesv15.3.0-rc2GitLab Release Tools Bot
2022-08-01git: Remove feature flag to hide refs in git-upload-pack(1)Patrick Steinhardt
2022-08-01Merge branch 'renovate/github.com-sirupsen-logrus-1.x' into 'master'James Fargher
2022-08-01Merge branch 'pks-find-tag-error' into 'master'Pavlo Strokov
2022-08-01ssh: Recognize cancelled pushes in SSHReceivePackPatrick Steinhardt
2022-08-01ssh: Fix silent errors when SSHReceivePack failsPatrick Steinhardt
2022-08-01ssh: Add tests for SSHReceivePack exercising error conditionsPatrick Steinhardt
2022-08-01ssh: Use cleanup helper to simplify `newSSHClient()`Patrick Steinhardt
2022-08-01ssh: Get rid of some seeded repositories in our testsPatrick Steinhardt
2022-08-01ssh: Refactor test for transactional SSHReceivePack to be hash-agnosticPatrick Steinhardt
2022-08-01ssh: Verify InvalidArgument errors in ReceivePack testPatrick Steinhardt
2022-08-01ssh: Update test names for ReceivePack testsPatrick Steinhardt
2022-07-29Merge branch 'smh-clean-build-cache' into 'master'Will Chandler
2022-07-29go: Update module github.com/sirupsen/logrus to v1.9.0GitLab Renovate Bot
2022-07-29Merge branch 'pks-ssh-cancelled-packfile-negotiation' into 'master'Patrick Steinhardt
2022-07-29proto: Introduce FindTagError to distinguish non-existent tagspks-find-tag-errorPatrick Steinhardt
2022-07-29ref: Adjust test names and parallelize FindTag testsPatrick Steinhardt
2022-07-29ref: Split out code related to the FindTag RPCPatrick Steinhardt
2022-07-29ssh: Handle timeout waiting on packfile negotiation with proper errorsPatrick Steinhardt
2022-07-29ssh: Verify errors in testcases exercising timeout logicPatrick Steinhardt
2022-07-29ssh: Simplify handling of `GlRepository()` for logging purposesPatrick Steinhardt
2022-07-29ssh: Refactor some tests to generate test data at runtimePatrick Steinhardt
2022-07-29helper: Add error functions for `DeadlineExceeded` codesPatrick Steinhardt
2022-07-29proto: Document FindTag RPCPatrick Steinhardt
2022-07-28Merge branch 'pks-grpc-proxy-test-refactorings' into 'master'John Cai
2022-07-28Merge remote-tracking branch 'dev/master'GitLab Release Tools Bot
2022-07-28Clean up go build cache if it exceeds a thresholdsmh-clean-build-cacheSami Hiltunen
2022-07-28Merge branch 'jt-update-gitaly-onboarding-template' into 'master'Sami Hiltunen
2022-07-28Update changelog for 15.0.5GitLab Release Tools Bot
2022-07-28Update changelog for 15.1.4GitLab Release Tools Bot
2022-07-28Update changelog for 15.2.1GitLab Release Tools Bot
2022-07-27Template: Update Gitaly onboardingjt-update-gitaly-onboarding-templateJustin Tobler
2022-07-27Merge branch 'sh-bump-google-protobuf-ruby' into 'master'Sami Hiltunen
2022-07-27Merge branch 'sh-clean-build' into 'master'Sami Hiltunen
2022-07-27Merge branch 'wc-remove-db-only' into 'master'Sami Hiltunen
2022-07-27objectpool: Fix conflicting references when fetching into poolspks-objectpool-fetch-df-conflictPatrick Steinhardt
2022-07-27objectpool: Demonstrate D/F conflicts in FetchIntoObjectPoolPatrick Steinhardt
2022-07-27objectpool: Update test to exercise transactional votingPatrick Steinhardt
2022-07-27gittest: Iterate on delta islands testPatrick Steinhardt
2022-07-27gittest: Allow writing arbitrary references in WriteCommitPatrick Steinhardt
2022-07-27proto: Remove unused `Repack` field from FetchIntoObjectPoolRequestPatrick Steinhardt
2022-07-27proto: Fill in documentation of FetchIntoObjectPool RPCPatrick Steinhardt