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-01-17testhelper: ModifyEnvironment cleans after itselfToon Claes
2022-01-13backup: Convert tests to use `StartPraefect()`Patrick Steinhardt
2022-01-05repository: Unconditionall enable atomic repo creation semanticsPatrick Steinhardt
2022-01-05repository: Unconditionall enable atomic RemoveRepository semanticsPatrick Steinhardt
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-12-10backup: Replace use of standard contexts with testhelper onesPatrick Steinhardt
2021-12-10backup: Parallelize testsPatrick Steinhardt
2021-12-10backup: Generate random path for missing repo testPatrick Steinhardt
2021-12-10backup: Remove useless parameter for creating test reposPatrick Steinhardt
2021-12-03repository: Implement atomic locking semantics for RemoveRepositoryPatrick Steinhardt
2021-12-03featureflag: Consolidate feature flags context APIPatrick Steinhardt
2021-12-03tests: Add missing tests for atomic repo creation feature flagPatrick Steinhardt
2021-12-02Rewrite relative paths in backup restoration testSami Hiltunen
2021-11-30backup: Set HEAD from bundle filesJames Fargher
2021-11-25git: Move ShowRefDecoder into git packageJames Fargher
2021-11-25backup: Rename RefsDecoder to ShowRefsDecoderJames Fargher
2021-11-24backup: Apply simplification rules for formattingPatrick Steinhardt
2021-11-16backup: Collect summary of backup errorsJames Fargher
2021-11-10backup: Stop writing zero sized filesJames Fargher
2021-11-08gitaly-backup: Rename locator flag to layoutJames Fargher
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-20backup: Disable pruning for FetchBundleJames Fargher
2021-10-18backup: Extract an empty bundle error sentinelJames Fargher
2021-10-18backup: Allow creating an incremental backup from the create commandJames Fargher
2021-10-18backup: Create incremental backupsJames Fargher
2021-10-14backup: Extract test setup for backup creationJames Fargher
2021-10-14backup: Implement parser for git-show-refJames Fargher
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-08test: Database name extraction is not neededPavlo Strokov
2021-10-07testhelper: Enable Goroutine leak checks by defaultPatrick Steinhardt
2021-10-07gitaly-backup: Inject connection pool to unleak its GoroutinesPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-10-04backup: Restore from incremental backupsJames Fargher
2021-10-04backup: Extract shared restore test setup into individual casesJames 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-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-17Allow restoring into a non-existent repo on praefectJames Fargher
2021-08-31Merge branch 'restore_concurrency' into 'master'Sami Hiltunen
2021-08-31Rename ParallelCreatePipeline to ParallelPipelineJames Fargher
2021-08-31Refactor backup pipeline to use commandsJames Fargher
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