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
2021-01-14git: Convert needless use of `SafeBareCmd`Patrick Steinhardt
2021-01-14ssh: Drop unused envvar parameter for monitorStdinCommandPatrick Steinhardt
2021-01-14repository: Use `SafeCmdWithEnv()` to check for valid repositoriesPatrick Steinhardt
2021-01-14Merge branch 'pks-user-ff-branch-ambiguous-ref' into 'master'Christian Couder
2021-01-14Merge branch 'po-fix-resolve-conflicts-file-limit' into 'master'James Fargher
2021-01-14Fix ResolveConflicts file limit errorPaul Okstad
2021-01-13Update CHANGELOG.md for 13.5.7GitLab Release Tools Bot
2021-01-13Update CHANGELOG.md for 13.6.5GitLab Release Tools Bot
2021-01-13Update CHANGELOG.md for 13.7.4GitLab Release Tools Bot
2021-01-13Beginners guide doc: markdown quote localhost:3000Ævar Arnfjörð Bjarmason
2021-01-13Merge branch 'ps-enable-reads-distr' into 'master'Zeger-Jan van de Weg
2021-01-13Merge branch 'avar/go-user-delete-branch-and-tag-by-default' into 'master'Patrick Steinhardt
2021-01-13Merge branch 'sh-fix-merge-internal-allowed-failure' into 'master'Paul Okstad
2021-01-13Merge branch 'pks-testhelper-errorlint' into 'master'James Fargher
2021-01-12Update VERSION filesv13.8.0-rc2GitLab Release Tools Bot
2021-01-12Merge branch 'add-tags-updated-to-fetch-remote' into 'master'Toon Claes
2021-01-12Enable feature flag go_user_delete_{branch,tag} by defaultÆvar Arnfjörð Bjarmason
2021-01-12operations: Fix internal API errors not being passed back to UserMergeBranchPatrick Steinhardt
2021-01-12operations: Move `hookErrorFromStdoutAndStderr()` to where it's usedPatrick Steinhardt
2021-01-12testhelper: Deindent block after returnPatrick Steinhardt
2021-01-12testhelper: Add missing documentation of public symbolsPatrick Steinhardt
2021-01-12testhelper: Check errors in testserver handlersPatrick Steinhardt
2021-01-12testhelper: Wrap error message to silence a linting issuePatrick Steinhardt
2021-01-12testhelper: Use test directory to create temporary filesPatrick Steinhardt
2021-01-12testhelper: Assert that closing listeners succeedsPatrick Steinhardt
2021-01-12testhelper: Assert that removing temporary paths succeedsPatrick Steinhardt
2021-01-12testhelper: Use test context in `ReceiveEOFWithTimeout()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetGitEnvData()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-12client: Use a testing context when starting Unix listenersPatrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2021-01-12operations: Fix UserFFBranch if called on an ambiguous referencePatrick Steinhardt
2021-01-12operations: Remove useless branch deletionsPatrick Steinhardt
2021-01-12proto: Document UserFFBranch RPCPatrick Steinhardt
2021-01-11Merge branch 'pks-grpc-tls-1.2' into 'master'Paul Okstad
2021-01-11Merge branch 'avar/port-user-tag-create-to-go' into 'master'Toon Claes
2021-01-11grpc: raise minimum TLS version to 1.2Patrick Steinhardt
2021-01-11grpc: Convert from `NewServerTLSFromCert` to `NewTLS`Patrick Steinhardt
2021-01-11grpc: Convert from `NewClientTLSFromCert` to `NewTLS`Patrick Steinhardt
2021-01-11Merge branch 'tle-bump-nokogiri-1-11-0' into 'master'James Fargher
2021-01-11Merge branch 'upgrade-rails-6-0-3-4' into 'master'James Fargher
2021-01-11Merge branch 'ps-cleanup-global-config-usage' into 'master'James Fargher
2021-01-11Merge branch 'ps-log-configuration' into 'master'James Fargher
2021-01-08Merge branch 'po-prevent-grpc-go-1-30' into 'master'Toon Claes
2021-01-08Avoid using dependency grpc-go v1.35.0Paul Okstad
2021-01-08Merge branch 'pks-fetch-source-branch-short-circuits' into 'master'Toon Claes
2021-01-08Port UserCreateTag to GoÆvar Arnfjörð Bjarmason
2021-01-08GoUserCreateTag: add basic skeletonÆvar Arnfjörð Bjarmason
2021-01-08Git reference: add wrapper for "git check-ref-format"Ævar Arnfjörð Bjarmason
2021-01-08Merge branch 'tc-bump-actionpack' into 'master'Zeger-Jan van de Weg