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-08-20Update benchmark tests to use enablePlaceholdersnfriend-update-enable-placeholders-test-helperNathan Friend
This commit updates the enablePlaceholders test helper so that is 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-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
2021-08-19Merge branch 'ci/go-1.17' into 'master'Jaime Martinez
ci: start integrating go 1.17 into the CI pipelines See merge request gitlab-org/gitlab-pages!548
2021-08-19ci: start integrating go 1.17 into the CI pipelinesfeistel
2021-08-18refactor: remove unused mutexfeistel
2021-08-18test: remove edge case for auto configuration sourcefeistel
since polling is being removed, setting config source to auto won't switch automatically to disk source if the gitlab source fails a request to the api. Note that config source is being removed in the next version so this test is will fail anyway.
2021-08-18refactor: remove isReady field from gitlab sourcefeistel
assume the gitlab source is always ready
2021-08-17test: remove status-not-yet-ready testfeistel
Since api polling has been removed the gitlab client is always ready, hence the app's statuscheck will never fail
2021-08-17build: remove backoff dependencyfeistel
2021-08-17refactor: remove GitLab API internal pollingfeistel
2021-08-17Merge branch '571-refactor-missing-serving-tests' into 'master'Vladimir Shushlin
test: rename and cleanup some functions Closes #571 See merge request gitlab-org/gitlab-pages!544
2021-08-17Merge branch '602-release-v-1-42-0' into 'master'v1.42.0Vladimir Shushlin
Release v1.42.0 See merge request gitlab-org/gitlab-pages!545
2021-08-17Add changelog for version 1.42.0Jaime Martinez
2021-08-17Release v1.42.0Jaime Martinez
2021-08-17test: rename and cleanup some functions571-refactor-missing-serving-testsJaime Martinez
2021-08-16Merge branch '571-refactor-auth-acceptance-tests' into 'master'Vladimir Shushlin
Refactor auth acceptance tests See merge request gitlab-org/gitlab-pages!540
2021-08-16chore: remove unnecessary funcJaime Martinez
and fields added by mistake
2021-08-16test: update SSL cases to use stubJaime Martinez
2021-08-16tests: more cases for access control enabledJaime Martinez
2021-08-16test: add zip for "group.auth"Jaime Martinez
and update acceptance tests using this project.
2021-08-11Merge branch 'remove/gorilla-context' into 'master'Jaime Martinez
build: drop gorilla/context dependency See merge request gitlab-org/gitlab-pages!543
2021-08-11Merge branch 'feat/cors-head' into 'master'Jaime Martinez
feat: add CORS header to HEAD requests Closes #583 See merge request gitlab-org/gitlab-pages!531
2021-08-11build: drop gorilla/context dependencyfeistel
2021-08-11refactor: don't wrap handler with context ClearHandlerfeistel
2021-08-11test: remove unused expectedCredentials (Access-Control-Allow-Credentials) ↵feistel
field from cors test
2021-08-10Apply 1 suggestion(s) to 1 file(s)Jaime Martinez
2021-08-10Merge branch 'do-not-fail-for-version' into 'master'Vladimir Shushlin
fix: do not fail to print --version See merge request gitlab-org/gitlab-pages!539
2021-08-10Merge branch 'fix/no-ctx' into 'master'Jaime Martinez
fix: propagate context to sub requests See merge request gitlab-org/gitlab-pages!538
2021-08-10Merge branch 'fix/memory-leak' into 'master'Jaime Martinez
fix: close response body and fix memory leak See merge request gitlab-org/gitlab-pages!537
2021-08-10fix: do not fail to print --versiondo-not-fail-for-versionJaime Martinez
when there are missing parameters such as `--listen-http` by splitting configuration loading and validation. Related to omnibus-gitlab#6321. Changelog: other
2021-08-09feat: capture errors when trying to fetch the access tokenfeistel
2021-08-09refactor: use newrequestwithcontext consistentlyfeistel
2021-08-09test: merge cors tests to avoid duplicate codefeistel
2021-08-09test: add test to ensure cors header is sent with head requestsfeistel
2021-08-09feat: add CORS header to HEAD requestsfeistel
Changelog: changed
2021-08-09refactor: improve checkAuthentication logic, check error first and log ↵feistel
status code during an unexpected response
2021-08-08fix: propagate context to sub requestsfeistel
2021-08-05fix: close response body and fix memory leakfeistel
2021-08-05Merge branch 'build/bump-jwt' into 'master'Jaime Martinez
build: replace jwt-go with maintained fork See merge request gitlab-org/gitlab-pages!533
2021-08-04build: bump jwt library to v4.0.0feistel
2021-08-04build: replace jwt-go with maintained forkfeistel
Changelog: other