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-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
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