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-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
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-13praefect: Make `LinkRepositoryToObjectPool` transactionalJustin Tobler
2023-09-12Praefect: Log ignored sidechannel error during proxyQuang-Minh Nguyen
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-09-05Merge branch 'pks-repocleaner-fix-liveness-test-race' into 'master'Will Chandler
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-09-05cli/praefect: Refactor code to not use logger before it is configuredPatrick Steinhardt
2023-09-05cli/praefect: Inline configuration of the server-side loggerPatrick Steinhardt
2023-09-04repocleaner: Fix test race caused by too low liveness intervalPatrick Steinhardt
2023-08-31objectpool: Make `objectpool.Disconnect()` transactionalJustin Tobler
2023-08-31Merge branch 'jc/dataloss-streaming' into 'master'John Cai
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Pass logger directly in storage provider testsSami Hiltunen
2023-08-31Construct log entries from the test loggerSami Hiltunen
2023-08-31Take in logrus.FieldLogger instead of LogEntrySami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-31info: Convert DatalossCheck to be a streaming RPCJohn Cai
2023-08-30Add missing TestMain callsWill Chandler
2023-08-30Move TestMain into testhelper_test.goWill Chandler
2023-08-29Merge branch 'smh-partition-assignments' into 'master'Will Chandler
2023-08-29gitlab: Modify http client to have a cert passed in directlyJohn Cai
2023-08-29gitaly_config: Allow passing in TLS key directlyJohn Cai
2023-08-28Disable RemoveAll tests with WALSami Hiltunen
2023-08-22Merge branch 'pks-log-deprecate-default-pt1' into 'master'karthik nayak
2023-08-22Merge branch 'smh-fix-reconciler-flake' into 'master'karthik nayak
2023-08-21Fix flaky TestStorageCleanup_AcquireNextStorage testsSami Hiltunen
2023-08-21Remove duplicate testSami Hiltunen
2023-08-21Fix flaky reconciler testSami Hiltunen
2023-08-21tests: Do not use `log.Default()` loggerPatrick Steinhardt
2023-08-18log: Return errors when logger configuration failsPatrick Steinhardt
2023-08-18middleware/methodtype: Inject logger instead of using global onePatrick Steinhardt
2023-08-18middleware/panichandler: Inject logger instead of using global onePatrick Steinhardt
2023-08-15golangci-lint: Drop current forbidigo rulesPatrick Steinhardt
2023-08-14Merge branch 'jt-praefect-dependency-injection' into 'master'Patrick Steinhardt
2023-08-12Merge branch 'pks-log-refactor-configuration' into 'master'Justin Tobler
2023-08-11praefect: Introduce `praefect.Dependencies` for dependency injectionJustin Tobler
2023-08-11Merge branch 'qmnguyen0711/quarantine-some-tests' into 'master'Toon Claes
2023-08-10Flaky test: Quarantine TestRunner_Run_noAvailableStoragesQuang-Minh Nguyen
2023-08-09log: Simplify configuration of the logging infrasturcturePatrick Steinhardt
2023-08-09log: Move logging configuration into "internal/log"Patrick Steinhardt
2023-08-08praefect: Disable object pool replication for `ReplicateRepository`Justin Tobler
2023-08-08praefect: Introduce `ReplicateRepositoryHandler()`Justin Tobler
2023-08-08praefect: Wire `praefect.Coordinator` to `NewGRPCServer()`Justin Tobler
2023-08-01Merge branch 'pks-praefect-config-command' into 'master'4573-featureflag-enable-batch-command-for-git-cat-file-1Will Chandler