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-08hook: Introduce `ProcReceiveHandler` and `ProcReceiveRegistry`Karthik Nayak
2023-11-21gitaly: Move asynchronous tasks to end of startupWill Chandler
2023-11-21gitaly: Prune old cgroups in backgroundWill Chandler
2023-11-21gitaly: Don't cleanup cgroups on exitWill Chandler
2023-11-10limiter: Make MemoryThreshold configureableQuang-Minh Nguyen
2023-11-10limiter: Make CpuThrottledThreshold configureableQuang-Minh Nguyen
2023-10-31Support running Gitaly with transactions enabledSami Hiltunen
2023-10-18Configure transaction middleware in test serverSami 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-04limiter: Integrate adaptive limit to per-rpc limiterQuang-Minh Nguyen
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-28Merge branch 'qmnguyen0711/integrate-adaptive-calculator-v3' into 'master'James Liu
2023-09-27limiter: Integrate adaptive limit to pack-objects limiterQuang-Minh Nguyen
2023-09-27Merge branch 'pks-log-remove-formatting-functions' into 'master'karthik nayak
2023-09-26Wire TransactionRegistry in HookManagerSami Hiltunen
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-21gitaly: Don't block on preloading licensedbWill Chandler
2023-09-21Merge branch 'smh-instrument-boot-time' into 'master'Patrick Steinhardt
2023-09-21limiter: Add adaptive limit to the concurrency limiterQuang-Minh Nguyen
2023-09-20Instrument start up timeSami Hiltunen
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-14Merge branch 'pks-log-housekeeping-inject-logger' into 'master'Patrick Steinhardt
2023-09-14housekeeping: Inject logger from externalPatrick Steinhardt
2023-09-13limiter: Replace limiter.ConcurrencyLimiter's ticker by context timeoutQuang-Minh Nguyen
2023-09-08Merge branch 'eread/update-gitaly-cli-command-help-text-with-usage-text' into...Sami Hiltunen
2023-09-08Update Gitaly CLI command help text with usage textEvan Read
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-09-07Merge branch 'pks-log-subcommands-consistent-configuration' into 'master'Patrick Steinhardt
2023-09-05cli: Fix missing initialization of the logging subsystemPatrick Steinhardt
2023-09-05log: Introduce opinionated configuration for one-shot subcommandsPatrick Steinhardt
2023-09-05cli/gitaly: Make files implementing subcommands more discoverablePatrick 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-24Merge branch 'pks-testhelper-simplify-umask' into 'master'Quang-Minh Nguyen
2023-08-22testhelper: Add simple race-free way to retrieve umaskPatrick Steinhardt
2023-08-21gitaly/config: Refactor how warnings are generatedPatrick Steinhardt
2023-08-18log: Return errors when logger configuration failsPatrick Steinhardt
2023-08-18cache/diskcache: Inject logger instead of using global onePatrick Steinhardt
2023-08-18prometheus: Inject logger instead of using global onePatrick Steinhardt
2023-08-18bootstrap/starter: Inject logger instead of using global onePatrick Steinhardt
2023-08-17Merge branch 'pks-log-stop-using-standard-logger-pt2' into 'master'John Cai
2023-08-17Revert introduction of adaptive pack-objects limiterPatrick Steinhardt
2023-08-16cgroups: Inject properly configured loggerPatrick Steinhardt