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/per_repository: Convert to use context-aware loggingPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Repository serverPatrick Steinhardt
2023-09-18testhelper: Return our own logger instead of `logrus.FieldLogger`Patrick Steinhardt
2023-09-12Praefect: Log ignored sidechannel error during proxyQuang-Minh Nguyen
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Construct log entries from the test loggerSami Hiltunen
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-07-18protoregistry: Move package into `internal/grpc` for more general usePatrick Steinhardt
2023-06-19service: Add server-side backup dependencies to gitalyJames Fargher
2023-05-31praefect: Enable testing with SHA256 for all packagesPatrick 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-04-03repository: Remove rubyserver from ServerToon Claes
2023-01-17Merge backchannel client handshaker constructorsSami Hiltunen
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-08praefect: Make runPraefectServer exportablePavlo Strokov
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-03-04Rewrite relative path in RepositoryReplicas conditionallySami Hiltunen
2022-03-02Create repository through the API in RepositoryReplicas testSami Hiltunen
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-11-09datastore: Store replica path through CreateRepositorySami Hiltunen
2021-10-26testhelper: Move `SetHealthyNodes()` into new `testdb` packagePatrick Steinhardt
2021-10-18Merge branch 'pks-praefect-formatting-issue' into 'master'Pavlo Strokov
2021-10-18praefect: Fix formatting issuePatrick Steinhardt
2021-10-15Revert "Get host assignment by repository ID"Sami Hiltunen
2021-10-14Get host assignment by repository IDSami Hiltunen
2021-10-14Use PerRepositoryRouter and Postgres in RepositoryReplicas testsSami Hiltunen
2021-10-07nodes: Fix leaking connections and Goroutines due to missing cleanupPatrick Steinhardt
2021-10-07service: Plug leakages of connection poolsPatrick Steinhardt
2021-10-06Praefect: proxy sidechannelsJacob Vosmaer
2021-08-19test: Parallel tests dependent on the PostgreSQL databasePavlo Strokov
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-10Merge branch 'pks-catfile-drop-global' into 'master'Sami Hiltunen
2021-05-10repository: Inject catfile cachePatrick Steinhardt
2021-05-07gittest: Refactor interface to write commitsPatrick Steinhardt
2021-04-24Remove config.Config from info_service_test.goPavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21Change gittest.CreateCommit to use provided configurationPavlo Strokov
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-04-07inject backchannel ClientHandshaker from mainSami Hiltunen