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-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-03-11global: Convert to use `WithConfig()`Patrick Steinhardt
2021-03-05Remove config.Config var from smarthttp packagePavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move protocol helper into `gittest`Patrick Steinhardt
2021-03-01testhelper: Refactor protocol helperPatrick Steinhardt
2021-03-01testhelper: Move object helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-20Make runSmartHTTPHookServiceServer dependent on the passed configPavlo Strokov
2021-02-20Make test client dependent on the passed configPavlo Strokov
2021-02-20Make test server dependent on the passed configPavlo Strokov
2021-02-20Remove dependency of the EnableGitProtocolV2Support on config.ConfigPavlo Strokov
2021-02-18Make gitObjectExists independent from globalPavlo Strokov
2021-02-18Make WriteCheckNewObjectExistsHook independent from globalPavlo Strokov
2021-02-17hook: Fix voting on pushes which delete packed referencesPatrick Steinhardt
2021-02-17smarthttp: Clean up receive-pack testPatrick Steinhardt
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-12git: Add bitfield of requested hooks to HooksPayloadPatrick Steinhardt
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-11Break dependency on config.Config in smarthttpPavlo Strokov
2021-02-08Merge branch 'pks-upload-pack-racy-hook-tests' into 'master'Sami Hiltunen
2021-02-05Injection of the git.CommandFactory into smarthttp packagePavlo Strokov
2021-02-05uploadpack: Fix racy tests for pack-objects hookpks-upload-pack-racy-hook-testsPatrick Steinhardt
2021-02-03git: Move setup of uploadpack.packObjectsHook config entryPatrick Steinhardt
2021-02-03git: Stop injecting git path via environment variablePatrick Steinhardt
2021-02-03uploadpack: Improve test coverage for pack-objects hookPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-28Make git-upload-pack use gitaly-hooks for pack-objectsJacob Vosmaer
2021-01-27Merge branch 'ps-fix-withreceivepackhooks' into 'master'Christian Couder
2021-01-26Git command factory injected in to objectpoolPavlo Strokov
2021-01-21Merge branch 'avar/lint-refactoring' into 'master'Toon Claes
2021-01-19WithReceivePackHooks should use passed in parameterPavlo Strokov
2021-01-19git: Convert well-known OIDs to ObjectIDsPatrick Steinhardt
2021-01-19Lint refactoring: fix an error ending in an exclamation markÆvar Arnfjörð Bjarmason
2021-01-14cache: Make locator available to the LeaseKeyerPatrick Steinhardt
2021-01-14cache: Introduce a constructor for the LeaseKeyer structPatrick Steinhardt
2021-01-14smarthttp: Get rid of global inforef cachePatrick Steinhardt
2021-01-14git: Rename SafeBareCmd() to NewCommandWithoutRepository()Patrick Steinhardt
2021-01-14git: Drop unused env parameter for SafeBareCmd()Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetGitEnvData()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-06git: Convert `UploadPackFilterConfig()` to use command optionsPatrick Steinhardt
2021-01-06git: Convert `ReceivePackConfig()` to use command optionsPatrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-17smarthttp: Remove useless hookdir overridesPatrick Steinhardt
2020-12-17hooks: Remove test setups for gitlab-shell configurationPatrick Steinhardt
2020-12-15git: Disambiguate global and command optionsPatrick Steinhardt