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-07global: Stop using public `client` packagePatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-28Disable RemoveAll tests with WALSami Hiltunen
2023-08-23gittest: Dynamically detect whether to skip SHA256 testsPatrick Steinhardt
2023-08-18log: Return errors when logger configuration failsPatrick Steinhardt
2023-08-17Merge branch 'revert-d470be9b' into 'master'Justin Tobler
2023-08-15cmd/gitaly-backup: Consistently use configured loggerPatrick Steinhardt
2023-08-14Revert "Merge branch 'pks-revert-empty-repository-restores' into 'master'"James Fargher
2023-08-09log: Simplify configuration of the logging infrasturcturePatrick Steinhardt
2023-07-18gitaly-backup: Stop using repo seeds in restore testsJames Fargher
2023-07-18gitaly-backup: Add -server-side option to restore sub-commandJames Fargher
2023-07-10gitaly-backup: Generate test repos instead of using seed reposJames Fargher
2023-07-10gitaly-backup: Add -server-side option to create sub-commandJames Fargher
2023-07-10backup: Stop passing backup IDs to the backup managerJames Fargher
2023-07-10backup: Add backup ID to create/restore requestsJames Fargher
2023-07-10backup: Accept RestoreRequest in RestoreCommandJames Fargher
2023-07-10backup: Accept CreateRequest in CreateCommandJames Fargher
2023-06-19gitaly-backup: Add backup-id option to restore commandJames Fargher
2023-06-01backup: Implement remove repository for backup.RepositoryJames Fargher
2023-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-14backup: Extract empty repo check into RemoteRepository typeJames Fargher
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-03-02gitaly-backup: Add -remove-all-repositories flagJames Fargher
2023-02-16Merge branch 'backup_gitaly_servers_env' into 'master'Quang-Minh Nguyen
2023-02-15storage: Extract InjectGitalyServersEnv into storage packageJames Fargher
2023-02-15gitaly-backup: Inject GITALY_SERVERS env varJames Fargher
2023-02-13gitaly-backup: Use pointer layout by defaultJames Fargher
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-26Let client users specify interceptorsash2k/client-fixesMikhail Mazurskiy
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-02-23Move GetReplicaPath to gittestSami Hiltunen
2022-02-23Resolve replica path in TestRestoreSubcommandSami Hiltunen
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-08Merge branch 'smh-create-repo-gitaly-backup' into 'master'Pavlo Strokov
2022-02-07Disable metadata creation hack in gitaly-backup testsSami Hiltunen
2022-02-06Added json output for gitaly-backupShubham Kumar
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-05repository: Unconditionall enable atomic repo creation semanticsPatrick Steinhardt
2022-01-05repository: Unconditionall enable atomic RemoveRepository semanticsPatrick Steinhardt
2021-12-10backup: Fix missing feature flag testsPatrick Steinhardt
2021-12-10backup: Replace use of standard contexts with testhelper onesPatrick Steinhardt
2021-12-10backup: Parallelize testsPatrick Steinhardt
2021-11-16backup: Collect summary of backup errorsJames Fargher
2021-11-08gitaly-backup: Rename locator flag to layoutJames Fargher
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-18backup: Allow creating an incremental backup from the create commandJames Fargher
2021-10-14backup: Extract test setup for backup creationJames Fargher