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
2023-09-26Include transaction ID in the hook payloadSami Hiltunen
2023-06-02repository: Move GitRepo interface into storage packagePatrick Steinhardt
2023-05-16grpcstats: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-31git: Make the object hash available to hooksPatrick Steinhardt
2023-03-31git: Reorder hook options to be grouped togetherPatrick Steinhardt
2023-03-30Propagate RemoteIP in PackObjectHooks RPCQuang-Minh Nguyen
2023-03-07tracing: Fix disconnected spans after go through gitaly-hooksQuang-Minh Nguyen
2022-07-15Centralize binary finding logicSami Hiltunen
2022-07-06hooks: Convert payload to use actual feature flagsPatrick Steinhardt
2022-06-15git: Add protocol, user_id, username to WithPackObjectsHookEnvJohn Cai
2022-06-15git: Change ReceiveHooksPayload to UserDetailsJohn Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-02-16git: Stop injecting GITALY_BIN_DIR environment variablePatrick Steinhardt
2022-01-14git: Make feature flags accessible to compute hooks pathPatrick Steinhardt
2022-01-11git: Move computing the hooks path into the Git command factoryPatrick Steinhardt
2022-01-11git: Use command option dependencies provided by Git command factoryPatrick Steinhardt
2022-01-11git: Pass dependencies to command optionsPatrick Steinhardt
2021-12-20hooks: Move generation of hooks path into Gitaly configPatrick Steinhardt
2021-08-31Only activate Git pack-objects hook if cache is enabledStan Hu
2021-06-14hook: Remove Praefect server from hooks payloadPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-07txinfo: Rename `TransactionMetadataFromContext()`Patrick Steinhardt
2021-05-07metadata: Move transaction metadata into shared packagePatrick Steinhardt
2021-04-21Propagate feature flags through gitaly-hooksSami Hiltunen
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-11git: Allow setup of reference-transaction hook with repo interfacePatrick Steinhardt
2021-02-03git: Use `configureHooks()` to set up pack-objects hooksPatrick Steinhardt
2021-02-03git: Move setup of uploadpack.packObjectsHook config entryPatrick Steinhardt
2021-02-03git: Stop injecting git path via environment variablePatrick Steinhardt
2021-01-28Make git-upload-pack use gitaly-hooks for pack-objectsJacob Vosmaer
2021-01-19WithReceivePackHooks should use passed in parameterPavlo Strokov
2020-12-16git: Convert commands to use ConfigPairsPatrick Steinhardt
2020-12-15Merge branch 'pks-hooks-payload-gl-values' into 'master'Ævar Arnfjörð Bjarmason
2020-12-14updateref: Add option to disable reference-transactionsPatrick Steinhardt
2020-12-11hooks: Convert to use 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-10gitlabshell: Stop injecting configuration into environmentPatrick Steinhardt
2020-12-10transaction: Unify logic to extract optional transaction metadataPatrick Steinhardt
2020-12-10hooks: Start injecting transactions via HooksPayloadPatrick Steinhardt
2020-12-10hooks: Add transaction information to HooksPayloadPatrick Steinhardt
2020-12-10hooks: Disallow configuring hooks multiple timesPatrick Steinhardt
2020-12-10hooks: Use common code path to configure hook setupPatrick Steinhardt
2020-12-10hooks: Split up implementation of options and payloadPatrick Steinhardt