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-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
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-12Fix instantiation of the structs with fields assignmentPavlo Strokov
2021-06-28cache: Introduce `Cache` interfacePatrick Steinhardt
2021-06-28cache: Rename `Cache` struct to `DiskCache`Patrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-17cache: Move metrics into `Cache` structurePatrick Steinhardt
2021-05-17cache: Internalize the `LeaseKeyer` structurePatrick Steinhardt
2021-05-17cache: Implement Leaser interface for `Cache` structurePatrick Steinhardt
2021-05-17service: Inject disk cache as service dependenciesPatrick Steinhardt
2021-05-17cache: Pass Gitaly config and locator when constructing cachesPatrick Steinhardt
2021-05-17cache: Rename primary structure to `Cache`Patrick Steinhardt
2021-05-17cache: Rename metrics implementatons filesPatrick Steinhardt
2021-05-17cache: Move tests into "cache" packagePatrick Steinhardt
2021-05-17Use github.com/stretchr/testify package to check dir and file existencePavlo Strokov
2021-05-17Replace AssertPathNotExists with require.NoFileExistsPavlo Strokov
2021-05-05cache: Fix flaky cache walker testPatrick Steinhardt
2021-04-28cache: Fix flaky cache walker testPatrick Steinhardt
2021-04-28cache: Split out TestMain into testhelper filePatrick Steinhardt
2021-04-23testcfg: Remove effectless `Cleanup()` functionPatrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21Use promauto to register Prometheus metricsSashi Kumar
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-05Replacement of the testcfg.NewGitalyCfgBuilder with shortcutPavlo Strokov
2021-03-03Merge branch 'ps-rm-config-git-pkg' into 'master'Toon Claes
2021-03-02cache: Fix racy usage of mocked countersPatrick Steinhardt
2021-03-02Removal of the config.Config from git package and sub-packagesPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-22Removal of config.Config from walker_test.goPavlo Strokov