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-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
2022-10-31helper: Extra error creation functionsPavlo Strokov
2022-10-19tools/protoc: Upgrade protoc compiler to v21.7Patrick Steinhardt
2022-10-19Update protobuf comments for protoc-gen-go v1.28.1Stan Hu
2022-10-10Merge branch 'sh-improve-ntp-host-debug-message' into 'master'Will Chandler
2022-10-07Improve NTP connectivity error messageStan Hu
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-10-04Merge branch 'wc/fix-revive-lints' into 'master'karthik nayak
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-29helper: Preserve status code of underlying errorps-popup-codePavlo Strokov
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-08-20Extract Duration into its own packageJames Fargher
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-29helper: Add error functions for `DeadlineExceeded` codesPatrick Steinhardt
2022-07-22helper: Add function to format `Canceled` errorsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes