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-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick 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: Refactor PreReceiveHook to explicitly receive push optionsPatrick Steinhardt
2020-12-17hooks: Stop testing for GL_REPO environment variablePatrick Steinhardt
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: Add transaction information to HooksPayloadPatrick Steinhardt
2020-12-10hooks: Fix incomplete test setupsPatrick Steinhardt
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 pre-receive hookPatrick Steinhardt
2020-11-20hook: Assert that required environment variables are presentPatrick Steinhardt
2020-11-20hook: Add thorough testing of hook implementationsPatrick Steinhardt