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-17backup: Delete RemoveAllRepositories from StrategyJames Liu
2024-01-17backup: Only remove "dangling" repositoriesJames Liu
2024-01-15backup: Add ListRepositories to the strategyJames Liu
2024-01-15backup: Add RemoveRepository to the strategyJames Liu
2024-01-15backup: Track repos that have been processedJames Liu
2024-01-09Revert "Merge branch 'jliu-track-restored-repos-2' into 'master'"James Liu
2024-01-05backup: Delete RemoveAllRepositories from StrategyJames Liu
2024-01-05backup: Only remove "dangling" repositoriesJames Liu
2024-01-05backup: Add ListRepositories to the strategyJames Liu
2024-01-05backup: Add RemoveRepository to the strategyJames Liu
2023-12-20backup: Track repos that have been processedJames Liu
2023-12-18backup: Rename pipelineErrors and encapsulate muJames Liu
2023-12-18backup: Reorganise Pipeline fields for readabilityJames Liu
2023-12-18backup: Add option to set Pipeline concurrencyJames Liu
2023-12-18backup: Unexport pipelineErrorsJames Liu
2023-12-18backup: Rename ParallelPipeline to PipelineJames Liu
2023-12-08backup: Consolidate Logging and Parallel pipelinesJames Liu
2023-09-27Change backup create command output from error to warningJaviera Tapia
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Warnf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-07-18backup: Add RemoveAllRepositories to Strategy interfaceJames Fargher
2023-07-10backup: Add backup ID to create/restore requestsJames Fargher
2023-07-10backup: Accept RestoreRequest in RestoreCommandJames Fargher
2023-07-10backup: Accept CreateRequest in CreateCommandJames Fargher
2023-07-10backup: Move backup/restore requests next to strategy interfaceJames Fargher
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-28golangci-lint: Start using `errname` linterPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2021-11-16backup: Collect summary of backup errorsJames Fargher
2021-10-18backup: Allow creating an incremental backup from the create commandJames Fargher
2021-08-31Rename ParallelCreatePipeline to ParallelPipelineJames Fargher
2021-08-31Refactor backup pipeline to use commandsJames Fargher
2021-08-03Fix create backup parallelismJames Fargher
2021-06-16Pass context through to backup RPCsJames Fargher
2021-06-16Add new backup pipeline that creates parallel backups 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