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-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20golangci: Disallow usage of "io/ioutil" packagePatrick Steinhardt
2021-09-20global: Replace trivial cases of deprecated `ioutil.ReadDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-07-22tempdir: Provide new `NewWithPrefix()` constructorPatrick Steinhardt
2021-07-22tempdir: Remove storage-related constants and functionsPatrick Steinhardt
2021-07-22tempdir: Convert to use the locatorPatrick Steinhardt
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-16tempdir: Allow synchronizing on tempdir removalPatrick Steinhardt
2021-07-16tempdir: Wrap tempdir in a structPatrick Steinhardt
2021-07-16tempdir: Fix Goroutine leak in `NewWithoutContext()`Patrick Steinhardt
2021-07-16tempdir: Refactor public interface to be more genericPatrick Steinhardt
2021-07-16tempdir: Refactor how new tempdirs are createdPatrick Steinhardt
2021-07-16tempdir: Split implementation into tempdir and storage specific itemsPatrick Steinhardt
2021-07-12Remove unused declarationsPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-04-19Remove config.Config from tempdir packagePavlo Strokov
2021-04-14tests: Fix random set of missing error checksPatrick Steinhardt
2021-03-26Do not return error from streamcache.NewJacob Vosmaer
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