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-10-27list-untracked-repositories: Praefect sub-command to show untracked repositoriesPavlo Strokov
2021-09-03Workaround Rails filesystem ID tests in PraefectSami Hiltunen
2021-09-03Derive virtual storage's filesystem id from its nameSami Hiltunen
2021-09-01coordinator: Only schedule replication for differing error statesPatrick Steinhardt
2021-09-01transactions: Remove `DidCommitAnySubtransactions()`Patrick Steinhardt
2021-09-01coordinator: Create replication jobs if the primary cast a votePatrick Steinhardt
2021-09-01transactions: Implement function which tells whether votes did votePatrick Steinhardt
2021-09-01coordinator: Explicitly exit early if primary is not dirtyPatrick Steinhardt
2021-09-01coordinator: Combine node state log messages into a single messagePatrick Steinhardt
2021-09-01praefect: Fix incorrect error tracking for secondariesblanet
2021-09-01coordinator: Reflect primary's dirty-status when logging repl causePatrick Steinhardt
2021-08-31Only activate Git pack-objects hook if cache is enabledStan Hu
2021-08-03Merge branch 'handle_long_commit_headers_14' into '14-0-stable'GitLab Release Tools Bot
2021-07-16coordinator: Fix repo creation/removal race for up-to-date secondariesPatrick Steinhardt
2021-07-16repository: Support transactional voting in `RemoveRepository()`Patrick Steinhardt
2021-07-16repository: Refactor `RemoveRepository()` for easier readabilityPatrick Steinhardt
2021-07-16coordinator: Clarify why transactional behaviour is disabled for RPCsPatrick Steinhardt
2021-07-16praefect: Avoid double-proxied Gitaly nodesPatrick Steinhardt
2021-07-16testserver: Ensure Gitaly is healthy when using Praefect proxyPatrick Steinhardt
2021-07-02repository: Fix repo replication with transactionsPatrick Steinhardt
2021-07-02repository: Add test demonstrating replication failure with transactionsPatrick Steinhardt
2021-07-02repository: Fix excessive voting in CreateRepositoryFromBundlePatrick Steinhardt
2021-07-02repository: Demonstrate excessive voting for CreateRepositoryFromBundlePatrick Steinhardt
2021-07-02repository: Add test to exercise CreateFromBundle with transactionsPatrick Steinhardt
2021-07-01Revert "Merge branch 'pks-create-from-bundle-transactions-14.0' into '14-0-st...Patrick Steinhardt
2021-07-01Revert "Merge branch 'pks-tx-replicate-repository-nested-mutators-v14.0' into...Patrick Steinhardt
2021-06-30repository: Fix repo replication with transactionsPatrick Steinhardt
2021-06-30repository: Add test demonstrating replication failure with transactionsPatrick Steinhardt
2021-06-28repository: Fix excessive voting in CreateRepositoryFromBundlePatrick Steinhardt
2021-06-28repository: Demonstrate excessive voting for CreateRepositoryFromBundlePatrick Steinhardt
2021-06-28repository: Add test to exercise CreateFromBundle with transactionsPatrick Steinhardt
2021-06-25catfile: Allow parsing of long git commit headersJames Fargher
2021-06-16Merge branch 'pks-lfs-pointers-full-pipeline' into 'master'Zeger-Jan van de Weg
2021-06-16Merge branch 'env_helpers' into 'master'Sami Hiltunen
2021-06-16Write commit graph using bloom filterPavlo Strokov
2021-06-16Fix Unix socket address handling following gRPC upgradeSami Hiltunen
2021-06-15Merge branch 'jv-diff-parser-memory' into 'master'Zeger-Jan van de Weg
2021-06-15Merge branch 'ps-git2go-mod-version' into 'master'Zeger-Jan van de Weg
2021-06-15Extract typed environment variable helpersJames Fargher
2021-06-15Add version suffix to gitaly-git2go binaryPavlo Strokov
2021-06-14Merge branch 'pks-tx-remove-praefect-server' into 'master'Christian Couder
2021-06-14blob: Convert `GetLFSPointers()` to use pipelinePatrick Steinhardt
2021-06-14blob: Convert `ListAllLfsPointers()` to use pipelinePatrick Steinhardt
2021-06-14blob: Extract sending of LFS pointers via pipelinesPatrick Steinhardt
2021-06-14blob: Introduce new pipeline step to enumerate all objectsPatrick Steinhardt
2021-06-14blob: Convert `ListLFSPointers()` to use pipelinePatrick Steinhardt
2021-06-14blob: Move verification of revisions into ListLFSPointersPatrick Steinhardt
2021-06-14blob: Add tests which exercise complete pipelinePatrick Steinhardt
2021-06-14blob: Add pipeline filtersPatrick Steinhardt
2021-06-14blob: Implement pipeline step for git-cat-file(1) batchingPatrick Steinhardt