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-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
2021-02-21Removal of config.Config from the TestStreamDBNaiveKeyerPavlo Strokov
2021-02-21Removal of config.Config from the TestLoserCountPavlo Strokov
2021-01-14cache: Use locator to resolve storage locationsPatrick Steinhardt
2021-01-14cache: Make locator available to the LeaseKeyerPatrick Steinhardt
2021-01-14cache: Introduce a constructor for the LeaseKeyer structPatrick Steinhardt
2021-01-14cache: Use proper error wrappingPatrick Steinhardt
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-19Replace most uses of `ioutil.TempDir()` with `testhelper.TempDir()`Patrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-06-30Turn feature flags into struct with default valueJohn Cai
2020-06-18Remove dependency on global var to detect repo locationPavlo Strokov
2020-04-30improved path traversal protectionSami Hiltunen
2020-04-23Custom error replacementPavlo Strokov
2020-04-15Cache should account for feature flagsPaul Okstad