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
2021-03-05repository: Create ad-hoc remote with a random namePatrick Steinhardt
2021-03-05Merge branch 'pks-blob-lfs-pointers-optimizations' into 'master'Ævar Arnfjörð Bjarmason
2021-03-05Merge branch 'pks-proto-drop-list-remotes' into 'master'Zeger-Jan van de Weg
2021-03-04proto: Remove RemoteService.ListRemotes RPCPatrick Steinhardt
2021-03-04respect reads distribution feature flag in PerRepositoryRouterSami Hiltunen
2021-03-04blob: Cancel execution of git-rev-list(1) when hitting LFS pointer limitPatrick Steinhardt
2021-03-04blob: Check exit status of git-cat-file(1) when reading LFS pointersPatrick Steinhardt
2021-03-04blob: Drop rogue optimization when reading LFS pointersPatrick Steinhardt
2021-03-04blob: Add LFS pointer benchmarksPatrick Steinhardt
2021-03-04catfile: Wrap errors when parsing object infoPatrick Steinhardt
2021-03-04support consistent storages caching in PerRepositoryElectorSami Hiltunen
2021-03-04remove DirectStorageProviderSami Hiltunen
2021-03-04rename StoragesProvider to ConsistentStoragesGetterSami Hiltunen
2021-03-04align StorageProvider's interface with RepositoryStore'sSami Hiltunen
2021-03-04gittest: Add function to clone benchmark repoPatrick Steinhardt
2021-03-03Merge branch 'smh-set-feature-flags-in-incoming-context' into 'master'James Fargher
2021-03-03Merge branch 'pks-coordinator-force-route-accessors' into 'master'Patrick Steinhardt
2021-03-03Merge branch 'ps-rm-config-git-pkg' into 'master'Toon Claes
2021-03-03coordinator: Allow force-routing specific accessors to primaryPatrick Steinhardt
2021-03-03praefect: Move accessor routing policy checks into coordinatorPatrick Steinhardt
2021-03-03praefect: Add `forcePrimary` parameter to `RouteRepositoryAccessor`Patrick Steinhardt
2021-03-02cache: Fix racy usage of mocked countersPatrick Steinhardt
2021-03-02Removal of the config.Config from git package and sub-packagesPavlo Strokov
2021-03-02Introduction of the DeferrerPavlo Strokov
2021-03-01Merge branch 'jv-remove-readfrom' into 'master'Paul Okstad
2021-03-01streamio: remove custom ReadFrom and WriteToJacob Vosmaer
2021-03-01blob: Port GetNewLFSPointers to GoPatrick Steinhardt
2021-03-01blob: Allow limiting number of returned LFS pointersPatrick Steinhardt
2021-03-01fix data race in TestCoordinator_grpcErrorHandlingSami Hiltunen
2021-03-01Merge branch 'pks-coordinator-improve-replication-logging' into 'master'Sami Hiltunen
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01git: Make tests independent of repo teshelpersPatrick Steinhardt
2021-03-01testhelper: Move HTTP server helper into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move tree helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move remote helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move protocol helper into `gittest`Patrick Steinhardt
2021-03-01testhelper: Refactor protocol helperPatrick Steinhardt
2021-03-01testhelper: Move object helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move branch helpers into `gittest`Patrick Steinhardt
2021-03-01git: Move repository test suite into `gittest`Patrick Steinhardt
2021-03-01coordinator: Improve log message when finalizing mutatorsPatrick Steinhardt
2021-02-25Use git.ZeroOID instead of hardcoded "00000000..."Ævar Arnfjörð Bjarmason
2021-02-25Merge branch 'smh-prevent-concurrent-reconciliation' into 'master'Patrick Steinhardt
2021-02-24Merge branch 'smh-fix-racy-test-grpc-error-handling' into 'master'Patrick Steinhardt
2021-02-24blob: Port GetLFSPointers to GoPatrick Steinhardt
2021-02-24blob: Port GetAllLFSPointers to GoPatrick Steinhardt
2021-02-24blob: Implement slicing of LFS pointersPatrick Steinhardt
2021-02-24blob: Implement function to find LFS pointersPatrick Steinhardt