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
path: root/cmd
AgeCommit message (Expand)Author
2021-05-20Merge branch 'parallel_backup' into 'master'Sami Hiltunen
2021-05-20Merge branch 'smh-respect-disable-failover-in-per-repo' into 'master'Zeger-Jan van de Weg
2021-05-20Add option to create backups in parallelJames Fargher
2021-05-19server: Inject logger into server factoryPatrick Steinhardt
2021-05-19Extract backup/restore pipeline from gitaly-backupJames Fargher
2021-05-19Extract request types for creating and storing backupsJames Fargher
2021-05-19Rename BackupRepository/RestoreRepository to Create/RestoreJames Fargher
2021-05-18Merge branch 'ps-mv-git-user' into 'master'Zeger-Jan van de Weg
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-17cache: Move metrics into `Cache` structurePatrick Steinhardt
2021-05-17server: Use injected Cache as cache invalidatorPatrick Steinhardt
2021-05-17cache: Implement Leaser interface for `Cache` structurePatrick Steinhardt
2021-05-17service: Inject disk cache as service dependenciesPatrick Steinhardt
2021-05-17TestUser moved into the gittest packagePavlo Strokov
2021-05-14Respect failover disabled config option with per_repository electorSami Hiltunen
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-05-11catfile: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11updateref: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11Replace MustRunCommand with gittest.Exec in gitaly-sshPavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec in gitaly-git2goPavlo Strokov
2021-05-11Merge branch 'smh-log-elector-deprecations' into 'master'Patrick Steinhardt
2021-05-11Log a deprecation warning when running reconcileSami Hiltunen
2021-05-10Log warnings for deprecated election strategiesSami Hiltunen
2021-05-10Merge branch 'pks-catfile-drop-global' into 'master'Sami Hiltunen
2021-05-10Merge branch 'smh-separate-internal-inbound-servers' into 'master'Zeger-Jan van de Weg
2021-05-10Merge branch 'pks-tx-shared-info' into 'master'Zeger-Jan van de Weg
2021-05-10Close internal socket after the external onesSami Hiltunen
2021-05-10catfile: Move metrics into BatchCache structurePatrick Steinhardt
2021-05-10service: Set up catfile cache as global dependencyPatrick Steinhardt
2021-05-09Replace ConfigureGitalyHooksBinary with new ConfigureGitalyHooksBinPavlo Strokov
2021-05-07metadata: Move transaction metadata into shared packagePatrick Steinhardt
2021-05-07Handover Praefect sockets on upgradeSami Hiltunen
2021-05-07Do not handover internal socket during upgradesSami Hiltunen
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-05-04Merge branch 'gitaly-backup-restore' into 'master'Patrick Steinhardt
2021-05-04gitaly-backup: Add restore commandJames Fargher
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-28gitaly-hooks: close gRPC ClientConn properlySami Hiltunen
2021-04-28Merge branch 'pks-hooks-fix-deferred-calls' into 'master'Sami Hiltunen
2021-04-27Replace testhelper.NewServerWithAuth with testserver.RunGitalyPavlo Strokov
2021-04-27gitaly-hooks: Fix deferred calls never runningPatrick Steinhardt
2021-04-27Merge branch 'pks-gitlab-internal-api-latency' into 'master'Pavlo Strokov
2021-04-27gitlab: Implement metric to measure latency of API callsPatrick Steinhardt
2021-04-27gitlab: Rename `GitlabAPI` interface to `Client`Patrick Steinhardt
2021-04-27gitlab: Merge client and API implementationsPatrick Steinhardt
2021-04-27gitlab: Split out and rename mock clientPatrick Steinhardt
2021-04-27gitlab: Split out client implementationPatrick Steinhardt
2021-04-27gitlab: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-27operations: Allow rebase onto remote revisionToon Claes
2021-04-27gitaly-git2go: Rebase ignores merges from upstreamToon Claes