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 (Collapse)Author
2022-02-16reset: go back to initial commit.yigithankardas
2021-12-24feat: enable Etag cachingVladimir Shushlin
Changelog: added
2021-12-16feat: implement ETag support for zip servingfeistel
Changelog: added
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
and fix offences
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
Related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/466 Changelog: added
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-17test: rename and cleanup some functions571-refactor-missing-serving-testsJaime Martinez
2021-07-15Remove skipUnlessEnabled(t) from testsJaime Martinez
2021-05-04this can be a private functionfeistel
2021-04-22Fix acceptance tests not running on IPv4-only systemsfeistel
2021-04-13Handle chrootPath in http_fsJaime Martinez
2021-04-13Allow serving zip from disk in chrootJaime Martinez
This is a temporary workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/326117#note_546346101 where daemon-inplace-chroot=true fails to serve zip archives when pages_serve_with_zip_file_protocol is enabled To be removed after we roll-out zip architecture completely https://gitlab.com/gitlab-org/gitlab-pages/-/issues/561 Changelog: fixed
2021-02-15Add test for path not allowedJaime Martinez
2021-02-15Add extra tests for serving zip archives from diskJaime Martinez
2021-01-26Refactor gitlab source stubJaime Martinez
2020-12-07Update source acceptance test with autoJaime Martinez
2020-11-30Move zip flags to configJaime Martinez
2020-11-12Split accepntance_test into multiple filesJaime Martinez