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-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-09-09refactor: avoid os.Is.. in favor of errors.Isfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-25chore: process the first 1000 rules onlyJaime Martinez
2021-08-20Splat and placeholder support in _redirectsNathan Friend
2021-05-20Remove serverless code from Pagesfeistel
2021-04-22Follow error strings conventionfeistel
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
2021-01-04Fix for query strings being strippedRobert May
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-15Merge branch 'fix-zip-directories' into 'master'Vladimir Shushlin
2020-10-13Merge branch 'log-serving-type' into 'master'Vladimir Shushlin
2020-10-13Log serving type used for requestslog-serving-typeKamil Trzciński
2020-10-13Fix support for archives without directory structureKamil Trzciński
2020-10-13Ensure the content encoding is correct before reading the bodyfeistel
2020-10-07Enable redirects by default24-redirects-by-defaultEric Eastwood
2020-09-25Simplify after code reviewKamil 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
2020-09-21Update notes about serving compressed filesJaime Martinez
2020-09-21Apply suggestions from feedbackJaime Martinez
2020-09-21Add zip package that implements vfs.RootJaime Martinez
2020-09-15Add support for redirects24-add-redirectsEric Eastwood
2020-09-09Fix handling of absolute paths for `vfs/local`fix-symlink-specsKamil Trzcinski
2020-09-08Fix `symlink` specs on OSXKamil Trzcinski
2020-09-03Abstract `VFS` `Root`Kamil Trzciński
2020-09-02Rename `disk.Instance()` to `local.Instance()`move-disk-to-localKamil Trzciński
2020-08-20Rename `serving/disk/New()` to `serving/disk/Instance()`rename-disk-new-to-instanceKamil Trzciński
2020-08-13Add VFS for local diskJacob Vosmaer
2020-08-11Vendor Go 1.14 filepath.EvalSymlinks codeJacob Vosmaer
2020-08-05Fix tests that use illegal ../ pathsJacob Vosmaer
2020-08-04Merge branch '315-gzip-content-length' into 'master'Alessio Caiazza
2020-06-09Use histogram without labelsJaime Martinez
2020-06-05Use histograms instead of gaguesJaime Martinez
2020-06-04Add serving time metric for all filesJaime Martinez