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-12Merge branch 'jv-pack-objects-variables' into 'master'Pavlo Strokov
2021-03-11Naming: use "eviction" instead of "expiry"Jacob Vosmaer
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-11hook: Convert pack-objects hook to use `WithGlobalOption()`Patrick Steinhardt
2021-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-05hook: Use proper error codes when transactions failPatrick Steinhardt
2021-02-02Merge branch 'pks-tx-disambiguate-errors' into 'master'Paul Okstad
2021-02-01hook: Fix error message when reference-transaction hook failsPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-17hooks: Refactor PreReceiveHook to explicitly receive push optionsPatrick Steinhardt
2020-12-17hooks: Remove test setups for gitlab-shell configurationPatrick Steinhardt
2020-12-11hooks: Convert to use ReceiveHooksPayloadPatrick 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-10gitlabshell: Stop injecting configuration into environmentPatrick 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-03hook: Simplify setup of envvars for pre-receive hooksPatrick Steinhardt
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov
2020-12-01hook: Validate input of update hookPatrick Steinhardt
2020-12-01hook: Validate input of pre-receive hookPatrick Steinhardt
2020-11-20gitlabshell: Remove `Env()` in favor of `EnvFromConfig()`Patrick Steinhardt
2020-11-20hook: Make Gitaly config available to serverPatrick Steinhardt
2020-11-17Inject entire config to GitLab API instantiationPaul Okstad
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-11-02gitaly: Fix deadlock when writing to gRPC streams concurrentlyPatrick Steinhardt
2020-10-14transactions: Only vote when reftx hook is in prepared statePatrick Steinhardt
2020-10-14hook: Wire through state from service to managerPatrick Steinhardt
2020-10-12transactions: Expose RPC to gracefully stop transactionsPatrick Steinhardt
2020-09-30hooks: Remove Ruby execution path for postreceiveZeger-Jan van de Weg
2020-09-30hooks: Custom PostReceive hooks get Git optionsZeger-Jan van de Weg
2020-09-22transactions: Remove voting via pre-receive hookPatrick Steinhardt
2020-09-11hooks: Fix GitPushOptions for PostReceiveHookZeger-Jan van de Weg
2020-09-10hook: Convert hook.Manager to an interfacePatrick Steinhardt
2020-09-09hook: Pass complete configuration to the hook managerPatrick Steinhardt
2020-09-09hooks: Remove prereceive hook Ruby implementationZeger-Jan van de Weg
2020-09-08hook: Clean up hook serverPatrick Steinhardt
2020-09-08hook: Move reference transaction hook into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move prereceive hook into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move postreceive hook into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move GitLab access code into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move update hook into `internal/hook`Patrick Steinhardt