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-09-20golangci: Disallow usage of "io/ioutil" packagePatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-07safe: Rename `CreateFileWriter()` to be more idiomaticPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick 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-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17cache: Move metrics into `Cache` structurePatrick Steinhardt
2021-05-17cache: Internalize the `LeaseKeyer` structurePatrick Steinhardt
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-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-15Cache should account for feature flagsPaul Okstad
2020-04-09lint (static code analysis) enhancementsPavlo Strokov
2020-01-29Fix cache walker to only walk each path oncePaul Okstad
2019-12-13Log all diskcache state with gRPC metadataPaul Okstad
2019-09-25Move cache state files to +gitaly directoryJohn Cai
2019-09-18Fix cache invalidator for Create* RPCs and health checksPaul Okstad
2019-08-19Prevent lazy config lookups in tempdir cleanersJacob Vosmaer
2019-08-16Disk cache object directory initial clearPaul Okstad
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-07-17Remove context from safe filePaul Okstad
2019-07-12Lease-based disk cache strategyPaul Okstad