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-05-31praefect: Enable testing with SHA256 for all packagesPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2022-12-15tests: Parallelize some of our most expensive testsPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick 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-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-10tests: Remove unneeded usage of `context.WithTimeout()`Patrick Steinhardt
2021-08-19test: Parallel tests dependent on the PostgreSQL databasePavlo Strokov
2021-08-10test: Set context timeout after setup stagePavlo Strokov
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-14tests: Fix random set of missing error checksPatrick Steinhardt
2021-04-14praefect: Verify transaction cancellation succeedsPatrick Steinhardt
2021-02-01transactions: Discern cancellation and failurePatrick Steinhardt
2021-01-19Lint refactoring: change " += 1" to "++"Ævar Arnfjörð Bjarmason
2020-10-16transactions: Make VoteResults available via transaction statePatrick Steinhardt
2020-10-12transactions: Expose RPC to gracefully stop transactionsPatrick Steinhardt
2020-08-17transactions: Setup metrics in transaction managerPatrick Steinhardt
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-20transactions: Do not return state when cancellingPatrick Steinhardt
2020-07-20transactions: Let `RegisterTransaction` return the transaction directlyPatrick Steinhardt
2020-07-17transaction: Allow multiple votes per transactionPatrick Steinhardt
2020-07-15transactions: Fix metrics tests failingPatrick Steinhardt
2020-07-14transactions: Expose info about voting outcomesPatrick Steinhardt
2020-07-03transactions: Implement weighted votingPatrick Steinhardt
2020-07-01transactions: Accept `Voter` structures on transaction registrationPatrick Steinhardt
2020-05-20transactions: Implement multi-node transactionsPatrick Steinhardt
2020-05-20transactions: Rename `StartTransaction` to `VoteTransaction`Patrick Steinhardt
2020-05-15Refactor Praefect test server helpersPaul Okstad
2020-05-15transactions: Implement metricsPatrick Steinhardt
2020-05-07transactions: Add context parameter to the public interfacePatrick Steinhardt
2020-04-29transactions: Rework cancellation interfacePatrick Steinhardt
2020-04-29praefect: Extract transaction managerPatrick Steinhardt
2020-04-23praefect: Implement reference transaction servicePatrick Steinhardt