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-10-26gitaly-backup: Move code out of main packageGerardo Gutierrez
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-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-11Revert differentiated repository restoresPatrick Steinhardt
2023-08-10gitaly-backup: Generate refs in restore testsJames Fargher
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-06-01backup: Implement remove repository for backup.RepositoryJames Fargher
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-03-02gitaly-backup: Add -remove-all-repositories flagJames Fargher
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
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-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: Parallelize testsPatrick Steinhardt
2021-11-16backup: Collect summary of backup errorsJames Fargher
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
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-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-19Extract backup/restore pipeline from gitaly-backupJames 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