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-03-09Add stripPrefix option to ExtractHooksSami Hiltunen
2023-03-09Move extractHooks to hook packageSami Hiltunen
2023-02-28tests: Fix hardcoded /bin/bash shebangsPatrick Steinhardt
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-07hook: Convert tests to work with SHA256 object formatPatrick Steinhardt
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-11-24hook: Replace broken ad-hoc implementation to get envvarsPatrick Steinhardt
2022-11-11hook: Export an error errInvalidSidechannelAddressPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-09-23sidechannel: Check error code when closing Unix socket listenerPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-26Fixing a range of typos on commentsjohn.mcdonnell
2022-07-20Merge branch 'pks-git-objectids-sha256' into 'master'Will Chandler
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Move `ValidateObjectID()` into `ObjectHash` structurePatrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-20command: Add `WithDir()` optionPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-14Merge branch 'jc-track-concurrency-pack-objects' into 'master'John Cai
2022-07-13hook: Add concurrency trackerJohn Cai
2022-07-06hooks: Convert payload to use actual feature flagsPatrick Steinhardt
2022-06-23command: Fix race with setting command names and context cancellationPatrick Steinhardt
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-15git: Change ReceiveHooksPayload to UserDetailsJohn Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-04-05Expose command stats (rusage) metrics via prometheuscommand-stats-metricsIgor Wiedler
2022-03-23sidechannel: Convert to use runtime directory to store socketspks-sidechannel-migrate-to-runtime-dirPatrick Steinhardt
2022-02-23Hooks: eagerly delete sidechannel socket dirJacob Vosmaer
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: Set up Git execution environment for custom hooksPatrick Steinhardt
2021-12-20hook: Fix potential use of wrong Git in custom hooksPatrick Steinhardt
2021-12-20hook: Convert environment tests to be stricterPatrick Steinhardt
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-13transaction: Wire up transactional voting phasesPatrick Steinhardt
2021-12-10tests: Remove unneeded usage of `context.WithTimeout()`Patrick Steinhardt
2021-11-25hook: Fix custom hook errors not propagating correctlyPatrick Steinhardt
2021-11-20Improve custom hook error loggingStan Hu
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20Merge branch 'pks-go-drop-1.15-support' into 'master'Toon Claes