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
2024-01-22coordinator: Enable transactions for new RewriteHistory RPCWill Chandler
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2024-01-17praefect: Intercept WalkRepos RPCJames Liu
2024-01-17proto: Deprecate RemoveAllJames Liu
2024-01-09Revert "Merge branch 'jliu-track-restored-repos-2' into 'master'"James Liu
2024-01-05praefect: Intercept WalkRepos RPCJames Liu
2024-01-05proto: Deprecate RemoveAllJames Liu
2023-12-19proto: Add definition for ProcReceiveHook RPCKarthik Nayak
2023-12-19praefect: Enable grpcui compatibilityJames Liu
2023-12-14Merge branch 'smh-tx-object-pool' into 'master'Justin Tobler
2023-12-06featureflag: Remove `TransactionalAlternatesDisconnect`Justin Tobler
2023-12-05Enable transactions for LinkRepositoryToObjectPoolSami Hiltunen
2023-12-05Identify pools by suffixesSami Hiltunen
2023-11-30errors: Fix format directive for two errorsKarthik Nayak
2023-11-30errors: Use `errors.Is()` for error comparisonsKarthik Nayak
2023-11-30errors: Use `errors.Is()` for `io.EOF` errorsKarthik Nayak
2023-11-30datastore: Fix staticcheck for `Listen()` returning an errorKarthik Nayak
2023-11-22featureflag: Remove `ReplicateRepositoryObjectPool`Justin Tobler
2023-11-20Merge branch 'smh-remove-namespace-service' into 'master'Quang-Minh Nguyen
2023-11-20Merge branch 'jt-docs-ref-proto' into 'master'Patrick Steinhardt
2023-11-16Merge branch 'jt-praefect-pool-sync' into 'master'Sami Hiltunen
2023-11-15Merge branch 'jt-ff-remove-transactional-link' into 'master'Will Chandler
2023-11-15featureflag: Remove `TransactionalLinkRepository`Justin Tobler
2023-11-15praefect: Update `CreateBranchRequest` and `CreateBranchResponse` usageJustin Tobler
2023-11-14praefect: Reconcile non-matching object pools during replicationJustin Tobler
2023-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-11-08praefect: Support object pool disconnection in Praefect replicatorJustin Tobler
2023-11-08praefect: Add tests for Praefect replicatorJustin Tobler
2023-11-01Remove NamespaceServiceSami Hiltunen
2023-10-23Remove name resolving error testSami Hiltunen
2023-10-11praefect: Remove DatalossCheck RPC and messagesJohn Cai
2023-10-11Fix TestProxyWrites setupSami Hiltunen
2023-10-11Setup repository correctly in TestCoordinator_grpcErrorHandlingSami Hiltunen
2023-10-05praefect/remove_repository: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-05praefect/transactions: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-04requestinfohandler: Absorb functionality of the field extractorPatrick Steinhardt
2023-10-04middleware: Rename metadatahandler to requestinfohandlerPatrick Steinhardt
2023-10-04praefect/replicator: Disentangle use of the correlation ID keyPatrick Steinhardt
2023-10-04sentryhandler: Allow overriding function that reports eventsPatrick 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-29global: Trivial conversions to use context-aware loggingPatrick Steinhardt
2023-09-29global: Inject logger into service serversPatrick Steinhardt
2023-09-28Revert "Merge branch 'pks-log-self-contained-middleware' into 'master'"Quang-Minh Nguyen
2023-09-27Merge branch 'pks-log-self-contained-middleware' into 'master'Toon Claes
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Warnf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Debugf()` function from `Logger` interfacePatrick Steinhardt
2023-09-25log: Unify setup of the logging interceptorsPatrick Steinhardt