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-03-11Add correlation_id to all exception capturesKassio Borges
2022-01-24lint: fix errorlint issuesfeistel
2021-12-24feat: enable Etag cachingVladimir Shushlin
2021-12-16feat: implement ETag support for zip servingfeistel
2021-12-15feat: hide handling cache headers behind the faeture flagVladimir Shushlin
2021-12-14Merge branch 'remove/ff-enable-redirects' into 'master'Vladimir Shushlin
2021-12-08chore: fix linter issueJaime Martinez
2021-12-08chore: apply suggestion from reviewJaime Martinez
2021-12-08chore: fix lint issueJaime Martinez
2021-12-08fix: use if statement instead of switchJaime Martinez
2021-12-08refactor: handle error outside Root callerJaime Martinez
2021-12-08fix(vfs): handle context.Canceled errorsJaime Martinez
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
2021-11-17Merge branch 'fix/native-fs-error' into 'master'Jaime Martinez
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-08style: uppercase sha256feistel
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-09-16refactor: remove FF_ENABLE_REDIRECTS feature flagfeistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-20Splat and placeholder support in _redirectsNathan Friend
2021-01-04Fix for query strings being strippedRobert May
2020-10-27Properly handle processing failures with `5xx`Kamil 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-24Add Name to the VFS interface to use with metricsJaime 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-03Abstract `VFS` `Root`Kamil Trzciński
2020-08-13Add VFS for local diskJacob Vosmaer
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
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-27Unify how we handle custom and group domain in servingGrzegorz Bizon
2019-09-25Extract disk serving from domain packageGrzegorz Bizon