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-05Removal of the config.Config from hook packagePavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-25Use git.ZeroOID instead of hardcoded "00000000..."Ævar Arnfjörð Bjarmason
2021-02-17hook: Fix voting on pushes which delete packed referencesPatrick Steinhardt
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-11hook: Annotate cancellation errors when voting gets canceledPatrick Steinhardt
2021-02-11hook: Increase the timeout when casting votesPatrick Steinhardt
2021-02-10Merge branch 'pks-custom-hooks-small-improvements' into 'master'Christian Couder
2021-02-09hook: Rename `matchFiles()` to `findHooks()`Patrick Steinhardt
2021-02-09hook: Unify checks whether a hook is validPatrick Steinhardt
2021-02-09hook: Use explicit stat to avoid manually resolving symlinksPatrick Steinhardt
2021-02-09hook: Adjust docs for `newCustomHooksExecutor()`Patrick Steinhardt
2021-02-05hook: Use proper error codes when transactions failPatrick Steinhardt
2021-02-04hook: Log errors when stopping transactions failsPatrick Steinhardt
2021-02-04hook: Log when transactions are about to be stoppedPatrick Steinhardt
2021-02-04hook: Stop transactions when post-receive or update hooks failPatrick Steinhardt
2021-02-03hook: Pull out primary-only update hook logicPatrick Steinhardt
2021-02-03hook: Pull out primary-only post-receive hook logicPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-29hook: Extract transaction handling into standalone managerPatrick Steinhardt
2021-01-19git: rename ValidateCommitIDPatrick Steinhardt
2021-01-13Merge branch 'sh-fix-merge-internal-allowed-failure' into 'master'Paul Okstad
2021-01-12operations: Fix internal API errors not being passed back to UserMergeBranchPatrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2020-12-17hooks: Filter custom hooks commands in the hooks managerPatrick Steinhardt
2020-12-17hooks: Pass GIT_DIR to custom hooksPatrick Steinhardt
2020-12-17hooks: Move push options into `customHooksEnv()`Patrick Steinhardt
2020-12-17hooks: Move `GitPushOptions` into the hook manager's codePatrick Steinhardt
2020-12-17hooks: Refactor PreReceiveHook to explicitly receive push optionsPatrick Steinhardt
2020-12-17hooks: Stop testing for GL_REPO environment variablePatrick Steinhardt
2020-12-16stub out hook manager when hooks are disabled in testsSami Hiltunen
2020-12-11hooks: Convert to use ReceiveHooksPayloadPatrick Steinhardt
2020-12-11hooks: Start using ReceiveHooksPayloadPatrick Steinhardt
2020-12-11hooks: Introduce ReceiveHooksPayloadPatrick Steinhardt
2020-12-11hooks: Stop injecting GL_PROJECT_PATH into the hooks environmentPatrick Steinhardt
2020-12-11hooks: Stop injecting GL_REPOSITORY into the hooks environmentPatrick Steinhardt
2020-12-11hooks: Derive GL_REPOSITORY from passed in repoPatrick Steinhardt
2020-12-11hooks: Discern expected and actual environment for custom hook testsPatrick Steinhardt
2020-12-10hooks: Start injecting transactions via HooksPayloadPatrick Steinhardt
2020-12-10hooks: Start using hooks payload for transactionsPatrick Steinhardt
2020-12-10hooks: Add transaction information to HooksPayloadPatrick Steinhardt
2020-12-10hooks: Fix incomplete test setupsPatrick Steinhardt
2020-12-07Introduction of FailOnNonTempDialError to omit indefinite dial attempts on ba...Pavlo Strokov
2020-12-03gitaly-hooks: Stop injecting deprecated GITALY envvarsPatrick Steinhardt
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov
2020-12-01hook: Validate input of update hookPatrick Steinhardt
2020-12-01hooks: Validate input of post-receive hookPatrick Steinhardt
2020-12-01hook: Validate input of pre-receive hookPatrick Steinhardt