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-27Apply review suggestionVishal Tak
2022-06-27Swap int casts for MaxConfigSizeNejc Habjan
2022-06-27Apply review suggestionsNejc Habjan
2022-06-27Make _redirects limits configurableNejc Habjan
Changelog: added
2022-01-24lint: fix gci issuesfeistel
2022-01-20fix: fix error message for disabled placeholdersVladimir Shushlin
2021-12-14refactor: extract common logic for env feature flagsVladimir Shushlin
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-25feat: Add _redirects max rule count validationNathan Friend
This commit adds a new validation that ensures a _redirects file doesn't contain too many rules. Changelog: changed
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-30Increase max redirects filesizeMarcel Amirault
GitLab docs project already exceeds 32k, so increasing to 64k to meet the 42k needs, plus extra space for further increases
2020-09-15Add support for redirects24-add-redirectsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-pages/-/issues/24