Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-08Use pages root directory from APIJanis Altherr
2023-02-14Revert back to archive/zipKassio Borges
2022-07-15Revert: open files lazily when serving contentVladimir Shushlin
2022-07-07Open files lazily when serving contentfeistel
2022-07-04Null out file slicefeistel
2022-07-04Convert archive field to a local variablefeistel
2022-07-04Null out zip reader after reading archivefeistel
2022-06-28Improve consistency of log fieldsfeistel
2022-06-21Clear timezones from cached zip entriesJacob Vosmaer
2022-05-16Add logs for more visibility in 404s and archive corruption eventVishal Tak
2022-01-24lint: fix errorlint issuesfeistel
2022-01-24lint: fix gci issuesfeistel
2021-12-16fix: update vfs/zip implementation to ensure minimum range requests for go1.17Arran Walker
2021-09-15refactor: move lru cache to its own packageJaime Martinez
2021-09-09fix: unaligned 64-bit atomic operationÆx
2021-07-07Improve logging and correlation IDJaime Martinez
2021-02-08Refactor http client usage in httprageJaime Martinez
2021-01-11Optimize zip file findingajwalker/zip-pathArran Walker
2020-11-10Allow to refresh an existing cached archives when accessedKamil Trzciński
2020-10-29Do not refresh errored archivesJaime Martinez
2020-10-27Make timeouts for ZIP configurableKamil Trzciński
2020-10-14Apply 2 suggestion(s) to 1 file(s)fix-zip-directoriesKamil Trzciński
2020-10-13Fix support for archives without directory structureKamil Trzciński
2020-10-13Update LRU cache valuesKamil Trzciński
2020-10-13Rename `namespace` to `cacheNamespace`Kamil Trzciński
2020-10-13Improve LRU cache tests and implementationKamil Trzciński
2020-10-13Update metricsKamil Trzciński
2020-10-13Reduce the number of items to pruneJaime Martinez
2020-10-13Split cache set/get and add metricsJaime Martinez
2020-10-13Remove extra : from cache keyKamil Trzciński
2020-10-13Try to LRU cache offsets and symlinksKamil Trzciński
2020-10-01Move ZipCachedArchives closerKamil Trzciński
2020-10-01Move metrics.ZipOpened to readArchive()Jaime Martinez
2020-10-01Rename all zip and httprange metricsJaime Martinez
2020-10-01Move onEvicted to zipArchiveJaime Martinez
2020-09-30Add correct measureJaime Martinez
2020-09-30Add extra metric for currently cached files per archiveJaime Martinez
2020-09-30Use histograms instead of gauges for transport durationsJaime Martinez
2020-09-30Add more metrics for zip servingJaime Martinez
2020-09-25Return early if openArchive is already doneJaime Martinez
2020-09-22Pass context to httprange ReaderJaime Martinez
2020-09-21Apply suggestions from feedbackJaime Martinez
2020-09-21Read archive with its own timeoutJaime Martinez
2020-09-21Add to-do referencesJaime Martinez
2020-09-21New ctx from parentCtx before opening archiveJaime Martinez
2020-09-21WIP: apply some of the suggestionsJaime Martinez
2020-09-21Add zip package that implements vfs.RootJaime Martinez