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
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-22cgroups: Inject pid into cgroup manangerJohn Cai
2022-08-18Revert "config: Set autocrlf to false"Justin Tobler
2022-08-17Merge branch 'pks-makefile-refactor-git-target' into 'master'Pavlo Strokov
2022-08-16config: Set autocrlf to falseJustin Tobler
2022-08-16Merge branch 'pks-gitpipe-sha256' into 'master'Toon Claes
2022-08-12fsck: Test ignore rules configurationjt-update-git-fsck-configJustin Tobler
2022-08-12fsck: Update fsck ignore rules configurationJustin Tobler
2022-08-11gitpipe: Support SHA256 object hashpks-gitpipe-sha256Patrick Steinhardt
2022-08-11gitpipe: Parallelize testsPatrick Steinhardt
2022-08-11gitpipe: Refactor Pipeline tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor ForEachRef tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor Revision tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor LsTree tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor DiffTree tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor CatfileObject tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor CatfileInfo tests to not use seeded reposPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-08-11Merge branch 'pks-gittest-create-repo-consolidation' into 'master'Patrick Steinhardt
2022-08-11gittest: Consolidate unused InitRepo and CloneRepo functionsPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-08-11gittest: Make CreateRepository handle repo creation without gRPC servicePatrick Steinhardt
2022-08-10git: Fix warning on startup about Git binary fallbackpks-git-command-factory-fix-warningPatrick Steinhardt
2022-08-10Makefile: Stop depending on an installed Git distribution for our testsPatrick Steinhardt
2022-08-09Merge branch 'toon-linguist-no-zeroes' into 'master'Toon Claes
2022-08-08gittest: Correctly detect if both Content and OID are setToon Claes
2022-08-08Merge branch 'pks-git-lstree-sha256' into 'master'Sami Hiltunen
2022-08-05Merge branch 'pks-git-updateref-sha256' into 'master'John Cai
2022-08-05Merge branch 'pks-git-fetch-disable-show-forced-updates' into 'master'John Cai
2022-08-05lstree: Enable testing with SHA256pks-git-lstree-sha256Patrick Steinhardt
2022-08-05lstree: Detect object hash in `ListEntries()`Patrick Steinhardt
2022-08-05lstree: Inject the object hash used to parse tree entriesPatrick Steinhardt
2022-08-05lstree: Don't use seeded repository to test `ListEntries()`Patrick Steinhardt
2022-08-05lstree: Refactor parser test to generate data at runtimePatrick Steinhardt
2022-08-05gittest: Allow `WriteTree()` to write submodule tree entriesPatrick Steinhardt
2022-08-05updateref: Support repositories using SHA256 object hashesPatrick Steinhardt
2022-08-05updateref: Accept object IDs instead of bare stringsPatrick Steinhardt
2022-08-05updateref: Prepare tests to be object hash-agnosticPatrick Steinhardt
2022-08-05updateref: Convert tests to not use a seeded repositoryPatrick Steinhardt
2022-08-05updateref: Adjust test names and parallelize testsPatrick Steinhardt
2022-08-05objectpool: Verify object IDs when rescuing dangling objectsPatrick Steinhardt
2022-08-04Merge branch 'pks-git-catfile-sha-256' into 'master'Toon Claes
2022-08-04Merge branch 'wc-macos-localrepo-test' into 'master'James Fargher
2022-08-04localrepo: Speed up fetches by disabling computation of forced updatespks-git-fetch-disable-show-forced-updatesPatrick Steinhardt
2022-08-04objectpool: Speed up fetches by disabling computation of forced updatesPatrick Steinhardt
2022-08-03localrepo: Don't run case-sensitive test on macOSwc-macos-localrepo-testWill Chandler
2022-08-03quarantine: Use testhelper.ProtoEqual test messageToon Claes
2022-08-03catfile: Enable testing with SHA256 object hashespks-git-catfile-sha-256Patrick Steinhardt