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
2022-05-16Add logs for more visibility in 404s and archive corruption eventVishal Tak
2022-03-14add flag to parameterize zip http client timeoutvtak
2021-12-14Merge branch 'fix/sha-lookups' into 'master'Jaime Martinez
2021-12-14refactor: promote missingcachekey error to a static errorfeistel
2021-12-13fix: return an error if the cacheKey is emptyfeistel
2021-12-08Merge branch 'remove-unused-ctx' into 'master'Jaime Martinez
2021-12-08test: add sha256 to mocked lookups and fix testsfeistel
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-12-06refactor: move keyFromPath our of zipVfs objectVladimir Shushlin
2021-12-01Merge branch 'refactor/limiter-new' into 'master'Jaime Martinez
2021-12-01chore: update method namesfeistel
2021-11-25refactor: add functional option to customize lru cache size and expirationfeistel
2021-11-16refactor: move away from error '==' comparisonJaime Martinez
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-08style: revert explicit params typeJaime Martinez
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-11-01refactor: make internal/lru and internal/ratelimiter metrics optionalfeistel
2021-10-01Merge branch 'remove/chrootpath' into 'master'Alessio Caiazza
2021-09-15refactor: move lru cache to its own packageJaime Martinez
2021-09-09fix: unaligned 64-bit atomic operationÆx
2021-08-26refactor: clean up chrootPath from the httpfs packagefeistel
2021-08-26refactor: remove chroot/jail logicfeistel
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
2021-04-13Use ChrootPath from configJaime Martinez
2021-04-13Handle chrootPath in http_fsJaime Martinez
2021-04-13Remove root from AllowedPathsJaime Martinez
2021-04-13Allow serving zip from disk in chrootJaime Martinez
2021-02-09Expose Transport interface wrapperJaime Martinez
2021-02-09Revert "Export MeteredRoundTripper"Jaime Martinez
2021-02-08Export MeteredRoundTripperJaime Martinez
2021-02-08Refactor http client usage in httprageJaime Martinez
2020-11-30Add Reconfigure to serving and VFS interfacesJaime Martinez
2020-11-30Increase time for flaky testJaime Martinez
2020-11-30Log zip configJaime Martinez
2020-11-30Add default configJaime Martinez
2020-11-30Add zip config flagsJaime Martinez
2020-11-10Allow to refresh an existing cached archives when accessedKamil Trzciński
2020-10-29Do not refresh errored archivesJaime Martinez
2020-10-28Merge branch 'make-cache-configurable' into 'master'Vladimir Shushlin
2020-10-28Rename openTiemoutmake-cache-configurableJaime Martinez
2020-10-27Make timeouts for ZIP configurableKamil Trzciński
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
2020-10-13This workarounds a bug in `patrickmn/go-cache`Kamil Trzciński
2020-10-13Bump data-offset/readlink expiration to 1hlru-cache-offsetsKamil Trzciński
2020-10-13Update LRU cache valuesKamil Trzciński
2020-10-13Update metricsKamil Trzciński
2020-10-13Reduce the number of items to pruneJaime Martinez
2020-10-13Use ccache/v2Jaime Martinez
2020-10-13Try to LRU cache offsets and symlinksKamil Trzciński
2020-10-01Move ZipCachedArchives closerKamil Trzciński