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-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-11Memoize disk serving on a package levelGrzegorz Bizon
2020-01-25Set Content-Length when Content-Encoding is gzipMark Francis
2019-12-19Ensure that publicPath always ends with "/"Krasimir Angelov
2019-12-12Fix different issues with slashesKrasimir Angelov
2019-11-29Link a few bug and technical debt issues in codeGrzegorz Bizon
2019-11-27Add acceptance tests for new domains sourceGrzegorz Bizon
2019-10-01Refactor the code to use `Serving/LookupPath`Kamil Trzciński
2019-09-27Fix imports orderding in disk helpers.go fileGrzegorz Bizon
2019-09-27Unify how we handle custom and group domain in servingGrzegorz Bizon
2019-09-25Extract disk serving from domain packageGrzegorz Bizon