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-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.TempFile()`Patrick Steinhardt
2021-09-08repository: Use proper locking semantics to update gitconfigPatrick Steinhardt
2021-09-08safe: Implement new locking file writerPatrick Steinhardt
2021-09-07safe: Add option to change file mode for FileWriterPatrick Steinhardt
2021-09-07safe: Adjust test namesPatrick Steinhardt
2021-09-07safe: Rename `CreateFileWriter()` to be more idiomaticPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Replace AssertPathNotExists with require.NoFileExistsPavlo Strokov
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2020-11-17testhelper: Move temporary directory into global temporary directoryPatrick Steinhardt
2020-04-14Remove test data after test completionPavlo Strokov
2020-01-09Auto-format whitespace between importsJacob Vosmaer
2020-01-06Global temp directory for Gitaly testsPaul Okstad
2019-12-21Fix Typosflowed
2019-12-13Sync info attributes in ReplicateRepositoryjramsay
2019-09-05Change AssertFileNotExists to AssertPathNotExistsPaul Okstad
2019-07-17Remove context from safe filePaul Okstad
2019-06-20Add safe package for safe file creationJohn Cai