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
2022-03-18helper: Add error helpers for `codes.Aborted`Patrick Steinhardt
2022-02-18log: Disable gRPC HealthCheck message loggingStan Hu
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-19cmd/praefect: Check of the system clock synchronizationPavlo Strokov
2022-01-19env: Extract time duration from env varPavlo Strokov
2022-01-17testhelper: ModifyEnvironment cleans after itselfToon Claes
2021-12-10lint: Forbid use of context timeouts in testsPatrick Steinhardt
2021-12-08SSHUploadPack: log response size in bytesJacob Vosmaer
2021-12-06testhelper: Absorb helpers from the testassert packagePatrick Steinhardt
2021-11-23repository: Implement logic to create repos with atomic semanticsPatrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-03helper: Drain timer ticker on resetPatrick Steinhardt
2021-10-11ref: Use exact comparison on page tokenVasilii Iakliushin
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20helper: Move server metadata into storage packagePatrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-09-01Merge branch 'pks-go-1.17-build-tags' into 'master'Pavlo Strokov
2021-09-01global: Support Go-1.17-style build tagsPatrick Steinhardt
2021-08-31helper: add already exists error decoratorSami Hiltunen
2021-08-30helper: Implement helper to create gRPC errors with detailsPatrick Steinhardt
2021-08-30helper: Provide error wrappers for `PermissionDenied` codesPatrick Steinhardt
2021-07-29lint: Fix deprecated import github.com/golang/protobuf/ptypesPavlo Strokov
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-28helper: Fix name of `ErrPreconditionFailed{,f}()`Patrick Steinhardt
2021-07-28helper: Make `DecorateError()` privatePatrick Steinhardt
2021-07-28helper: Add helpers for missing gRPC error codesPatrick Steinhardt
2021-07-28helper: Retain error codes on formatting error helpersPatrick Steinhardt
2021-07-28helper: Drop test of internal unused functionPatrick Steinhardt
2021-07-28helper: Strengthen test condition for formatting errorsPatrick Steinhardt
2021-07-28helper: Group error functions by formatting/non-formattingPatrick Steinhardt
2021-07-28helper: Remove needless condition in `DecorateError()`Patrick Steinhardt
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-06-15Extract typed environment variable helpersJames Fargher
2021-06-11Embed Unimplemented* structsMikhail Mazurskiy
2021-06-11Upgrade protoc, grpc, go and grpc pluginsMikhail Mazurskiy
2021-06-11GeneratedMikhail Mazurskiy
2021-06-02Merge branch 'zj-drop-toplevelGroup-logging' into 'master'Toon Claes
2021-06-01logging: Drop topLevelGroup fieldZeger-Jan van de Weg
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-20Move suppressedContext to the helper package for reuseSami Hiltunen
2021-02-11helper: Remove `ProtoRepoFromRepo()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-11Merge branch 'ps-cleanup-global-config-usage' into 'master'James Fargher
2021-01-05Merge branch 'avar/errors-improve-test-for-decorate' into 'master'Ævar Arnfjörð Bjarmason
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-04Error helper: move "Unimplemented" variable to its only consumerÆvar Arnfjörð Bjarmason
2020-12-29Removal of unused GetStorageByName funcPavlo Strokov
2020-12-16Removal of helper.GetPathPavlo Strokov