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-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-23golangci: Upgrade to v1.39.0Patrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-08Remove unnecessary abstraction in streamcache.pipeJacob Vosmaer
2021-04-08Remove duplicate streamcache.pipe struct fieldJacob Vosmaer
2021-04-07Fail pipe writes when readers leaveJacob Vosmaer
2021-04-06Close streamcache writer on all return pathsJacob Vosmaer
2021-04-06Use t.Cleanup in pipe_test.goJacob Vosmaer
2021-03-26Do not return error from streamcache.NewJacob Vosmaer
2021-03-11Naming: use "eviction" instead of "expiry"Jacob Vosmaer
2021-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-03-05Implement abstract cache for PackObjectsHookJacob Vosmaer