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
2024-01-16backup: Try read latest manifest when availableJames Fargher
2024-01-16backup: Write latest manifest fileJames Fargher
2023-09-28backup: Use manifests on restore when availableJames Fargher
2023-09-24backup: Add manifest writing locatorJames Fargher
2023-09-24backup: Add more metadata to Backup structJames Fargher
2023-09-24backup: Refactor locators to deal with entire backupsJames Fargher
2023-08-23backup: Remove unneeded skips for SHA256 object formatPatrick Steinhardt
2023-08-23gittest: Dynamically detect whether to skip SHA256 testsPatrick Steinhardt
2023-08-14Revert "Merge branch 'pks-revert-empty-repository-restores' into 'master'"James Fargher
2023-08-11Revert differentiated repository restoresPatrick Steinhardt
2023-08-10backup: Always skip missing backups on restoreJames Fargher
2023-08-08backup: Add object format to backup locatorJames Fargher
2023-06-19backup: Add Find to backup.Locator to find a specific backupJames Fargher
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-14backup: Tidy up filesystem sink errorsJames Fargher
2023-04-11backup: Remove Write from sink interfaceJames Fargher
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-07backup: Resolve locator test linter errorJustin Tobler
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-10backup: Parallelize testsPatrick Steinhardt
2021-10-14backup: Add BeginIncremental to locatorsJames Fargher
2021-10-14backup: Rename CommitFull to CommitJames Fargher
2021-10-14backup: Adds previous ref path to backup stepsJames Fargher
2021-10-04backup: Restore from incremental backupsJames Fargher
2021-10-04backup: Write LATEST file for incrementsJames Fargher
2021-10-04backup: Remodel backups to be a series of stepsJames Fargher
2021-10-04backup: Use CreateRespository and FetchBundle to restore bundlesJames Fargher
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30Remove unneeded error return in Locator.BeingFullJames Fargher
2021-08-30Allow setting a fallback locator in pointer backup file locatorJames Fargher
2021-08-30Implement pointer backup file locatorJames Fargher
2021-08-30Extract backup path locator from backup managerJames Fargher