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
2021-04-14tests: Fix random set of missing error checksPatrick Steinhardt
2021-04-13support muxed connection in DisabledElectorSami Hiltunen
2021-04-08Merge branch 'smh-inject-backchannel-deps' into 'master'James Fargher
2021-04-07inject backchannel ClientHandshaker from mainSami Hiltunen
2021-04-06return NotFound when accessing non-existent repositorySami Hiltunen
2021-03-24Removal of the feature flag: distributed_readsPavlo Strokov
2021-03-04remove DirectStorageProviderSami Hiltunen
2021-03-03coordinator: Allow force-routing specific accessors to primaryPatrick Steinhardt
2021-03-01fix data race in TestCoordinator_grpcErrorHandlingSami Hiltunen
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-24fix racy test TestCoordinator_grpcErrorHandlingSami Hiltunen
2021-02-23praefect: Ignore proxying failures for secondariesPatrick Steinhardt
2021-02-23praefect: Consider RPC errors when creating replication jobsPatrick Steinhardt
2021-02-23praefect: Always create replication jobs for transactional RPCsPatrick Steinhardt
2021-02-23praefect: Extract function to determine updated/outdated nodesPatrick Steinhardt
2021-02-23praefect: Implement tests for failing RPC error proxyingPatrick Steinhardt
2021-02-08support default replication factor in coordinatorSami Hiltunen
2021-02-08support storing assignments on repository creationSami Hiltunen
2021-02-08support default replication factor in PerRepositoryRouterSami Hiltunen
2021-02-08add Shuffle method to RandomSami Hiltunen
2021-02-04praefect: Implement force-routing to primary for node-manager routerPatrick Steinhardt
2021-02-02handle repository creations separately in coordinatorSami Hiltunen
2021-02-02add option for storing primary when creating a repositorySami Hiltunen
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-04Fix lint issues with c1064ad30Ævar Arnfjörð Bjarmason
2021-01-04Merge branch 'datastore_create_repo' into 'master'Ævar Arnfjörð Bjarmason
2020-12-17Retrieve all consistent storagesPavlo Strokov
2020-12-17Add coordinator handler for create repositoryJames Fargher
2020-12-14Removal of unused RepositoryStore dependencyPavlo Strokov
2020-12-10Revert "On each read/write operation praefect requires to know which"Pavlo Strokov
2020-12-10On each read/write operation praefect requires to know whichPavlo Strokov
2020-12-07Revert "featureflag: Remove reference transaction feature flag"Patrick Steinhardt
2020-12-04coordinator: Switch tests to use non-transactional RPCsPatrick Steinhardt
2020-12-02remove usage of MemoryRepositoryStore in testsSami Hiltunen
2020-12-02use postgres repository store in TestStreamDirectorMutator_TransactionSami Hiltunen
2020-11-27transactions: Allow disabling with an env varZeger-Jan van de Weg
2020-11-18nodes: Add context parameter to `GetShard()`Patrick Steinhardt
2020-11-17Introduction of storages provider to get up to date storagesPavlo Strokov
2020-10-21transactions: Remove primary-wins feature flagPatrick Steinhardt
2020-10-16coordinator: Stop raising errors on stopped transactionsPatrick Steinhardt
2020-09-21Allow null generations in repositories tableSami Hiltunen
2020-09-17extract routing logic in to a separate componentSami Hiltunen
2020-09-11remove server scoped handling from coordinatorSami Hiltunen
2020-08-31Use error tracker to determine if node is healthyJohn Cai
2020-08-25coordinator: Implement majority-wins transaction voting strategyPatrick Steinhardt
2020-08-17transactions: Setup metrics in transaction managerPatrick Steinhardt
2020-08-12Praefect: replication processing should omit unhealthy nodesPavlo Strokov
2020-08-10Local elector that is used in case failover is disabledPavlo Strokov
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-31Improve query to identify up to date storages for reads distributionPavlo Strokov