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-12-05Enable transactions for LinkRepositoryToObjectPoolSami Hiltunen
2023-11-16Merge branch 'jt-praefect-pool-sync' into 'master'Sami Hiltunen
2023-11-14praefect: Reconcile non-matching object pools during replicationJustin Tobler
2023-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-11-08praefect: Support object pool disconnection in Praefect replicatorJustin Tobler
2023-10-04praefect/replicator: Disentangle use of the correlation ID keyPatrick Steinhardt
2023-09-26log: Drop `Infof()` 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-06-16praefect/coordinator: Untangle NotFound errors from storage layerPatrick Steinhardt
2023-05-16middleware: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick 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-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-04-25replicator: Ignore maintenance-style replication jobsPatrick Steinhardt
2022-02-17proto: Deprecate fine-grained repository maintenance RPCsPatrick Steinhardt
2022-02-14praefect: Implement replication for PruneUnreachableObjectsPatrick Steinhardt
2022-02-04replicator: Log number of stale jobs deletedWill Chandler
2022-01-14ref: Removal of unused all_refs parameterPavlo Strokov
2021-12-13Merge branch 'jc-replicate-immediately' into 'master'John Cai
2021-12-13cmd/praefect: replicate immediately after track-repositoryJohn Cai
2021-12-11praefect: change replication manager to use field loggerJohn Cai
2021-12-10replicator: Use ticker to process stale jobsPatrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-05Use replica path when processing replication jobsSami Hiltunen
2021-11-05Use repository ID in DeleteReplicaSami Hiltunen
2021-11-04datastore: Update relative path in SetGenerationSami Hiltunen
2021-10-12Remove replica records when deleting a repositorySami Hiltunen
2021-10-11Update SetGeneration to use repository IDSami Hiltunen
2021-10-11Use repository ID in GetReplicatedGenerationSami Hiltunen
2021-10-11Use repository ID in DeleteInvalidRepositorySami Hiltunen
2021-10-05replication: Process replication events with configurable number of workersPavlo Strokov
2021-10-05replication: Process replication events for storages in parallelPavlo Strokov
2021-10-05replication: Backoff function providerPavlo Strokov
2021-09-22replication: Graceful stop of the replication processing loopPavlo Strokov
2021-09-20helper: Move server metadata into storage packagePatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-07-12Remove unused declarationsPavlo Strokov
2021-07-08Delete records of all replicas that were deleted transactionallySami Hiltunen
2021-07-08Return a more accurate error when non-existing repository recordsSami Hiltunen
2021-07-06replicator: Special-case replication of OptimizeRepositoryPatrick Steinhardt
2021-07-06replicator: Special-case replication of MidxRepackPatrick Steinhardt
2021-07-06replicator: Special-case replication of WriteCommitGraphPatrick Steinhardt
2021-07-06replicator: Replicate `all_refs` parameter for PackRefs RPCPatrick Steinhardt
2021-07-06replicator: Replicate `prune` parameter for GarbageCollect RPCPatrick Steinhardt
2021-07-06datastore: Provide accessor for boolean parametersPatrick Steinhardt
2021-06-11Fix linting issuesMikhail Mazurskiy