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-10-20backup: Disable pruning for FetchBundleJames Fargher
2021-10-18backup: Create incremental backupsJames Fargher
2021-10-14backup: Extract test setup for backup creationJames Fargher
2021-10-08test: Database name extraction is not neededPavlo Strokov
2021-10-07gitaly-backup: Inject connection pool to unleak its GoroutinesPatrick Steinhardt
2021-10-04backup: Restore from incremental backupsJames Fargher
2021-10-04backup: Extract shared restore test setup into individual casesJames Fargher
2021-10-04backup: Use CreateRespository and FetchBundle to restore bundlesJames Fargher
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-17Allow restoring into a non-existent repo on praefectJames Fargher
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30Unify backup restore skippingJames Fargher
2021-08-30Allow selecting locator strategy from commandlineJames Fargher
2021-08-13Merge branch 'pks-testhelper-build-binaries-timeout' into 'master'Toon Claes
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-10Write ref list when taking backupsJames Fargher
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-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
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-11Fix linting issuesMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-19Extract request types for creating and storing backupsJames Fargher
2021-05-19Rename BackupRepository/RestoreRepository to Create/RestoreJames Fargher
2021-05-17Merge branch 'jf_backup_permissions' into 'master'Toon Claes
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-12Set restrictive permissions on backup filesJames Fargher
2021-05-11Replace MustRunCommand with gittest.Exec in backupPavlo Strokov
2021-05-09Replace ConfigureGitalyHooksBinary with new ConfigureGitalyHooksBinPavlo Strokov
2021-05-04Merge branch 'gitaly-backup-restore' into 'master'Patrick Steinhardt
2021-05-04gitaly-backup: Restore repositories as per backup.rakeJames Fargher
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21backup: use new invocation for testserver.RunGitalyServerJames Fargher
2021-04-21backup: add loggingJames Fargher
2021-04-21backup: Implement repository backups as per backup.rakeJames Fargher