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-29praefect/coordinator: Convert to use context-aware loggingPatrick Steinhardt
2023-09-12Praefect: Log ignored sidechannel error during proxyQuang-Minh Nguyen
2023-07-18protoregistry: Move package into `internal/grpc` for more general usePatrick Steinhardt
2023-05-31praefect: Enable testing with SHA256 for all packagesPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
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-11-09datastore: Store replica path through CreateRepositorySami Hiltunen
2021-11-04datastore: Update relative path in SetGenerationSami Hiltunen
2021-10-26testhelper: Move `SetHealthyNodes()` into new `testdb` packagePatrick Steinhardt
2021-10-11Update SetGeneration to use repository IDSami Hiltunen
2021-10-11Use repository ID in GetGenerationSami Hiltunen
2021-10-06Praefect: proxy sidechannelsJacob Vosmaer
2021-09-06Update TestStreamDirector_Transaction to use PerRepositoryRouterSami Hiltunen
2021-08-31Link records with repository ID in CreateRepositorySami Hiltunen
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-25coordinator: Fix modification of envvars to change testing behaviourPatrick Steinhardt
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-19test: Parallel SQL dependent testsPavlo Strokov
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-08-09Fix lint issuesPavlo Strokov
2021-08-02Only create the replica's record in SetGenerationSami Hiltunen
2021-08-02Create repositories explicitly in Coordinator's testsSami Hiltunen
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-16coordinator: Only schedule replication for differing error statesPatrick Steinhardt
2021-07-09coordinator: Create replication jobs if the primary cast a votePatrick Steinhardt
2021-06-04Don't create records in storage_repositories on generation incrementPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-18Consider primary modified only if a subtransaction was committedSami Hiltunen
2021-05-18Test that primary failing an RPC leads to replicationSami Hiltunen
2021-05-18Align test name with its expectationsSami Hiltunen
2021-05-18Support multiple subtransactions in transaction testsSami Hiltunen
2021-05-18Remove unneeded shouldSucceed fields in testsSami Hiltunen
2021-05-07metadata: Move transaction metadata into shared packagePatrick Steinhardt
2021-05-07praefect: Change interface to use Vote typePatrick Steinhardt
2021-05-05Include backchannel ID with transactionsSami Hiltunen
2021-04-29Refactoring of the NewHealthServerWithListenerPavlo Strokov
2021-04-07inject backchannel ClientHandshaker from mainSami Hiltunen
2021-02-23praefect: Always create replication jobs for transactional RPCsPatrick Steinhardt
2021-02-23praefect: Explicitly track expected generation numbersPatrick Steinhardt
2021-02-01transactions: Discern failed/cancelled transactions for metricsPatrick Steinhardt
2021-01-27coordinator: Fix outdated repos not getting repljobs with transactionsPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt