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-05-20Update go package name from v14 to v15John Cai
2022-03-24nodes: Silence warnings about ignored errors for `checkNodes()`Patrick Steinhardt
2021-10-07nodes: Fix leaking connections and Goroutines due to missing cleanupPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-22multiplex connections between Praefect and Gitaly by defaultSami Hiltunen
2021-04-13Implement muxed connections in local electorSami Hiltunen
2020-11-18nodes: Add context parameter to `GetShard()`Patrick Steinhardt
2020-08-10Local elector that is used in case failover is disabledPavlo Strokov
2020-07-30remove virtual storage wide read-only modeSami Hiltunen
2020-06-09Merge branch 'smh-read-only-gauge' into 'master'Sami Hiltunen
2020-06-09export prometheus metric for read-only modeSami Hiltunen
2020-06-09Praefect: unhealthy nodes must not be used for read distributionPavlo Strokov
2020-06-04remember the previous write enabled primary nodeSami Hiltunen
2020-05-18Replace read-only feature flag with a config toggleSami Hiltunen
2020-04-30read-only status for shardsSami Hiltunen
2020-04-28provide consistent view of primary and secondariesSami Hiltunen
2020-04-10Fix localElector locking issuesStan Hu
2020-04-09Add SQL-based election strategyStan Hu
2020-04-02Fix race conditions with checking nodes in localElectorStan Hu
2020-04-02Fix timer firing too frequently for localElectorStan Hu
2020-03-31Refactor Praefect node managerStan Hu