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-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-12testhelper: Use test context in `WriteExecutable()`Patrick 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 'ps-cleanup-global-config-usage' into 'master'James Fargher
2021-01-11Merge branch 'ps-log-configuration' into 'master'James Fargher
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-07Merge branch 'xx/fix-limithandler-metric-labels' into 'master'Paul Okstad
2021-01-07Merge branch 'pks-git-subcommand-options' into 'master'Paul Okstad
2021-01-07Merge branch 'cmd-stats-concurrent-log' into 'master'Patrick Steinhardt
2021-01-07repository: Skip fetch if the object exists alreadyPatrick Steinhardt
2021-01-07repository: Don't fetch if source and target repo are the samePatrick Steinhardt
2021-01-07repository: Split fetching objects and updating referencePatrick Steinhardt
2021-01-07repository: Use `SafeCmdWithEnv` instead of `SafeBareCmd`Patrick Steinhardt
2021-01-07remoterepo: Break upcoming import cyclePatrick Steinhardt
2021-01-06Fix assignmentIgor Wiedler
2021-01-06Check for error in remaining lbBuilder.Build callIgor
2021-01-06Apply 2 suggestion(s) to 1 file(s)Igor
2021-01-06use entry.Logf instead of a massive switch statementIgor Wiedler
2021-01-06single-line stats extraction nil checkIgor Wiedler
2021-01-06git: Convert `UploadPackFilterConfig()` to use command optionsPatrick Steinhardt
2021-01-06git: Convert `ReceivePackConfig()` to use command optionsPatrick Steinhardt
2021-01-06git: Allow setup of command-specific global optionsPatrick Steinhardt
2021-01-06git: Convert subcommands to use a structPatrick Steinhardt
2021-01-06git: Change order of precedence for global optionsPatrick Steinhardt
2021-01-06Merge branch 'pks-go-user-merge-branch-default-enable' into 'master'Zeger-Jan van de Weg
2021-01-06Merge branch 'pks-testhelper-testing-context' into 'master'Patrick Steinhardt
2021-01-06featureflags: Enable Go implementation of UserMergeBranch by defaultPatrick Steinhardt
2021-01-06testhelper: Make `waitHealthy` private and receive a `testing.TB`Patrick Steinhardt
2021-01-06testhelper: Convert `listen()` to receive a `testing.TB`Patrick Steinhardt
2021-01-06testhelper: Convert `NewGitlabTestServer` to receive a testing.TBPatrick Steinhardt
2021-01-06operations: Do not run test server in main functionPatrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2021-01-05Merge branch 'avar/errors-improve-test-for-decorate' into 'master'Ævar Arnfjörð Bjarmason
2021-01-05Merge branch 'avar/errors-move-Unimplemented-to-its-only-user' into 'master'Christian Couder
2021-01-04Error helper tests: demonstrate regression in 777a12cfdÆvar Arnfjörð Bjarmason
2021-01-04Error helper tests: consistently use "errorf"Ævar Arnfjörð Bjarmason
2021-01-04Error helper tests: consistently use "input"Ævar Arnfjörð Bjarmason
2021-01-04Fix lint issues with c1064ad30Ævar Arnfjörð Bjarmason
2021-01-04Merge branch 'ps-gitaly-server-config' into 'master'Toon Claes