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-09-01fix: use conventional commit when generating changelogfeistel
2021-08-30Merge branch 'remove/source-domains' into 'master'Vladimir Shushlin
refactor: remove internal/source/domains package Closes #608 See merge request gitlab-org/gitlab-pages!556
2021-08-26Merge branch '611-release-pages-v-1-43-0' into 'master'v1.43.0Vladimir Shushlin
Release v1.43.0 See merge request gitlab-org/gitlab-pages!558
2021-08-26refactor: clean up chrootPath from the httpfs packagefeistel
2021-08-26refactor: change source field type to source.SourceJaime Martinez
2021-08-26Add changelog for version 1.43.0Jaime Martinez
2021-08-26feat: release v1.43.0Jaime Martinez
2021-08-26Merge branch 'remove/chroot' into 'master'Jaime Martinez
refactor: remove chroot/jail logic ## What does this MR do? I know this is planned for 14.3 but I'm running out of issues to contribute :sweat_smile: Closes https://gitlab.com/gitlab-org/gitlab-pages/-/issues/561 Closes https://gitlab.com/gitlab-org/gitlab-pages/-/issues/92 Related to https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5529 See merge request gitlab-org/gitlab-pages!536
2021-08-26refactor: remove chroot/jail logicfeistel
Changelog: removed
2021-08-26Merge branch 'remove/disk-source-again' into 'master'Jaime Martinez
refactor: remove leftover references to disk source Closes #382 See merge request gitlab-org/gitlab-pages!557
2021-08-26docs: fix method doc to pass code qualityfeistel
2021-08-26docs: remove domain-config-source flag from development.mdfeistel
2021-08-26test: remove TestDomainsSource acceptance testfeistel
2021-08-26refactor: remove metrics for disk sourcefeistel
2021-08-26refactor: remove internal/source/domains packagefeistel
2021-08-26Merge branch 'remove/disk-source' into 'master'Jaime Martinez
refactor: remove support for disk configuration source Closes #103, #158, #68, and #382 See merge request gitlab-org/gitlab-pages!541
2021-08-25refactor: readd domain-config-source flag as noopfeistel
2021-08-25Merge branch 'nfriend-limit-redirects-rule-count' into 'master'Vladimir Shushlin
feat: Add _redirects max rule count validation See merge request gitlab-org/gitlab-pages!555
2021-08-25test: fix benchmarksJaime Martinez
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-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-25Merge branch 'build/tools-go' into 'master'Jaime Martinez
build: move tools/dev dependencies to a separate go.mod ## What does this MR do? Move tools/dev dependencies to a separate go.mod to slim down dependencies and have more accurate dependency scanning. This is done in a way that is transparent to the user so they can just run `make setup` as usual. The only difference is that people using the `gitlab-pages` module won't have to depend on our dev/tools dependencies. Note: tools.go.mod is using a different go.sum (tools.go.sum) so there are no conflicts See merge request gitlab-org/gitlab-pages!549
2021-08-25build: move tools/dev dependencies to a separate go.modfeistel
2021-08-23Merge branch 'nfriend-update-enable-placeholders-test-helper' into 'master'Jaime Martinez
Update benchmark tests to use `enablePlaceholders` helper See merge request gitlab-org/gitlab-pages!553
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-20Merge branch 'nfriend-add-splat-redirects' into 'master'Vladimir Shushlin
Add splat and placeholder support to _redirects See merge request gitlab-org/gitlab-pages!458
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-08-20docs: add TODO remove/refactor domain packageJaime Martinez
2021-08-20test: update healthcheck test for disk source removalfeistel
2021-08-20refactor: remove IsReady from the Source interface as this is always truefeistel
2021-08-20refactor: simplify methods now that we only have one sourcefeistel
2021-08-20test: add back domains testfeistel
this was actually a valid test, we just need to make sure the test case related to disk source are pruned and gitlab source config is being tested
2021-08-20test: remove leftover tests requiring source diskfeistel
2021-08-20build: remove brotli dependencyfeistel
2021-08-20refactor: completely remove disk configuration source codefeistel
2021-08-20test: remove domain-config-source=gitlab from test and remove tests using ↵feistel
disk source
2021-08-20build: remove godirwalk dependencyfeistel
2021-08-20refactor: remove more unused codefeistel
2021-08-20refactor: remove support for disk configuration sourcefeistel
Changelog: removed
2021-08-19Merge branch 'build/go-1.16' into 'master'Vladimir Shushlin
build: bump go to 1.16 See merge request gitlab-org/gitlab-pages!547
2021-08-19Merge branch 'fix/test-bodyclose' into 'master'Jaime Martinez
test: fix response body not being closed See merge request gitlab-org/gitlab-pages!546
2021-08-19docs: add related issue to TODO commentfeistel
2021-08-19test: fix response body not being closedfeistel
nolint is added when the body is nil or if the body can't be closed
2021-08-19Merge branch 'remove/api-polling' into 'master'Jaime Martinez
refactor: remove GitLab API internal polling Closes #449 See merge request gitlab-org/gitlab-pages!495
2021-08-19docs: clarify go 1.16 is the minimum supported versionfeistel
2021-08-19ci: remove go 1.15 testsfeistel
2021-08-19build: bump go to 1.16feistel
Changelog: changed