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
2023-12-19proto: Add definition for ProcReceiveHook RPCKarthik Nayak
2023-12-06featureflag: Remove `TransactionalAlternatesDisconnect`Justin Tobler
2023-11-15Merge branch 'jt-ff-remove-transactional-link' into 'master'Will Chandler
2023-11-15featureflag: Remove `TransactionalLinkRepository`Justin Tobler
2023-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-10-04praefect/replicator: Disentangle use of the correlation ID keyPatrick Steinhardt
2023-09-29praefect/coordinator: Convert to use context-aware loggingPatrick Steinhardt
2023-09-26log: Drop `Debugf()` function from `Logger` interfacePatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-09-13praefect: Make `LinkRepositoryToObjectPool` transactionalJustin Tobler
2023-08-31objectpool: Make `objectpool.Disconnect()` transactionalJustin Tobler
2023-07-21Merge branch 'pks-metadatahandler-expose-method-operation' into 'master'James Fargher
2023-07-18protoregistry: Move package into `internal/grpc` for more general usePatrick Steinhardt
2023-07-18coordinator: Enable transactions for new UpdateReferences RPCPatrick Steinhardt
2023-07-11Add UserRebaseToRef RPCHordur Freyr Yngvason
2023-07-04coordinator: Remove prefix for missing repository errorsPatrick Steinhardt
2023-07-04coordinator: Unify empty repository errors with GitalyPatrick Steinhardt
2023-07-04coordinator: Remove prefix for repository validation errorsPatrick Steinhardt
2023-07-04coordinator: Remove unneeded error check for nonexistent storagePatrick Steinhardt
2023-06-30praefect: Add RestoreRepository as a transactional RPCJames Fargher
2023-06-28praefect/coordinator: Unify ErrRepositoryNotSet errors with GitalyPatrick Steinhardt
2023-06-16praefect/coordinator: Untangle NotFound errors from storage layerPatrick Steinhardt
2023-06-16praefect/router: Discern NotFound errors for additional repositoriesPatrick Steinhardt
2023-06-16datastore: Untangle AlreadyExists errors from storage layerPatrick Steinhardt
2023-06-16praefect/coordinator: Unify error handling for repository-scoped RPCsPatrick Steinhardt
2023-06-13Merge branch 'ps-concurrent-repo-meta-creation' into 'master'Justin Tobler
2023-06-12coordinator: Fail CreateRepository RPC if repo is already createdPavlo Strokov
2023-06-12protoregistry: Distinguish error message for missing repository fieldPatrick Steinhardt
2023-06-12storage: Replace `ErrInvalidRepository` with finer-grained errorsPatrick Steinhardt
2023-06-12storage: Move repository parameter errors into storage packagePatrick Steinhardt
2023-06-09storage: Drop redundant `RepositoryNotFoundError` errorPatrick Steinhardt
2023-06-07commonerr: Move repository-related errors into storage packagePatrick Steinhardt
2023-05-16grpc-proxy: Restructure and move package into `internal/grpc/`Patrick Steinhardt
2023-05-16grpcstats: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-16middleware: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-02coordinator: Reject routing mutators with different repo storagesPatrick Steinhardt
2023-05-02coordinator: Reject rewriting messages with different storagesPatrick Steinhardt
2023-04-28protoregistry: Refactor storage fields to use Protobuf reflectionPatrick Steinhardt
2023-04-28protoregistry: Allow `additional_repository`s to be unsetPatrick Steinhardt
2023-04-27proto: Remove deprecated ReduplicateRepository RPCPatrick Steinhardt
2023-03-27featureflag: Remove `tx_restore_custom_hooks`Justin Tobler
2023-02-15proto: Add `SetCustomHooks` RPCJustin Tobler
2023-02-07datastore: Do no enqueue duplicate eventsKarthik Nayak
2023-01-30Praefect: Enable `RestoreCustomHooks` transactionsJustin Tobler
2022-12-26Praefect: Remove node voter cancel flagJustin Tobler