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-12-08hook: Introduce `ProcReceiveHandler` and `ProcReceiveRegistry`Karthik Nayak
2023-10-17hook: Send repository relative path to access checkJustin Tobler
2023-10-11tempdir: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10transaction: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10gitaly/hook: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-26Wire TransactionRegistry in HookManagerSami Hiltunen
2023-09-26Include transaction ID in the hook payloadSami Hiltunen
2023-09-07localrepo: Refactor `WriteBlob()` to accept a configurationPatrick Steinhardt
2023-07-24hook: Always synchronize hook executionsPatrick Steinhardt
2023-06-13gitaly/hook: Fix packed-refs lock contention by synchronizing hooksPatrick Steinhardt
2023-06-13gitaly/hook: Adjust tests to start verifying transactional votesPatrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-16backchannel: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-31gitaly/hook: Fix hardcoded SHA1 values in testsPatrick Steinhardt
2023-03-31git: Make the object hash available to hooksPatrick Steinhardt
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-03-16lint: Fix manual quote interpolation offensesQuang-Minh Nguyen
2023-02-07hook: Convert tests to work with SHA256 object formatPatrick Steinhardt
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-06hooks: Convert payload to use actual feature flagsPatrick Steinhardt
2022-06-15git: Change ReceiveHooksPayload to UserDetailsJohn Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2022-01-06hook: Convert tests to use intercepting command factoryPatrick Steinhardt
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-20hook: Let custom hook scripts resolve Git via PATHPatrick Steinhardt
2021-12-20hook: Convert environment tests to be stricterPatrick Steinhardt
2021-09-02hook: Fix allowed errors not propagating correctly anymorePatrick Steinhardt
2021-08-30operations: Implement rich errors for UserMergeBranch access checksPatrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-08-30hook: Fix prereceive returning AllowedError for generic errorsPatrick Steinhardt
2021-07-16hook: Inject ODB envvars for custom hooks passed via repository protoPatrick Steinhardt
2021-06-14hook: Remove Praefect server from hooks payloadPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-07metadata: Move transaction metadata into shared packagePatrick Steinhardt
2021-04-27gitlab: Split out and rename mock clientPatrick Steinhardt
2021-04-27gitlab: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-21Propagate feature flags through gitaly-hooksSami Hiltunen
2021-04-19testhelper: Convert `WriteExecutable()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
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