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-01-25hooks: Refactor directory locksJustin Tobler
2022-11-14safe: Allow test to run in sha256 modeJames Fargher
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-04-21safe: Add new LockingDirectoryJohn Cai
2021-11-23safe: Introduce `ErrFileAlreadyLocked` errorPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick 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.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