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-05-23Merge branch 'jc/git-bump-minimum-2.40' into 'master'Patrick Steinhardt
2023-05-23Merge branch 'pks-go-update-cgroups-to-v3' into 'master'James Fargher
2023-05-23Merge branch 'smh-log-repo-deletion' into 'master'Will Chandler
2023-05-22git: Bump minimum version of Git to 2.40John Cai
2023-05-22Merge branch 'smh-assert-vote-content' into 'master'Toon Claes
2023-05-22Merge branch 'jc/tree-entry-as-tree' into 'master'Patrick Steinhardt
2023-05-22go.mod: Update cgroups dependency to major version 3Patrick Steinhardt
2023-05-21Prevent transaction beginning if initialization failsSami Hiltunen
2023-05-21Write-ahead log repository deletionsSami Hiltunen
2023-05-21Track open transactions in TransactionManagerSami Hiltunen
2023-05-19Merge branch 'pks-praefect-server-factory-flake' into 'master'Will Chandler
2023-05-19Merge branch 'smh-acknowledge-after-commit' into 'master'Justin Tobler
2023-05-19localrepo: Modify WriteTree to be recursive, and to operate on TreeEntryJohn Cai
2023-05-19localrepo: Turn TreeEntry into a tree data structureJohn Cai
2023-05-19localrepo: Add ReadObjectInfo helperJohn Cai
2023-05-19praefect: Migrate sql-ping sub-commandPavlo Strokov
2023-05-19Assert vote contents in WriteRef testsSami Hiltunen
2023-05-19Merge branch 'ash2k/decouple-from-test-package' into 'master'James Fargher
2023-05-18Merge branch 'ps-praefect-cli-set-replication-factor' into 'master'Pavlo Strokov
2023-05-18Merge branch 'pks-go-urfave-cli-v2.25.3' into 'master'Sami Hiltunen
2023-05-18praefect: Migrate set-replication-factor sub-commandPavlo Strokov
2023-05-18Acknowledge transactions only after applicationSami Hiltunen
2023-05-18Merge branch 'ps-praefect-cli-remove-repository' into 'master'Christian Couder
2023-05-18Decouple production code from test protoMikhail Mazurskiy
2023-05-18Merge branch '4576-reimplement-listconflictfiles-with-git-merge-tree-2' into ...karthik nayak
2023-05-18Merge branch 'qmnguyen0711/remove-pack-objects-concurrency-limit-feature-flag...Will Chandler
2023-05-17Merge branch '5036-introduce-structured-error-definitions-for-gettreeentries'...karthik nayak
2023-05-17praefect: Improve documentation for sql-migrate sub-commandPavlo Strokov
2023-05-17praefect: Remove gitaly_test_sha256 tagPavlo Strokov
2023-05-17praefect: Migrate remove-repository sub-commandPavlo Strokov
2023-05-17go.mod: Update urfave/cli module to v2.25.3Patrick Steinhardt
2023-05-17conflicts: Introduce and use `conflictFilesWithGitMergeTree`Karthik Nayak
2023-05-17featureflag: Add flag ListConflictFilesMergeTreeKarthik Nayak
2023-05-17localrepo: Add mode information to `MergeTreeConflictError`Karthik Nayak
2023-05-17praefect: Migrate sql-migrate sub-commandPavlo Strokov
2023-05-17commit: Make `tree_entries_test.go` SHA256 compliantKarthik Nayak
2023-05-17Merge branch 'jc/use-git-hash-object' into 'master'Patrick Steinhardt
2023-05-17praefect: Refactor server factory test to be less repetitivePatrick Steinhardt
2023-05-17praefect: Fix flaky server factory testPatrick Steinhardt
2023-05-17gitlab: Use certificate helpers in the test serverPatrick Steinhardt
2023-05-17testhelper: Provide helper to set up transport credentialsPatrick Steinhardt
2023-05-17testhelper: Introduce structure for generated certificatesPatrick Steinhardt
2023-05-17testhelper: Split generation of certificates into standalone filePatrick Steinhardt
2023-05-17client: Allow overriding transport credentialsPatrick Steinhardt
2023-05-17client: Refactor `Dial()` to use optionsPatrick Steinhardt
2023-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-17Remove pack-objects limiting environment variablesQuang-Minh Nguyen
2023-05-17Remove gitaly_pack_objects_limiting_remote_ip feature flagQuang-Minh Nguyen
2023-05-16Merge branch 'qmnguyen0711/always-output-concurrency-queue-ms' into 'master'Justin Tobler
2023-05-16localrepo: Use git-hash-object instead of git-mktree for writing treesJohn Cai