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-18Allow additional configuration in configuration build shortcutsPavlo Strokov
2021-03-16Merge branch 'ps-rm-config-cleanup' into 'master'Toon Claes
2021-03-16ssh: Fix semantic merge conflict with testcfg changesPatrick Steinhardt
2021-03-16Merge branch 'ps-rm-config-ssh' into 'master'Zeger-Jan van de Weg
2021-03-16Merge branch 'ps-rm-config-blob' into 'master'Zeger-Jan van de Weg
2021-03-15Reduce code duplication in response consumingPavlo Strokov
2021-03-15Removal of the config.Config from commit packagePavlo Strokov
2021-03-15Removal of the config.Config from cleanup packagePavlo Strokov
2021-03-15Removal of the config.Config from blob packagePavlo Strokov
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-11replace existing isAncestor implementations with local repo's oneSami Hiltunen
2021-03-11Removal of the config.Config var from ssh packagePavlo Strokov
2021-03-11Removal of Cfg.Git.BinPath from RequireTreePavlo Strokov
2021-03-11Removal of Cfg.Git.BinPath from CreateRemoteBranchPavlo Strokov
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-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-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