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-20gitpipe: Drop the `RevisionTransform()` pipeline stepPatrick Steinhardt
2021-10-20gitpipe: Allow using iterators interchangeably as inputPatrick Steinhardt
2021-10-20gitpipe: Allow specifying revisions in `ForEachRef()` stepPatrick Steinhardt
2021-10-20gitpipe: Convert `RevisionFilter()` into an optionPatrick Steinhardt
2021-10-20gitpipe: Convert `CatfileInfoFilter()` into an optionPatrick Steinhardt
2021-10-19Merge branch 'pks-catfile-close-on-evict' into 'master'Pavlo Strokov
2021-10-19Merge branch 'extract_checksum_alg' into 'master'Toon Claes
2021-10-18Merge branch 'pks-git-v2.33.1' into 'master'Toon Claes
2021-10-18catfile: Fix cache eviction potentially hangingPatrick Steinhardt
2021-10-18catfile: Rename `stack` to `processes`Patrick Steinhardt
2021-10-14catfile: Drop inefficient Batch interfacePatrick Steinhardt
2021-10-14gitpipe: Convert interfaces to accept object or object info readersPatrick Steinhardt
2021-10-14catfile: Convert commit interface to accept an ObjectReaderPatrick Steinhardt
2021-10-13Extract checksum calculationJames Fargher
2021-10-13Merge branch 'fixing-tests-on-macos' into 'master'Toon Claes
2021-10-13git: Update to v2.31.1Patrick Steinhardt
2021-10-12Merge branch 'pks-drop-tx-extended-file-locking-ff' into 'master'Sami Hiltunen
2021-10-12Handling tests for git config for macOSjohn.mcdonnell
2021-10-11ref: Explicitly test for data returned by FindLocalBranchesPatrick Steinhardt
2021-10-11git: Remove `Config` interfacePatrick Steinhardt
2021-10-11global: Always use extended file lockingPatrick Steinhardt
2021-10-11git: Always assume we can handle object type filtersPatrick Steinhardt
2021-10-11git: Bump minimum required Git version to v2.33.0Patrick Steinhardt
2021-10-11git: Fix test for FlushesUpdaterefStatus exercising wrong functionPatrick Steinhardt
2021-10-08Reset buffered reader upon closeJohn Cai
2021-10-07Merge branch 'pks-testhelper-goroutine-leakage' into 'master'Pavlo Strokov
2021-10-07service: Plug leakages of connection poolsPatrick Steinhardt
2021-10-07catfile: Stop cache to plug Goroutine leaksPatrick Steinhardt
2021-10-07Merge branch 'pks-catfile-cache-split' into 'master'Patrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-10-06catfile: Fix race with done-notificationsPatrick Steinhardt
2021-10-06catfile: Implement `BatchProcess()` in terms of both readersPatrick Steinhardt
2021-10-06catfile: Provide cacheable object info readersPatrick Steinhardt
2021-10-06catfile: Provide cacheable object readersPatrick Steinhardt
2021-10-06catfile: Allow reading objects with unknown typePatrick Steinhardt
2021-10-06catfile: Make `close()` a private functionPatrick Steinhardt
2021-10-06catfile: Allow for generic cached valuesPatrick Steinhardt
2021-10-06catfile: Extract logic handling cached processesPatrick Steinhardt
2021-10-06catfile: Convert reporting of cache members to use a gauge vectorPatrick Steinhardt
2021-10-06catfile: Provide function to safely count cache membersPatrick Steinhardt
2021-10-06catfile: Disentangle metrics from managing the cachePatrick Steinhardt
2021-10-06catfile: Rename `BatchCache` to `ProcessCache`Patrick Steinhardt
2021-10-06remoterepo: Implement `GetDefaultBranch()`Patrick Steinhardt
2021-10-06catfile: Test for Goroutine leaksPatrick Steinhardt
2021-10-06catfile: Plug Goroutine leak in the cachePatrick Steinhardt
2021-10-06catfile: Explicitly stop the catfile cache in testsPatrick Steinhardt
2021-10-06Revert "Merge branch 'sh-revert-3853' into 'master'"Patrick Steinhardt
2021-10-04Accept patterns for BundleTestRepo test helperJames Fargher
2021-09-23updateref: Fix test flakiness depending on when git-update-ref(1) exitsPatrick Steinhardt
2021-09-23Merge branch 'pks-updateref-always-assert-locking' into 'master'Sami Hiltunen