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-10-05praefect/transactions: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-29praefect/coordinator: Convert to use context-aware loggingPatrick Steinhardt
2023-09-18testhelper: Return our own logger instead of `logrus.FieldLogger`Patrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Construct log entries from the test loggerSami Hiltunen
2023-08-29gitaly_config: Allow passing in TLS key directlyJohn Cai
2023-08-11praefect: Introduce `praefect.Dependencies` for dependency injectionJustin Tobler
2023-08-08praefect: Wire `praefect.Coordinator` to `NewGRPCServer()`Justin Tobler
2023-07-18protoregistry: Move package into `internal/grpc` for more general usePatrick Steinhardt
2023-06-30praefect: Wire `praefect.Router` to `NewGRPCServer()`Justin Tobler
2023-05-31praefect: Enable testing with SHA256 for all packagesPatrick Steinhardt
2023-05-17praefect: Refactor server factory test to be less repetitivePatrick Steinhardt
2023-05-17praefect: Fix flaky server factory testPatrick Steinhardt
2023-05-17testhelper: Provide helper to set up transport credentialsPatrick Steinhardt
2023-05-17testhelper: Introduce structure for generated certificatesPatrick Steinhardt
2023-05-16listenmux: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16sidechannel: 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-01-17Merge backchannel client handshaker constructorsSami Hiltunen
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-23praefect: Fix missing error checks for factory's `Serve()` functionPatrick Steinhardt
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-08-08praefect: Make readiness checks injectablePavlo Strokov
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-11-01gittest: Convert `ExecStream()` to take a configurationPatrick Steinhardt
2021-10-07nodes: Fix leaking connections and Goroutines due to missing cleanupPatrick Steinhardt
2021-10-06Praefect: proxy sidechannelsJacob Vosmaer
2021-08-19test: Parallel tests dependent on the PostgreSQL databasePavlo Strokov
2021-08-19test: Rename GetDB to NewDBPavlo Strokov
2021-08-19test: Remove redundant wrapper around glsql.GetDBPavlo Strokov
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec in praefectPavlo Strokov
2021-04-29Fix failing TestServerFactoryPavlo Strokov
2021-04-24Remove config.Config from server_factory_test.goPavlo Strokov
2021-04-23testhelper: Convert `GenerateTestCerts()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-04-07inject backchannel ClientHandshaker from mainSami Hiltunen
2021-04-01Inject PrimaryGetter and Connection in Praefect's Info serverSami Hiltunen
2021-03-18Linguist converted into an instantiation dependencyPavlo Strokov
2021-03-04remove DirectStorageProviderSami Hiltunen