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
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-07ssh: Rename `setupSSHClone()` and `testCloneAndPush()`Patrick Steinhardt
2023-02-07ssh: Stop using seed repository for SSHReceivePack testsPatrick Steinhardt
2023-02-07ssh: Remove indirection via push parametersPatrick Steinhardt
2023-02-07ssh: Split up push parameters and clone detailsPatrick Steinhardt
2023-02-07ssh: Remove unneeded cleanup function returned from `setupSSHClone`Patrick Steinhardt
2023-02-07ssh: Remove redundant socket path from `testCloneAndPush()`Patrick Steinhardt
2023-02-07ssh: Remove duplicate and flaky tests for SSHReceivePackPatrick Steinhardt
2023-01-03Merge branch 'jt-sshreceivepack-deadlock' into 'master'Will Chandler
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-16ssh: Fix blocked `Wait()` when git process crashesJustin Tobler
2022-12-15Merge branch 'pks-command-factory-simplification' into 'master'karthik nayak
2022-12-14helper: Convert and drop usage of `ErrAbortedf()`Patrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrUnavailablef()`Patrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrDeadlineExceededf()`Patrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrCanceledf()`Patrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-13services: Refactor tests to not use `objectpool.FullPath()`Patrick Steinhardt
2022-12-09Merge branch 'pks-helper-remove-errinvalidargument' into 'master'Justin Tobler
2022-12-09Merge branch 'pks-objectpool-improved-constructors' into 'master'karthik nayak
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrCanceled()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrUnavailable()`Patrick Steinhardt
2022-12-05objectpool: Refactor `Create()` to act as a constructorPatrick Steinhardt
2022-12-05objectpool: Merge FromProto and NewObjectPoolPatrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-09Merge branch 'pks-git-pick-same-cgroups-more-often' into 'master'Toon Claes
2022-11-08global: Fix use of different cgroups when serving reposPatrick Steinhardt
2022-11-08tests: Refactor to use `gittest` package instead of `NewWithoutRepo()`Patrick Steinhardt
2022-11-08middleware: Construct status based on the errorPavlo Strokov
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/ssh: Improve validation of inputPavlo Strokov
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-10-26ssh: Standardization of errors creationPavlo Strokov
2022-10-17config: Simplify error messagePavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-08-11services: Don't needlessly skip repo creation via APIPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-02Merge branch 'use-ubi-image' into 'master'Sami Hiltunen
2022-08-01Merge branch 'pks-ssh-receive-pack-missing-error' into 'master'Will Chandler
2022-08-01git: Remove feature flag to hide refs in git-upload-pack(1)Patrick Steinhardt
2022-08-01ssh: Fix test overriding Git environmentuse-ubi-imagePatrick Steinhardt
2022-08-01ssh: Recognize cancelled pushes in SSHReceivePackPatrick Steinhardt
2022-08-01ssh: Fix silent errors when SSHReceivePack failsPatrick Steinhardt