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-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
2020-12-16Removal of helper.GetRepoPathPavlo Strokov
2020-12-09git: Move housekeeping into git packagePatrick Steinhardt
2020-12-09Deprecate helper.GetStorageByNamePavlo Strokov
2020-12-04Refactor alternates package to deprecate helper.GetRepoPathPavlo Strokov
2020-11-19helper: Convert to use `testhelper.NewTestRepo()`Patrick Steinhardt
2020-11-17testhelper: Move temporary Gitaly socket into global test directoryPatrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-11-10Port UserUpdateSubmodule to GoPaul Okstad
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-10-14Remote repo for resolve refishPaul Okstad
2020-10-14Revert "Merge branch 'po-remote-repo-resolve-refish' into 'master'"Sami Hiltunen
2020-10-14Resolve @samihiltunen feedback: Export Gitaly test server codePaul Okstad
2020-10-06Refactor server metadata to be more type safePaul Okstad
2020-09-30Fix injection of gitaly servers infoPavlo Strokov
2020-09-15Merge branch 'ash2k/path-filepath' into 'master'Sami Hiltunen
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-11decouple health checking logic from sql electorSami Hiltunen
2020-09-11move tickers from reconciler to helpers packageSami Hiltunen
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt