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
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
Now that the Rails API is serving the archive file_sha256 in the lookup response, we can move away from using the base URL as the key to cache the archive. Changelog: change
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-25chore: process the first 1000 rules onlyJaime Martinez
2021-02-15Add TestVFSReconfigureTransportJaime Martinez
2021-02-15Add extra tests for serving zip archives from diskJaime Martinez
2020-09-25Apply suggestions from reviewJaime Martinez
2020-09-24Add Name to the VFS interface to use with metricsJaime Martinez
2020-09-15Add support for redirects24-add-redirectsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-pages/-/issues/24
2020-08-05Fix tests that use illegal ../ pathsJacob Vosmaer
2020-06-01Enable the remaining lintersJaime Martinez
- ineffassign - misspell - structcheck - typecheck - unconvert - unused - varcheck - whitespace
2020-02-03use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set ↵Jaime Martinez
them in the appropriate http.Request fields
2019-09-12Remove github.com/stretchr/testify/assertNick Thomas
The "assert" form is difficult to use correctly and complicates test understanding. I think we should insist on using require *only* in our tests across GitLab.
2019-06-03Redirect unknown ACME challenges to the GitLab instanceVladimir Shushlin