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
2022-04-21Merge branch 'smh-release-stale-leases' into 'master'John Cai
2022-04-20Release expired verification leases periodicallySami Hiltunen
2022-04-20Merge branch 'sh-fips-mode' into 'master'James Fargher
2022-04-19Merge branch 'jc-list-repo-to-use-shorter-grace-period' into 'master'John Cai
2022-04-19praefect: Set 6 hour grace period in list_untracked_repositoriesJohn Cai
2022-04-19Implement 'praefect verify' subcommandSami Hiltunen
2022-04-17Add support for FIPS encryptionsh-fips-modeStan Hu
2022-04-13Expose last verification time in 'praefect metadata'Sami Hiltunen
2022-04-13Wire metadata verifier in Praefect's mainSami Hiltunen
2022-04-07Merge branch 'jc-rate-limiter' into 'master'John Cai
2022-04-06Include rate limiter as a middleware in GitalyJohn Cai
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-03-31gitaly-git2go: Pass through correlation ID from requestgit2go_loggingJames Fargher
2022-03-31gitaly-git2go: Log top-level encoding errorsJames Fargher
2022-03-31gitaly-git2go: Add a logger to contextJames Fargher
2022-03-31gitaly-git2go: Add flags to configure log level and formatJames Fargher
2022-03-30Merge branch 'jc-repo-cleaner-grace-period' into 'master'John Cai
2022-03-30repocleaner: Only clean repos that are more than one day oldJohn Cai
2022-03-30Makefile: Rename gitaly-git2go to gitaly-git2go-v14Toon Claes
2022-03-29Merge branch 'jc-dont-call-optimize-repo' into 'master'John Cai
2022-03-29Merge branch 'pks-sidechannel-migrate-to-runtime-dir' into 'master'Toon Claes
2022-03-28maintenance: Move StartWorkers from server to maintenance packageJohn Cai
2022-03-25maintenance: Call housekeeping manager's OptimizeRepository directlyJohn Cai
2022-03-25server: Pass in generic WorkerFunc into StartWorkersJohn Cai
2022-03-24cmd/gitaly-wrapper: Log warning when supervised command failsPatrick Steinhardt
2022-03-23sidechannel: Convert to use runtime directory to store socketspks-sidechannel-migrate-to-runtime-dirPatrick Steinhardt
2022-03-21gitaly/config: Introduce runtime directory configurationPatrick Steinhardt
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-03-09Merge branch 'pks-user-squash-structured-errors' into 'master'John Cai
2022-03-07git2go: Add squash parameter to MergeCommandPiotr Stankowski
2022-03-07git2go: Add optional Committer to MergeCommandPiotr Stankowski
2022-03-01operations: Return error from UserSquash on conflictPatrick Steinhardt
2022-02-23Move GetReplicaPath to gittestSami Hiltunen
2022-02-23Resolve replica path in TestRestoreSubcommandSami Hiltunen
2022-02-22Merge branch 'pks-git-remove-ruby-hooks' into 'master'James Fargher
2022-02-22gitaly-git2go: Send all errors over gobJames Fargher
2022-02-22gitaly-git2go: Hoist gob encoding for all sub-commandsJames Fargher
2022-02-22gitaly-git2go: Remove deprecated Error gob fieldJames Fargher
2022-02-21gitaly: Fix missing housekeeping manager dependencyPatrick Steinhardt
2022-02-16cmd/gitaly-hooks: Remove compatibility code to resolve hook namesPatrick Steinhardt
2022-02-16git: Stop injecting GITALY_BIN_DIR environment variablePatrick Steinhardt
2022-02-16cmd/gitaly-hooks: Modernize tests to execute gitaly-hooks directlyPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-14Merge branch 'smh-remove-metadata-hack' into 'master'John Cai
2022-02-14Merge branch 'wc-praefect-migrat-print' into 'master'Toon Claes
2022-02-11gitaly-git2go: Use both error fields in commit responseJames Fargher
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-09migrate: Add -verbose flag to sql-migrateWill Chandler
2022-02-09migrate: Print execution time of migrationsWill Chandler