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-12-19hook: Add the `ProcReceiveHook` serverKarthik Nayak
2023-12-08hook: Introduce `ProcReceiveHandler` and `ProcReceiveRegistry`Karthik Nayak
2023-10-31Garbage collect value log entriesSami Hiltunen
2023-10-31Inject database opener into PartitionManagerSami Hiltunen
2023-10-18Configure transaction middleware in test serverSami Hiltunen
2023-10-18Introduce a transaction managing middlewareSami Hiltunen
2023-10-18Wire TransactionMiddleware to GitalyServerFactorySami Hiltunen
2023-10-11git/housekeeping: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-11git/localrepo: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10transaction: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10gitaly/hook: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-05updateref: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-03Merge branch 'pks-log-replace-ctxlogrus-pt1' into 'master'James Liu
2023-09-29global: Inject logger into service serversPatrick Steinhardt
2023-09-28limiter: Let limithandler.WithConcurrencyLimiters return created limitsQuang-Minh Nguyen
2023-09-26Wire TransactionRegistry in HookManagerSami Hiltunen
2023-09-21limiter: Add adaptive limit to the concurrency limiterQuang-Minh Nguyen
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-13limiter: Replace limiter.ConcurrencyLimiter's ticker by context timeoutQuang-Minh Nguyen
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-09-05cmd/gitaly-git2go: Use log writer instead of splicing log outputsPatrick Steinhardt
2023-08-31Print Gitaly and Praefect logs on test failureSami Hiltunen
2023-08-18cache/diskcache: Inject logger instead of using global onePatrick Steinhardt
2023-08-17Revert introduction of adaptive pack-objects limiterPatrick Steinhardt
2023-08-15Correct context.Context and testing.T order in testsQuang-Minh Nguyen
2023-08-14Merge branch 'wc/repo-count-dedup' into 'master'Justin Tobler
2023-08-12Merge branch 'pks-log-refactor-configuration' into 'master'Justin Tobler
2023-08-11counter: Use storage path instead of nameWill Chandler
2023-08-09limiter: Add adaptive limit to the concurrency limiterQuang-Minh Nguyen
2023-08-09limiter: Add context to limithandler.WithConcurrencyLimitersQuang-Minh Nguyen
2023-08-09log: Move logging configuration into "internal/log"Patrick Steinhardt
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-07-27Unify closing method and field namesSami Hiltunen
2023-07-25Implement helper for conditional testing with WALSami Hiltunen
2023-07-18Merge branch 'smh-move-updater-with-hooks' into 'master'Patrick Steinhardt
2023-07-13operations: Pass in SigingKeyJohn Cai
2023-07-11Move UpdaterWithHooks from git to hook packageSami Hiltunen
2023-07-11Extract core limiter out of limithandler middlewareQuang-Minh Nguyen
2023-06-23Remove pack-objects hook's concurrency trackerQuang-Minh Nguyen
2023-06-19service: Add server-side backup dependencies to gitalyJames Fargher
2023-06-14gitaly: Move write-ahead log logic into separate packagePatrick Steinhardt
2023-05-30gitaly: Add `RepositoryManager` to `TransactionManager`Karthik Nayak
2023-05-25Inject git.CommandFactory to TransactionManagerSami Hiltunen
2023-05-23Wire PartitionManager into Gitaly's test serverSami Hiltunen
2023-05-19Merge branch 'pks-praefect-server-factory-flake' into 'master'Will Chandler
2023-05-18Decouple production code from test protoMikhail Mazurskiy
2023-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-16middleware: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16backchannel: Move package into `internal/grpc/`Patrick Steinhardt