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
2022-05-25streamcache: Unlock waiters after cache keys have been prunedpks-streamcache-fix-flaky-testPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24streamcache: Move metric tracking whether cache is enabled or notPatrick Steinhardt
2021-12-15Fix flaky test TestPipe_backpressureSami Hiltunen
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-10-26tests: Get rid of plain temporary directories and filesPatrick Steinhardt
2021-10-21streamcache: Fix deadlocking caused by early removal conditionPatrick Steinhardt
2021-10-12Merge branch 'pks-streamcache-fix-flaky-test' into 'master'Patrick Steinhardt
2021-10-12streamcache: Do not use global temp dir for test filesPatrick Steinhardt
2021-10-11streamcache: Fix race when testing for cache entry removalPatrick Steinhardt
2021-10-07streamcache: Fix flaky TestCache_diskCleanupPavlo Strokov
2021-10-07streamcache: Make cleanup Goroutines stoppablePatrick Steinhardt
2021-10-07dontpanic: Refactor code to allow stopping of `GoForever()`Patrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-04lint: Fix linting issue on MacOSPavlo Strokov
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-26Add sendfile(2) support to streamcacheJacob Vosmaer
2021-08-25Remove redundant variableJacob Vosmaer
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
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