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
2022-11-14gittest: Convert `NewRepositoryName()` to always create ".git" suffixPatrick Steinhardt
2022-10-27Remove Praefect-generated replica paths feature flagSami Hiltunen
2022-07-18test: Disable all test with tag sha256Toon Claes
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-02-07Resolve additional repository's replica path on creation callsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-13commit: Removal of unused typePavlo Strokov
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-11-10praefect: Return replica path for additional repository from RouterSami Hiltunen
2021-11-09datastore: Store replica path through CreateRepositorySami Hiltunen
2021-10-26testhelper: Move `SetHealthyNodes()` into new `testdb` packagePatrick Steinhardt
2021-10-21Return replica path with accessor routesSami Hiltunen
2021-10-21Return replica path from the router for mutators and creationsSami Hiltunen
2021-10-11Use repository IDs in IncrementGenerationSami Hiltunen
2021-09-06Use Postgres in RouteRepositoryMutator testsSami Hiltunen
2021-09-06Use Postgres in RouteRepositoryCreation testsSami Hiltunen
2021-09-06Use Postgres in RouteRepositoryAccessor testsSami 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-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-08add Shuffle method to RandomSami 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-10Revert "On each read/write operation praefect requires to know which"Pavlo Strokov
2020-12-10On each read/write operation praefect requires to know whichPavlo Strokov
2020-12-10Removal of redundant RepositoryStore mockPavlo Strokov
2020-11-17add a concurrency safe wrapper for RandomSami Hiltunen
2020-11-16don't include unassigned nodes in transactionsSami Hiltunen
2020-11-04implement a router on the per repository elector stackSami Hiltunen