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 (Expand)Author
2023-10-17Support for Mutual TLSAv1o
2022-07-04Replace custom extraEnv with native t.setEnvfeistel
2022-07-04Merge branch 'feat/gitlabstub-tls' into 'master'Jaime Martinez
2022-07-01Add tls support to gitlab stub serverfeistel
2022-06-29Refactor test ping to use healthcheck pathfeistel
2022-06-17Extract gitlab stub server in a separate packagefeistel
2022-05-30Add acceptance tests for socket listenersfeistel
2022-03-14update go-proxyproto and fix testsvtak
2022-02-21feat: Add TLS rate limitsVladimir Shushlin
2022-02-18refactor: Always set request timeout in testsVladimir Shushlin
2022-01-25Merge branch 'refactor/test-tmp' into 'master'Vladimir Shushlin
2022-01-25Merge branch 'cleanup/gitlab-server-stub' into 'master'Alessio Caiazza
2022-01-24test: replace tmpdir workaround with native T tmpfeistel
2022-01-20feat: implement graceful shutdownfeistel
2021-12-22test: cleanup gitlab server stub and stubOptsfeistel
2021-12-21fix: wait for process to exit in acceptance testsVladimir Shushlin
2021-12-08test: add slow req acceptance testJaime Martinez
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-11-02test: refactor RunPagesProcess function to take functional argumentsfeistel
2021-10-29test: use GetPageFromListenerWithHeaders across testsfeistel
2021-10-14refactor: remove WithProxied settingJaime Martinez
2021-10-14test: rate limiter acceptance testsJaime Martinez
2021-10-08Merge branch 'remove/root' into 'master'Jaime Martinez
2021-10-07test: remove support for daemonize testsfeistel
2021-10-07refactor: stop running gitlab-pages as rootfeistel
2021-09-09refactor: avoid os.Is.. in favor of errors.Isfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-26refactor: remove chroot/jail logicfeistel
2021-08-20test: remove domain-config-source=gitlab from test and remove tests using dis...feistel
2021-08-17test: remove status-not-yet-ready testfeistel
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
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
2021-07-26Merge branch '571-refactoring-acceptnace-part-5' into 'master'Vladimir Shushlin
2021-07-22Add auth handlers to stub gitlab serverfeistel
2021-07-22Use internal-gitlab-server in auth-related tasksfeistel
2021-07-19Remove unused functionJaime Martinez
2021-07-15Remove skipUnlessEnabled(t) from testsJaime Martinez
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
2021-06-23Use stub in artifacts_test.goJaime Martinez
2021-06-21Use stub in acme_test.goJaime Martinez
2021-06-10Update test configJaime Martinez
2021-06-10Use t.CleanupJaime Martinez
2021-06-10Use functional options for stubJaime Martinez
2021-06-09WIP: update serving_test.go to run pages process with gitlab serverJaime Martinez
2021-06-02Run test in pages-root=wdJaime Martinez
2021-05-25Use API source by defaultVladimir Shushlin