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-11-30errors: Use `errors.Is()` instead of switch on errorsKarthik Nayak
2023-10-17Log startup item duration in millisecondsWill Chandler
2023-10-05cache: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-21log: Simplify Debug et al to accept single argument onlyPatrick 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-18cache/diskcache: Inject logger instead of using global onePatrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-02-16tests: Fix incorrect executable permissionsJames Fargher
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-08Change inconsistent 655 permission to non-executable 644James Fargher
2023-02-07cache: Convert tests to work with SHA256 object formatPatrick Steinhardt
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-29cache: Convert file cleanup to use `os.ReadDir()`pks-refactor-ioutil-readdir-usagesPatrick Steinhardt
2022-09-29cache: Convert lease cleanup to use `os.ReadDir()`Patrick Steinhardt
2022-09-23safe: Check error code when closing writersPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-06featureflag: Use type-safe way to extract feature flagsPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-14cache: Rework keyer tests to be independentPatrick Steinhardt
2021-12-10cache: Get rid of short timeoutsPatrick Steinhardt
2021-12-03featureflag: Consolidate feature flags context APIPatrick Steinhardt
2021-10-07cache: Add ability to stop disk walkersPatrick Steinhardt
2021-10-07dontpanic: Refactor code to allow stopping of `GoForever()`Patrick Steinhardt
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.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-07safe: Rename `CreateFileWriter()` to be more idiomaticPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-22cache: Convert to use the locatorPatrick Steinhardt