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-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-27tests: Enable sha256 testingKarthik Nayak
2023-02-07datastore: Do no enqueue duplicate eventsKarthik Nayak
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-02-04replicator: Log number of stale jobs deletedWill Chandler
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-13datastore: Do not sleep between health update triggersPatrick Steinhardt
2021-12-20datastore: Introduction of the jackc/pgxPavlo Strokov
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-10-25replication: Drop 'cancelled' statePavlo Strokov
2021-10-21replication: Remove 'dead' stale jobs.Pavlo Strokov
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-19test: Parallel tests dependent on the PostgreSQL databasePavlo Strokov
2021-08-19test: Rename GetDB to NewDBPavlo Strokov
2021-08-19test: Remove redundant wrapper around glsql.GetDBPavlo Strokov
2021-08-19test: Parallel SQL dependent testsPavlo Strokov
2021-08-10test: Removal of the postgres build tagPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-02-24Merge branch 'smh-delete-replica-unique-index' into 'master'Sami Hiltunen
2021-02-24add unique index for delete_replica replication eventsSami Hiltunen
2021-02-23infinite attempts for delete_replica jobsSami Hiltunen
2020-11-24Tests that rely on Postgres instance are flakyPavlo Strokov
2020-09-22Praefect should be able to connect directly to the PostgreSQLPavlo Strokov
2020-09-02Replication job acknowledge removes 'completed' and 'dead' events.Pavlo Strokov
2020-08-19remove unused GetUpToDateStorages from replication queueSami Hiltunen
2020-08-19remove unused GetOutdateRepositories from replication queueSami Hiltunen
2020-07-29add GetOutdatedRepositories to repository storeSami Hiltunen
2020-07-20datastore: Fix unsynced Goroutine causing racy test casePatrick Steinhardt
2020-07-15Praefect: handling of stale replication jobsPavlo Strokov
2020-07-06Praefect: Collapse duplicate replication jobsPavlo Strokov
2020-07-02Praefect: replication jobs health pingPavlo Strokov
2020-06-17Merge branch 'ps-dequeue-with-skip-in-progress' into 'master'Zeger-Jan van de Weg
2020-06-17Replication not working on PraefectPavlo Strokov
2020-06-17improved dataloss subcommandSami Hiltunen
2020-06-11get outdated repositories from the replication queueSami Hiltunen
2020-05-18Praefect: horizontal scaling of a single shard MVCPavlo Strokov
2020-05-11Praefect: proper multi-virtual storage supportPavlo Strokov
2020-04-08implement CountDeadJobs for postgres replication queueSami Hiltunen
2020-03-27Praefect: replication event queue as a primary storage of eventsPavlo Strokov
2020-03-11Praefect: use enum values for job statesPavlo Strokov
2020-03-10Praefect: Move replication queue to databasePavlo Strokov