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
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
2020-06-03Add file size metric for disk servingJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
2020-02-28Avoid implicit delegation in disk servingGrzegorz Bizon
2020-02-27Improve comments and code readabilityGrzegorz Bizon
2020-02-24Improve code quality and add a few missing commentsGrzegorz Bizon
2020-02-18Simplify serverless serving and add a few testsGrzegorz Bizon
2020-02-18Ensure that we not do return nil serving.RequestGrzegorz Bizon
2020-02-12Merge branch 'master' into feature/gb/serverless-serving-enableGrzegorz Bizon
2020-02-12Make it possible to fabricate a serverless servingGrzegorz Bizon
2020-02-11Memoize disk serving on a package levelGrzegorz Bizon
2020-02-11Make it possible to fabricate serving per requestGrzegorz Bizon
2020-02-05Add support for per-lookup-path domain servingGrzegorz Bizon
2020-02-03Add serverless serving metricsGrzegorz Bizon
2020-01-30Bump serverless proxy request timeout to 4 minutesGrzegorz Bizon
2020-01-29Use testift/require instead of testify/assert in serverless servingGrzegorz Bizon
2020-01-29Add unit tests for serverless serving functionGrzegorz Bizon
2020-01-29Add test cases to serverless serving covering typical responsesGrzegorz Bizon
2020-01-29Provide a real function location when proxing serverless requestsGrzegorz Bizon
2020-01-29Rename serverless cluster config to certs configGrzegorz Bizon
2020-01-28Refactor error handling in serverless servingGrzegorz Bizon
2020-01-28Add basic error handling to serverless reverse proxyGrzegorz Bizon
2020-01-28Add X-Forwarded headers to serverless proxyGrzegorz Bizon