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
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
2021-11-08style: uppercase sha256feistel
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-03-01Use actual structs in Config struct instead of pointers to themBalasankar "Balu" C
2021-02-08Add test for file outside allowedPathsJaime Martinez
2021-02-08Refactor http client usage in httprageJaime Martinez
2020-11-30Remove default configJaime Martinez
2020-11-30Call reconfigure explicitlyJaime Martinez
2020-11-30Add Reconfigure to serving and VFS interfacesJaime Martinez
2020-11-30Use sync.Once instead of checking for nilJaime Martinez
2020-11-30Increase time for flaky testJaime Martinez
2020-11-30Move flag definition to mainJaime Martinez
2020-11-30Log zip configJaime Martinez
2020-11-30Move zip flags to configJaime Martinez
2020-11-30Add default configJaime Martinez
2020-11-30Add zip config flagsJaime Martinez
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
2020-10-13Fix support for archives without directory structureKamil Trzciński
2020-09-25Apply suggestions from reviewJaime Martinez
2020-09-24Use same metric but with labelsJaime Martinez
2020-09-24Add Name to the VFS interface to use with metricsJaime Martinez
2020-09-24Rebase from base branchJaime Martinez