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
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
2020-04-14Remove test data after test completionPavlo Strokov
2020-04-09lint (static code analysis) enhancementsPavlo Strokov
2020-03-27Merge branch 'smh-testhelpers-side-effects' into 'master'Jacob Vosmaer
2020-03-25Static code analysis with govetPavlo Strokov
2020-03-24Replace calls to new with address of literalJacob Vosmaer
2020-03-23explicitly load test configuration when neededSami Hiltunen
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-12-13Log all diskcache state with gRPC metadataPaul Okstad
2019-11-21Add new Prometheus metrics to investigate write pressurePaul Okstad
2019-11-20Validate that hook files are reachable and executablejramsay
2019-10-02Don't panic, go retryPaul Okstad
2019-09-25Move cache state files to +gitaly directoryJohn Cai
2019-09-18Fix cache invalidator for Create* RPCs and health checksPaul Okstad
2019-09-05Change AssertFileNotExists to AssertPathNotExistsPaul Okstad
2019-08-20InfoRefsUploadPack disk cachePaul 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-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-07-17Remove context from safe filePaul Okstad
2019-07-17Disk cache object walkerPaul Okstad
2019-07-12Lease-based disk cache strategyPaul Okstad