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
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-03-24nodes: Silence warnings about ignored errors for `checkNodes()`Patrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-10-21Return replica path from GetConsistentStoragesSami Hiltunen
2021-10-15Return the virtual storage parameter to GetPrimarySami Hiltunen
2021-10-07nodes: Fix leaking connections and Goroutines due to missing cleanupPatrick Steinhardt
2021-10-06Praefect: proxy sidechannelsJacob Vosmaer
2021-08-09nodes manager: Remove unused db fieldPavlo Strokov
2021-07-12Standardise package aliasesPavlo Strokov
2021-06-01Merge branch 'ps-set-mod-version' into 'master'Christian Couder
2021-05-28nodes: Mention gitaly in 'ErrPrimaryNotHealthy'Will Chandler
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-22multiplex connections between Praefect and Gitaly by defaultSami Hiltunen
2021-04-13support muxed connection in DisabledElectorSami Hiltunen
2021-04-13Implement muxed connections in local electorSami 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-04-01Add GetPrimary to NodeManagerSami Hiltunen
2021-03-31inject a handshaker in client package's DialSami Hiltunen
2021-03-31remove DialWithMux from client packageSami Hiltunen
2021-03-30implement multiplexed connections from Praefect to GitalySami Hiltunen
2021-03-24Removal of the feature flag: distributed_readsPavlo Strokov
2021-03-04rename StoragesProvider to ConsistentStoragesGetterSami Hiltunen
2021-03-04align StorageProvider's interface with RepositoryStore'sSami Hiltunen
2020-12-17Retrieve all consistent storagesPavlo Strokov
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-11-24simplify error tracker health checking codeSami Hiltunen
2020-11-18nodes: Add context parameter to `GetShard()`Patrick Steinhardt
2020-11-17Merge branch 'ps-up-to-date-storages-provider' into 'master'Sami Hiltunen
2020-11-17validate election strategy configurationSami Hiltunen
2020-11-17extract dialing from node manager to a functionSami Hiltunen
2020-11-17remove dial options from node manager's constructorSami Hiltunen
2020-11-17Introduction of storages provider to get up to date storagesPavlo Strokov
2020-11-11Merge branch 'smh-per-repository-metrics' into 'master'James Fargher
2020-11-05read-only metrics for repository specific primariesSami Hiltunen
2020-11-02add a common interface for health checkersSami Hiltunen
2020-09-08Pass correlation_id over to gitaly-sshPavlo Strokov
2020-08-31Use error tracker to determine if node is healthyJohn Cai
2020-08-13Feature flag distributed_reads enabled by defaultPavlo Strokov
2020-08-10Local elector that is used in case failover is disabledPavlo Strokov
2020-08-04metric for the number of read-only repositoriesSami Hiltunen
2020-07-31Improve query to identify up to date storages for reads distributionPavlo Strokov
2020-07-30remove virtual storage wide read-only modeSami Hiltunen
2020-07-27fix praefect not starting with unhealthy nodesSami Hiltunen
2020-07-22Remove Praefect primary from configPaul Okstad
2020-07-09coordinator: Only let healthy secondaries take part in transactionsPatrick Steinhardt