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-02-23hooks: Fix flaky test on MacOSWill Chandler
2023-02-23hook: Remove require calls from helper goroutinesWill Chandler
2022-11-25Change rate limit err to ResourceExhaustedSteve Azzopardi
2022-11-11hook: Standardize errors creationPavlo Strokov
2022-11-08service/hook: Improve validation of inputPavlo Strokov
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-08-04hook: Remove PackObjectsMetric feature flagjc-remove-pack-objects-logging-ffJohn Cai
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-13hook service: Call ConcurrencyTrackerjc-track-concurrency-pack-objectsJohn Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-03-23sidechannel: Convert to use runtime directory to store socketspks-sidechannel-migrate-to-runtime-dirPatrick Steinhardt
2022-02-03Create repositories via API in hook service testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-11-23Deprecate PackObjectsHookJacob Vosmaer
2021-11-01gittest: Convert `ExecStream()` to take a configurationPatrick Steinhardt
2021-10-08testhelper: Reject trying to build same binary multiple timesPatrick Steinhardt
2021-09-01PackObjectsHookWithSidechannel: return Canceled when client hangs upJacob Vosmaer
2021-08-24Add PackObjectsHookWithSidechannel RPCJacob Vosmaer
2021-08-10Move pack.stat logging to PackObjectsHookJacob Vosmaer
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec|ExecStream in service directoryPavlo Strokov
2021-04-26Replace test server setup in hook packagePavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-03-26Do not return error from streamcache.NewJacob Vosmaer
2021-03-18Removal of config.Config from hook packagePavlo Strokov
2021-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer