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-10-07cache: Add ability to stop disk walkersPatrick Steinhardt
2021-10-07dontpanic: Refactor code to allow stopping of `GoForever()`Patrick 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.TempDir()`Patrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-07-22cache: Convert to use the locatorPatrick Steinhardt
2021-06-28cache: Rename `Cache` struct to `DiskCache`Patrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17cache: Move metrics into `Cache` structurePatrick Steinhardt
2021-05-17service: Inject disk cache as service dependenciesPatrick Steinhardt
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-04-23Custom error replacementPavlo Strokov
2020-03-25Static code analysis with govetPavlo Strokov
2020-01-29Fix cache walker to only walk each path oncePaul Okstad
2020-01-17Refine telemetry for cache walkerPaul Okstad
2020-01-07File walker deletes empty directoriesPaul Okstad
2019-10-02Don't panic, go retryPaul Okstad
2019-08-19Prevent lazy config lookups in tempdir cleanersJacob Vosmaer
2019-08-16Have Gitaly compile againZeger-Jan van de Weg
2019-08-16Disk cache object directory initial clearPaul Okstad
2019-08-15Check if dir exists before cleaning its contentZeger-Jan van de Weg
2019-07-17Disk cache object walkerPaul Okstad