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-08-15repository: Drop test setup that creates a repositoryPatrick Steinhardt
2023-07-25Don't assert repository path in TestCalculateChecksumSami Hiltunen
2023-07-19repository: Refactor CalculateChecksum tests to work with SHA256Patrick Steinhardt
2023-07-04coordinator: Remove prefix for repository validation errorsPatrick Steinhardt
2023-06-28praefect/coordinator: Unify ErrRepositoryNotSet errors with GitalyPatrick Steinhardt
2023-06-12config/locator: Use ErrRepositoryNotSet errorsPatrick Steinhardt
2023-06-12config/locator: Use structured ErrStorageNotFound errorsPatrick Steinhardt
2023-06-12storage: Replace `ErrInvalidRepository` with finer-grained errorsPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-10git: Extract a zero checksum constantJames Fargher
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-02-02Propagate test context to setup helpers in repository packageSami Hiltunen
2022-02-02Create repositories via API in most repository service testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-21tests: Convert tests to use Git exec helperPatrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-10-13Extract checksum calculationJames Fargher
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-06-29Parallel execution of the tests in the repository packagePavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-23Refactor calculate_checksum_test.goPavlo Strokov
2021-04-23Pop up config.Config from functions body to parametersPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-25Use git.ZeroOID instead of hardcoded "00000000..."Ævar Arnfjörð Bjarmason
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-10-16Introduce Locator abstraction to repository servicePavlo Strokov
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt