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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-10-04praefect/replicator: Disentangle use of the correlation ID keyPatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-30Add missing TestMain callsWill Chandler
2023-08-21Fix flaky reconciler testSami Hiltunen
2023-06-16praefect/coordinator: Untangle NotFound errors from storage layerPatrick Steinhardt
2023-06-07commonerr: Move repository-related errors into storage packagePatrick Steinhardt
2023-05-16middleware: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-27tests: Enable sha256 testingKarthik Nayak
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-23Merge branch 'pks-praefect-remove-maintenance-replication-job-handling' into ...James Fargher
2022-05-20Update go package name from v14 to v15John Cai
2022-05-20praefect: Remove logic to handle maintenance-style replication eventspks-praefect-remove-maintenance-replication-job-handlingPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-10praefect: Replace lib/pq with jackc/pgxPavlo Strokov
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-09datastore: Store replica path through CreateRepositorySami Hiltunen
2021-11-04reconciler: Consider replicas pending rename outdatedSami Hiltunen
2021-11-04datastore: Update relative path in SetGenerationSami Hiltunen
2021-10-25replication: Drop 'cancelled' statePavlo Strokov
2021-10-16Fix flaky test TestReconcilerSami Hiltunen
2021-10-16Support multiple outcomes in reconciliation testsSami Hiltunen
2021-10-13Join records using repository ID in reconcilerSami Hiltunen
2021-10-12Drop orphaned repository deletion logic from reconcilerSami Hiltunen
2021-10-11Update SetGeneration to use repository IDSami Hiltunen
2021-08-31Include repository ID in jobs scheduled by the reconcilerSami Hiltunen
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: Parallel SQL dependent testsPavlo Strokov
2021-08-10test: Removal of the postgres build tagPavlo Strokov
2021-08-09lint: Addressing omitted error handlingPavlo Strokov
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-07-30Create repository records explicitly in reconciler testsSami Hiltunen
2021-07-21Remove orphan repository replicasPavlo Strokov
2021-07-12Remove unused declarationsPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-03-08Merge branch 'smh-delete-unassigned-replicas' into 'master'Zeger-Jan van de Weg
2021-03-04replicator: Do not bump repository generation for PackRefsPatrick Steinhardt
2021-03-03add replication job target indexes for reconcilerSami Hiltunen