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-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
2021-10-07gitaly-backup: Inject connection pool to unleak its GoroutinesPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-27Ensure log entries have time formatted as UTCJohn Cai
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-08-31Rename ParallelCreatePipeline to ParallelPipelineJames Fargher
2021-08-31Restore backups concurrentlyJames Fargher
2021-08-31Refactor backup pipeline to use commandsJames Fargher
2021-08-30Allow selecting locator strategy from commandlineJames Fargher
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-08-03Add note for parallel-storage flagJames Fargher
2021-08-03Fix create backup parallelismJames Fargher
2021-07-22backup: support of the Cloud storagesPavlo Strokov
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-15Refactor Filesystem into Manager and FilesystemSinkPavlo Strokov
2021-06-16Add option to create backups in parallel limited by storageJames Fargher
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-20Add option to create backups in parallelJames Fargher
2021-05-19Extract backup/restore pipeline from gitaly-backupJames Fargher
2021-05-19Extract request types for creating and storing backupsJames Fargher
2021-05-19Rename BackupRepository/RestoreRepository to Create/RestoreJames Fargher
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-09Replace ConfigureGitalyHooksBinary with new ConfigureGitalyHooksBinPavlo Strokov
2021-05-04gitaly-backup: Add restore commandJames Fargher
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21backup: Indicate failure when any repository backup has failedJames Fargher
2021-04-21backup: use new invocation for testserver.RunGitalyServerJames Fargher
2021-04-21backup: move flagset creation to mainJames Fargher
2021-04-21backup: add loggingJames Fargher
2021-04-21backup: add new gitaly-backup executable to create backupsJames Fargher