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-03-17Update VERSION filesv13.10.0GitLab Release Tools Bot
2021-03-17Update CHANGELOG.md for 13.10.0GitLab Release Tools Bot
2021-03-16Update VERSION filesv13.10.0-rc40GitLab Release Tools Bot
2021-03-15Merge branch 'smh-remove-deferrer' into 'master'Patrick Steinhardt
2021-03-15Merge branch 'pks-featureflag-enable-go-get-new-lfs-pointers' into 'master'Pavlo Strokov
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-15Merge branch 'smh-get-remote-references' into 'master'Sami Hiltunen
2021-03-15featureflag: Enable Go implementation of GetNewLFSPointersPatrick Steinhardt
2021-03-15Merge branch 'pks-repository-optimize-housekeeping' into 'master'James Fargher
2021-03-15Merge branch 'ps-rm-config-objectpool' into 'master'James Fargher
2021-03-12Merge branch 'jv-pack-objects-variables' into 'master'Pavlo Strokov
2021-03-12implement GetRemoteReferences on localrepoSami Hiltunen
2021-03-12Merge branch 'smh-is-ancestor' into 'master'zj-testPaul Okstad
2021-03-12Removal of the config.Config from objectpool packagePavlo Strokov
2021-03-11Merge branch 'smh-multiple-patterns' into 'master'Pavlo Strokov
2021-03-11Merge branch 'pks-blob-lfs-catfile-buffering' into 'master'Pavlo Strokov
2021-03-11Merge branch 'pks-blob-lfs-use-bitmap-index' into 'master'Pavlo Strokov
2021-03-11replace existing isAncestor implementations with local repo's oneSami Hiltunen
2021-03-11Naming: use "eviction" instead of "expiry"Jacob Vosmaer
2021-03-11housekeeping: Move cleanup of empty refs into housekeepingPatrick Steinhardt
2021-03-11housekeeping: Move cleanup of git config into housekeepingPatrick Steinhardt
2021-03-11repository: Perform housekeeping tasks in `OptimizeRepository()`Patrick Steinhardt
2021-03-11housekeeping: Perform housekeeping on `localrepo`sPatrick Steinhardt
2021-03-11housekeeping: Refactor tests to use "real" setupsPatrick Steinhardt
2021-03-11repository: Replace custom config code with `localrepo.Config`Patrick Steinhardt
2021-03-11repository: Pass down localrepo when cleaning reposPatrick Steinhardt
2021-03-11repository: Extend race window between ref creation and optimizationPatrick Steinhardt
2021-03-11mark ls-remote as not having --end-of-optionsSami Hiltunen
2021-03-11repository: Fix cleanups not running if there is no bitmapPatrick Steinhardt
2021-03-11localrepo: Provide new `Path()` functionPatrick Steinhardt
2021-03-11add IsAncestor to localrepoSami Hiltunen
2021-03-11locator: Return proper error code if repo paths do not existPatrick Steinhardt
2021-03-11accept multiple patterns in GetReferencesSami Hiltunen
2021-03-11blob: Enable use of bitmap indices when searching LFS pointersPatrick Steinhardt
2021-03-11Makefile: Fix benchmarking repository's URLPatrick Steinhardt
2021-03-11Merge branch 'pks-git-drop-global-options' into 'master'Toon Claes
2021-03-11Merge branch 'jv-pack-objects-flags' into 'master'Sami Hiltunen
2021-03-11Merge branch 'smh-fix-flaky-test-elector-retry' into 'master'Patrick Steinhardt
2021-03-11blob: Buffer output of git-catfile to speed up reading LFS pointersPatrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithDir()`Patrick Steinhardt
2021-03-11localrepo: Drop `GlobalOption`s from `Exec()` and `ExecAndWait()`Patrick Steinhardt
2021-03-11localrepo: Convert `FetchOpts` to accept command optionsPatrick Steinhardt
2021-03-11global: Convert to use `WithConfig()`Patrick Steinhardt
2021-03-11global: Convert to use `NewWithDir()`Patrick Steinhardt
2021-03-11hook: Convert pack-objects hook to use `WithGlobalOption()`Patrick Steinhardt
2021-03-11git: Convert `ConvertGlobalOptions()` to return command optionsPatrick Steinhardt
2021-03-11git: Add new `WithGlobalOption()` optionPatrick Steinhardt
2021-03-11git: Add new `WithConfig()` optionPatrick Steinhardt