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-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-10testhelper: Raise default log levelPatrick Steinhardt
2021-01-19Remove dependency on global Config var in tempdirPavlo Strokov
2020-12-29Extract config.Config from StartCleaningPavlo Strokov
2020-12-16Removal of helper.GetPathPavlo Strokov
2020-12-09git: Move housekeeping into git packagePatrick Steinhardt
2020-11-24gitignore: Remove now unneeded testdata patternsPatrick Steinhardt
2020-11-24tempdir: Move "clean" root directory into global test directoryPatrick Steinhardt
2020-11-19tempdir: Convert to use `testhelper.NewTestRepo()`Patrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-10-21create missing directories in CreateRepositoryFromSnapshotSami Hiltunen
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-06-18Fix hourly tmp folder cleanupSashi
2020-03-23explicitly load test configuration when neededSami Hiltunen
2020-01-29Fix cache walker to only walk each path oncePaul Okstad
2019-10-09Make tempdir clean test more robustJacob Vosmaer
2019-09-25Move cache state files to +gitaly directoryJohn Cai
2019-09-18Prevent nil panics in housekeeping.PerformJacob Vosmaer
2019-08-19Prevent lazy config lookups in tempdir cleanersJacob Vosmaer
2019-08-16Disk cache object directory initial clearPaul Okstad
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-07-12Lease-based disk cache strategyPaul Okstad
2018-10-15Fix formattingAlejandro Rodríguez
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-05-22Add StorageService::DeleteAllRepositories RPCJacob Vosmaer (GitLab)
2018-04-10Add a NewAsRepository helper to the tempdir packageNick Thomas
2018-04-06Run Go test suite with '-race' in CIJacob Vosmaer (GitLab)
2018-04-04Fix directory permission walker for Go 1.10Jacob Vosmaer (GitLab)
2018-01-19Automatically remove tempdir when context is overJacob Vosmaer (GitLab)
2018-01-19Add automatic tempdir cleanerJacob Vosmaer
2018-01-16Add tempdir packageJacob Vosmaer (GitLab)