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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-11-30errors: Use `errors.As()` for type assertionKarthik Nayak
2023-11-30errors: Use `errors.Is()` for error comparisonsKarthik Nayak
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-21tests: Do not use `log.Default()` loggerPatrick Steinhardt
2023-08-21dontpanic: Use injected logging instancePatrick Steinhardt
2023-07-21Use Golang 1.20 as minimum required versionNao Hashizume
2023-07-21Replace `math/rand` `Read()` callsites with `crypto/rand`Justin Tobler
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-07Move FixDirectoryPermissions to perm packageSami Hiltunen
2023-03-20Configure pack-objects min occurrences via env varJacob Vosmaer
2023-03-20Add MinOccurrences cache middlewareJacob Vosmaer
2023-03-14Merge branch 'jv-streamcache-interface' into 'master'Quang-Minh Nguyen
2023-03-13Simplify streamcache.Cache for efficient null implementationJacob Vosmaer
2023-02-16streamcache: Fix incorrect directory permission maskJames Fargher
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-07global: Convert generic packages to test with SHA256 object formatPatrick Steinhardt
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-01-30streamcache: Improve test for pipe backpressurePatrick Steinhardt
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-08-20Extract Duration into its own packageJames Fargher
2022-08-18Remove custom duration typeSami Hiltunen
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-18golang: Remove v1.16 build tagsToon Claes
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