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-06-16praefect/router: Remove error only used by testsPatrick Steinhardt
2023-06-16praefect/coordinator: Untangle NotFound errors from storage layerPatrick Steinhardt
2023-06-16praefect/router: Discern NotFound errors for additional repositoriesPatrick Steinhardt
2023-06-12Remove unused parameters from assignRepositoryToNodesPavlo Strokov
2023-06-02git/stats: Move knowledge of pool paths into storage packagePatrick Steinhardt
2023-06-02praefectutil: Move functionality relating to storage pathsPatrick Steinhardt
2023-05-25praefect: Drop feature flag that fixes routing with additional reposPatrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10praefect/router: Fix creation of repos with additional referenced repoPatrick Steinhardt
2023-05-10praefect/router: Handle replication factor more explicitlyPatrick Steinhardt
2023-05-10praefect/router: Split out assignment of repos to nodesPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-09datastore: Refactor repository store to use new set typePatrick Steinhardt
2023-01-26housekeeping: Move `IsPoolRepository()` into `git/stats`Patrick Steinhardt
2022-10-27Remove Praefect-generated replica paths feature flagSami Hiltunen
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-15housekeeping: Convert function to check for pool repos to be typesafePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-16Generate unique replica paths for repositoriesSami Hiltunen
2022-03-30praefect: Implement routing for maintenance operationsPatrick Steinhardt
2022-03-24Makefile: Upgrade gofumpt to v0.3.1Patrick Steinhardt
2022-02-07Resolve additional repository's replica path on creation callsSami Hiltunen
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-10praefect: Return replica path for additional repository from RouterSami Hiltunen
2021-10-21Return replica path with accessor routesSami Hiltunen
2021-10-21Return replica path from the router for mutators and creationsSami Hiltunen
2021-10-21Return replica path from GetConsistentStoragesSami Hiltunen
2021-10-15Return the virtual storage parameter to GetPrimarySami Hiltunen
2021-10-15Get host assignment by repository IDSami Hiltunen
2021-10-15Revert "Get host assignment by repository ID"Sami Hiltunen
2021-10-14Get consistent storages by repository id in PerRepositoryRouterSami Hiltunen
2021-10-14Get host assignment by repository IDSami Hiltunen
2021-10-14Remove unused type StaticStorageAssignmentsSami Hiltunen
2021-10-14Get primary by the repository's IDSami Hiltunen
2021-08-31Return repository id from the Router's RouteRepositoryMutatorSami Hiltunen
2021-08-31Reserve repository ids when routing repository creationsSami Hiltunen
2021-08-31Pass relative path to CreateRepositorySami Hiltunen
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-07Handle repository creations transactionallySami Hiltunen
2021-03-24Removal of the feature flag: distributed_readsPavlo Strokov
2021-03-04respect reads distribution feature flag in PerRepositoryRouterSami Hiltunen
2021-03-04support consistent storages caching in PerRepositoryElectorSami Hiltunen
2021-03-03praefect: Move accessor routing policy checks into coordinatorPatrick Steinhardt
2021-03-03praefect: Add `forcePrimary` parameter to `RouteRepositoryAccessor`Patrick Steinhardt
2021-02-08support default replication factor in PerRepositoryRouterSami Hiltunen
2021-02-04praefect: Implement force-routing to primary for per-repo routerPatrick Steinhardt
2021-02-02add repository creation routingSami Hiltunen
2020-12-17Retrieve all consistent storagesPavlo Strokov
2020-12-17golangci: Do not use default excludesPatrick Steinhardt