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-21log: Hide away the `logrus.Entry` interfacePatrick Steinhardt
2023-09-21limiter: Add adaptive limit to the concurrency limiterQuang-Minh Nguyen
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: 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-30Add missing TestMain callsWill Chandler
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-26Merge branch 'pks-praefect-fix-test-spawn-token-deadlock' into 'master'Justin Tobler
2023-07-26testserver: Fix deadlock caused by Praefect spawn tokensPatrick Steinhardt
2023-07-26testserver: Redirect Praefect's output to a log filePatrick Steinhardt
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-07-06structerr: Provide convenience function to extract metadata from errorsPatrick Steinhardt
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
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-02-16Disable background verifier in testsSami Hiltunen
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-01-09testserver: Wire up structerr interceptorsPatrick Steinhardt
2023-01-09gitaly/server: Allow injecting custom interceptorsPatrick Steinhardt
2022-11-21Support multiple storages in Praefect testserverSami Hiltunen