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-02-02Remove PostUploadPack RPCQuang-Minh Nguyen
2023-02-02Merge branch 'jt-fix-ff' into 'master'Patrick Steinhardt
2023-02-02Merge branch 'jc-add-commit-and-tree' into 'master'Justin Tobler
2023-02-02Merge branch 'pks-objectpool-sha256' into 'master'Justin Tobler
2023-02-01Merge branch 'pks-git-stats-report-packfile-types' into 'master'Sami Hiltunen
2023-02-01Merge branch 'pks-git-test-with-sha256' into 'master'Will Chandler
2023-02-01praefect: Fix test for feature flag transactionsJustin Tobler
2023-02-01Merge branch 'smh-fix-updateref-errors' into 'master'Sami Hiltunen
2023-02-01updateref: return proper error when writing to closed processSami Hiltunen
2023-02-01Merge branch 'pks-housekeeping-fix-writing-bitmaps-with-midx' into 'master'Patrick Steinhardt
2023-02-01Merge branch '4546-introduce-new-whitespacechanges-enum-and-deprecate-ignore_...Quang-Minh Nguyen
2023-02-01diff: Add logic to handle `WhitespaceChanges` fieldKarthik Nayak
2023-02-01diff: Rewrite `TestSuccessfulCommitDiffRequest`Karthik Nayak
2023-02-01diff: Add identifiers for `assertExactReceivedDiffs`Karthik Nayak
2023-02-01proto: CommitDiffRequest: Introduce `WhitespaceChanges`Karthik Nayak
2023-02-01Merge branch 'pks-housekeeping-report-bitmap-extensions' into 'master'Toon Claes
2023-02-01Merge branch 'pks-git-stats-improve-metrics' into 'master'Patrick Steinhardt
2023-01-31Merge branch 'jt-atomic-hooks' into 'master'Justin Tobler
2023-01-31objectpool: Refactor fetch tests to test with SHA256Patrick Steinhardt
2023-01-31objectpool: Trivial conversions to enable testing with SHA256Patrick Steinhardt
2023-01-31objectpool: Detect object format to use for parsing object IDsPatrick Steinhardt
2023-01-31objectpool: Fix object format when creating from empty repoPatrick Steinhardt
2023-01-31quarantine: Enable testing with SHA256 object hashPatrick Steinhardt
2023-01-31git: Remove use of seeded repos for hooks testsPatrick Steinhardt
2023-01-31git: Refactor test for ShowRefDecoder to be hash-agnosticPatrick Steinhardt
2023-01-31Merge branch 'deprecate_full_path' into 'master'Christian Couder
2023-01-31git: Enable testing with SHA256 for trivial casesPatrick Steinhardt
2023-01-31housekeeping: Don't write bitmaps with MIDX in pooled reposPatrick Steinhardt
2023-01-31housekeeping: Report recent loose objectsPatrick Steinhardt
2023-01-31housekeeping: Fix superfluous "_count" suffix for loose stale objectsPatrick Steinhardt
2023-01-31housekeeping: Increase number of buckets for size and count metricsPatrick Steinhardt
2023-01-31smarthttp: Fix tests where hashing garbage will break with Git v2.40Patrick Steinhardt
2023-01-31git/stats: Discern different packfile typesPatrick Steinhardt
2023-01-31git/stats: Introduce logic to classify packfile metadataPatrick Steinhardt
2023-01-31Merge branch 'pks-smarthttp-sha256-testing' into 'master'Justin Tobler
2023-01-30Merge branch 'pks-git-stats-improvements' into 'master'Patrick Steinhardt
2023-01-30localrepo: Add WriteCommit methodJohn Cai
2023-01-30Praefect: Enable `RestoreCustomHooks` transactionsJustin Tobler
2023-01-30hooks: Make `RestoreCustomHooks` RPC atomicJustin Tobler
2023-01-30smarthttp: Enable SHA256 tests for InfoRefs and UploadPackPatrick Steinhardt
2023-01-30smarthttp: Convert UploadPack tests to use unseeded repositoriesPatrick Steinhardt
2023-01-30smarthttp: Convert InfoRefs tests to use unseeded repositoriesPatrick Steinhardt
2023-01-30streamcache: Improve test for pipe backpressurePatrick Steinhardt
2023-01-30housekeeping: Report existence of bitmap extensionsPatrick Steinhardt
2023-01-30Merge branch 'pks-housekeeping-write-multi-pack-index' into 'master'Patrick Steinhardt
2023-01-30git/stats: Don't stat(3P) all pack directory entriesPatrick Steinhardt
2023-01-28localrepo: Add WriteTree methodJohn Cai
2023-01-28Merge branch 'ali/filter-list-refs-by-oids' into 'master'Will Chandler
2023-01-27Add OID filtering to ListRefs RPCAlishan Ladhani
2023-01-27hooks: Refactor `restoreCustomHooks()`Justin Tobler