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
2023-10-12tempdir: Deduplicate storage paths before cleaningWill Chandler
2023-10-11tempdir: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Print and related functions from `Logger` interfacePatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
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-21dontpanic: Use injected logging instancePatrick Steinhardt
2023-08-16tempdir: Inject properly configured loggerPatrick Steinhardt
2023-06-07storage: Consolidate `GetPath()` in favor of `GetRepoPath()`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-07Move FixDirectoryPermissions to perm packageSami Hiltunen
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2022-11-14tempdir: Run tests in sha256 modeJames Fargher
2022-10-17config: Create errors with helpersPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-29tempdir: Convert cleaning to use `os.ReadDir()`Patrick Steinhardt
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