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-07-26Fixes acme redirection issues when using a wildcard redirectFilip Aleksic
Changelog: fixed
2022-06-27Initialize redirects config with default valuesNejc Habjan
2022-06-27Apply maintainer review suggestionsNejc Habjan
2022-06-27Set up redirects config for unit testsNejc Habjan
2022-06-27Make _redirects limits configurableNejc Habjan
Changelog: added
2022-04-25Replace os.Setenv with testing.SetEnvfeistel
2022-02-03test: migrate to assertions using modern error checkingfeistel
2022-01-24test: replace tmpdir workaround with native T tmpfeistel
2021-12-14refactor: extract common logic for env feature flagsVladimir Shushlin
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-25chore: replace ioutil.WriteFile with osJaime Martinez
2021-08-25chore: process the first 1000 rules onlyJaime Martinez
2021-08-25Revert "feat: validate rules length after parsing"Jaime Martinez
This reverts commit 42fcbc6b890e23294e35ad30553d9adea7302bd8.
2021-08-25feat: validate rules length after parsingJaime Martinez
2021-08-21refactor: Update benchmark tests to use helperNathan Friend
This commit updates the enablePlaceholders test helper so that it can also be used by the benchmark tests.
2021-08-20Splat and placeholder support in _redirectsNathan Friend
This commit adds support for Netlify-style splats (*) and :placeholders in the _redirects file. Changelog: added
2021-04-26Break redirect code into helpers and validationsNathan Friend
This commit breaks some of the logic in the redirects package into separate files. This is in preparation for a change that will add significant amounts of new logic to these two new files.
2020-09-15Add support for redirects24-add-redirectsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-pages/-/issues/24