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
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-03-24nodes: Silence warnings about ignored errors for `checkNodes()`Patrick Steinhardt
2022-01-10praefect: Replace lib/pq with jackc/pgxPavlo Strokov
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-03-30implement multiplexed connections from Praefect to GitalySami Hiltunen
2020-12-03run sql electors checks in a transactionSami Hiltunen
2020-12-03add test case for asserting transactional election checksSami Hiltunen
2020-12-03log primary demotions in sql electorSami Hiltunen
2020-11-18nodes: Fix wrong monitor interval in SQL elector docsPatrick Steinhardt
2020-11-18nodes: Pass context to SQL queries in SQL electorPatrick Steinhardt
2020-11-18nodes: Add context parameter to `GetShard()`Patrick Steinhardt
2020-11-16expose GeneratePraefectName from nodesSami Hiltunen
2020-08-17Use repository generations to determine the best leader to electPavlo Strokov
2020-08-11Use repository generations to determine the best leader to electPavlo 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-06-03remove time dependency from sql elector testsSami Hiltunen
2020-05-18Merge branch 'smh-ignore-demoted' into 'master'Sami Hiltunen
2020-05-18fix re-electing demoted primariesSami Hiltunen
2020-05-18Replace read-only feature flag with a config toggleSami Hiltunen
2020-05-14Praefect: primary election must support multi virtual storagesPavlo Strokov
2020-05-11Log sql election incomplete countsJohn Cai
2020-04-30Elect primary that is most caught up with replicationJohn Cai
2020-04-30read-only status for shardsSami Hiltunen
2020-04-28provide consistent view of primary and secondariesSami Hiltunen
2020-04-09Add SQL-based election strategyStan Hu