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/coordinator: Untangle NotFound errors from storage layerPatrick Steinhardt
2023-06-09storage: Drop redundant `RepositoryNotFoundError` errorPatrick Steinhardt
2023-06-07commonerr: Move repository-related errors into storage packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-09datastore: Refactor repository store to use new set typePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-03-30praefect: Implement routing for maintenance operationsPatrick Steinhardt
2022-02-07Resolve additional repository's replica path on creation callsSami Hiltunen
2021-11-10praefect: Return replica path for additional repository from RouterSami Hiltunen
2021-10-26praefect: Don't query for replica path in NodeManagerRouterSami 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-08-31Pass relative path to CreateRepositorySami Hiltunen
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-07Handle repository creations transactionallySami Hiltunen
2021-04-06return NotFound when accessing non-existent repositorySami Hiltunen
2021-03-03praefect: Move accessor routing policy checks into coordinatorPatrick Steinhardt
2021-03-03praefect: Add `forcePrimary` parameter to `RouteRepositoryAccessor`Patrick Steinhardt
2021-02-04praefect: Implement force-routing to primary for node-manager 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
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-11-18nodes: Add context parameter to `GetShard()`Patrick Steinhardt
2020-11-04split nodeManagerRouter in to its own fileSami Hiltunen