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-09-18log: Roundtrip `log.Logger` typePatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick Steinhardt
2023-09-18testhelper: Return our own logger instead of `logrus.FieldLogger`Patrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-14Merge branch 'qmnguyen0711/prepare-concurrency-limit-before-applying-resizabl...Patrick Steinhardt
2023-09-13limiter: Replace limiter.ConcurrencyLimiter's ticker by context timeoutQuang-Minh Nguyen
2023-09-13Implement a test helper to simulate context timeoutQuang-Minh Nguyen
2023-09-11command: Improve error handling for stdoutPatrick Steinhardt
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-09-05docs: Stop mentioning libgit2Patrick Steinhardt
2023-09-05gitaly-git2go: Remove the now-unused commandPatrick 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-09-05log: Work around race when replacing gRPC loggerPatrick Steinhardt
2023-09-01Merge branch '5534-rollout-git-version-v2-42-0' into 'master'Patrick Steinhardt
2023-08-31Implement a method for test case shared loggersSami Hiltunen
2023-08-31Print Gitaly and Praefect logs on test failureSami Hiltunen
2023-08-31Identify loggers with nameSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-31Add a recording logger for testsSami Hiltunen
2023-08-30Add missing TestMain callsWill Chandler
2023-08-29git: Wire up Git v2.42 execution environmentKarthik Nayak
2023-08-28Merge branch 'pks-drop-labkit-logger' into 'master'Justin Tobler
2023-08-28Revert "Merge branch '5534-rollout-git-version-v2-42-0' into 'master'"Karthik Nayak
2023-08-24Merge branch 'jc/remove-cgroups-ff' into 'master'John Cai
2023-08-24Merge branch '5534-rollout-git-version-v2-42-0' into 'master'karthik nayak
2023-08-24testhelper: Remove rule to ignore labkit logger Goroutine leakPatrick Steinhardt
2023-08-23command: Remove RunCmdInCgroup feature flagJohn Cai
2023-08-23git: Wire up Git v2.42 execution environmentKarthik Nayak
2023-08-22testhelper: Add simple race-free way to retrieve umaskPatrick Steinhardt
2023-08-22Merge branch 'pks-drop-big-file-threshold-ff' into 'master'James Fargher
2023-08-21repository: Fix ReplicateRepository test depending on host umaskPatrick Steinhardt
2023-08-21git: Unconditionally lower big file thresholdPatrick 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-17Merge branch 'pks-log-stop-using-standard-logger-pt2' into 'master'John Cai
2023-08-17Merge branch 'kn-get-tree-entries' into 'master'karthik nayak
2023-08-17Revert introduction of adaptive pack-objects limiterPatrick Steinhardt
2023-08-17Merge branch 'revert-d470be9b' into 'master'Justin Tobler
2023-08-16testhelper: Allow providing custom `cmp.Option` argumentsKarthik Nayak
2023-08-16tests: Stop using global logrus loggerPatrick Steinhardt
2023-08-15Merge branch 'qmnguyen0711/add-linter-to-check-for-testing-and-context-order'...Will Chandler
2023-08-15golangci-lint: Disable use of `logrus.New()`Patrick Steinhardt
2023-08-15Correct context.Context and testing.T order in testsQuang-Minh Nguyen
2023-08-15Merge branch 'pks-testhelper-receive-responses' into 'master'James Fargher
2023-08-14Merge branch 'wc/repo-count-dedup' into 'master'Justin Tobler
2023-08-14testhelper: Introduce function to easily receive from streaming RPCsPatrick Steinhardt
2023-08-14Revert "Merge branch 'pks-revert-empty-repository-restores' into 'master'"James Fargher