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-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-08-30Add missing TestMain callsWill Chandler
2023-08-30Move TestMain into testhelper_test.goWill Chandler
2023-08-30helper: Move tests to separate packageWill Chandler
2023-08-22testhelper: Add simple race-free way to retrieve umaskPatrick Steinhardt
2023-08-15golangci-lint: Drop current forbidigo rulesPatrick Steinhardt
2023-06-02helper: Move `RepoPathEqual()` into storage modulePatrick Steinhardt
2023-06-02repository: Move GitRepo interface into storage packagePatrick Steinhardt
2023-06-01Add a permission for shared read only filesSami Hiltunen
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-05Use google.golang.org/grpc/interop/grpc_testingMikhail Mazurskiy
2023-04-07Merge branch 'smh-localrepo-quarantine' into 'master'Justin Tobler
2023-04-07Move FixDirectoryPermissions to perm packageSami Hiltunen
2023-04-04env: Remove unused function AllowedRubyEnvironmentToon Claes
2023-03-08Add Umask helper type and functionSami Hiltunen
2023-02-16perm: Remove public executable permissionJames Fargher
2023-02-08Extract constant for the most restricted write-once private filesJames Fargher
2023-02-08perm: Add constants for files and executablesJames Fargher
2023-02-02Add new package to centralise permissions within the gitaly projectJames Fargher
2022-12-20helper: Make `GrpcCode()` helper part of the `structerr` packagePatrick Steinhardt
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-15helper: Convert `ErrFailedPreconditionf()` callersPatrick Steinhardt
2022-12-15helper: Convert `ErrPermissionDeniedf()` callersPatrick Steinhardt
2022-12-15helper: Convert `ErrAlreadyExistsf()` callersPatrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrUnauthenticatedf()`Patrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrUnknownf()`Patrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrDataLossf()`Patrick Steinhardt
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-14helper: Remove unused `ErrUnimplementedf()` functionPatrick Steinhardt
2022-12-13helper: Remove unused `ErrInternal()` functionPatrick Steinhardt
2022-12-13helper: Propagate error details in error-formatting functionsPatrick Steinhardt
2022-12-09helper: Remove unused `ErrInvalidArgument()` functionPatrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrNotFound()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrAlreadyExists()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrFailedPrecondition()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrCanceled()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrUnavailable()`Patrick Steinhardt
2022-12-07helper: Remove unused error wrapping functionsPatrick Steinhardt
2022-12-06helper: Remove unused `ErrWithDetails()` helper functionPatrick Steinhardt
2022-11-25Change rate limit err to ResourceExhaustedSteve Azzopardi
2022-11-16helper: Add error wrappers for `codes.Unauthenticated`Patrick Steinhardt
2022-11-16helper: Pull out unused error code into a separate constantPatrick Steinhardt
2022-11-14helper: Run tests in sha256 modeJames Fargher
2022-11-14chunk: Refactor tests to use `grpc_testing` gRPC servicePatrick Steinhardt