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
path: root/test
AgeCommit message (Collapse)Author
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-07test: improve artifact acceptance testfeistel
2021-08-26refactor: remove chroot/jail logicfeistel
Changelog: removed
2021-08-26test: remove TestDomainsSource acceptance testfeistel
2021-08-26refactor: remove metrics for disk sourcefeistel
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-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-20test: remove leftover tests requiring source diskfeistel
2021-08-20test: remove domain-config-source=gitlab from test and remove tests using ↵feistel
disk source
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-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-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-17refactor: remove GitLab API internal pollingfeistel
2021-08-17test: rename and cleanup some functions571-refactor-missing-serving-testsJaime Martinez
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-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-09test: merge cors tests to avoid duplicate codefeistel
2021-08-09test: add test to ensure cors header is sent with head requestsfeistel
2021-07-27Merge branch 'fix/localhost-test' into 'master'Vladimir Shushlin
Replace localhost instances with 127.0.0.1 See merge request gitlab-org/gitlab-pages!526
2021-07-26Merge branch '571-refactoring-acceptnace-part-5' into 'master'Vladimir Shushlin
Update more acceptance tests See merge request gitlab-org/gitlab-pages!523
2021-07-25Replace localhost instances with 127.0.0.1 in testsfeistel
2021-07-22Add auth handlers to stub gitlab serverfeistel
2021-07-22Use internal-gitlab-server in auth-related tasksfeistel
Update the auth package to use the internal server when fetching access token or checking for authentication. Changelog: changed
2021-07-19Remove unused functionJaime Martinez
2021-07-19Update statut testsJaime Martinez
2021-07-19Update status and serving testsJaime Martinez
2021-07-19Add test2.my-domain.com configJaime Martinez
2021-07-19Add test.my-domain.com configJaime Martinez
2021-07-19Update acceptance tls_test.goJaime Martinez
2021-07-15Update redirect testsJaime Martinez
2021-07-15Remove skipUnlessEnabled(t) from testsJaime Martinez
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
- Disable chroot mechanism by default. - Adds the daemon-enable-jail flag which will allow users to enable the legacy chroot mechanism if anything goes wrong. This flag won't be available via Omnibus, instead users will need to define the environment variable and pass to Pages. - Simplify chroot logic from http_fs - Update jail documentation - Enable chroot when domain-config-source=disk Changelog: changed
2021-06-23Simpler status checkJaime Martinez
2021-06-23Use t.CleanupJaime Martinez
2021-06-23Use stub in artifacts_test.goJaime Martinez
2021-06-21Use stub in acme_test.goJaime Martinez
2021-06-21Merge branch '571-support-custom-domains-config' into 'master'Jaime Martinez
Support custom domains in stub responses See merge request gitlab-org/gitlab-pages!498
2021-06-17Merge branch 'default/json-logging' into 'master'Vladimir Shushlin
Default to JSON Logging Closes #223 See merge request gitlab-org/gitlab-pages!489
2021-06-17Update https redirect testsJaime Martinez
2021-06-17Remove prefix from configJaime Martinez
2021-06-17Add per project config for reading zips from diskJaime Martinez
2021-06-17Fix test argumentsJaime Martinez
2021-06-17Support custom domains in stub responsesJaime Martinez
2021-06-10Update test configJaime Martinez
2021-06-10Use gitlab stub in config_test.goJaime Martinez
2021-06-10Append arguments insteadJaime Martinez