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 (Expand)Author
2022-06-02Use TLSConfig and remove IsHTTPS in Metrics configVishal Tak
2022-06-02Add support for tls for metricsVishal Tak
2022-05-30Merge branch 'feat/unix-sock' into 'master'Vladimir Shushlin
2022-05-30Add acceptance tests for socket listenersfeistel
2022-04-25Replace os.Setenv with testing.SetEnvfeistel
2022-04-05Merge branch 'refactor/specialized-require' into 'master'Jaime Martinez
2022-04-01Merge branch 'security-validate-session-host' into 'master'Vladimir Shushlin
2022-03-24fix: validate that session was issued on the same hostVladimir Shushlin
2022-03-14update go-proxyproto and fix testsvtak
2022-02-24test: replace require.Equal with specialized assertionsfeistel
2022-02-22Merge branch 'reject-tls-2' into 'master'Vladimir Shushlin
2022-02-22feat: Always apply TLS limits even without ServerNameVladimir Shushlin
2022-02-21feat: Add TLS rate limitsVladimir Shushlin
2022-02-21Merge branch 'set-timeout-in-tests' into 'master'Jaime Martinez
2022-02-18refactor: Always set request timeout in testsVladimir Shushlin
2022-02-16reset: go back to initial commit.yigithankardas
2022-02-02lint: fix linter issuesfeistel
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-24lint: fix gci issuesfeistel
2022-01-20feat: implement graceful shutdownfeistel
2022-01-12Merge branch '630-add-rate-limiting-per-domain-name' into 'master'Jaime Martinez
2022-01-11feat: add domain rate-limiterVladimir Shushlin
2021-12-24feat: enable Etag cachingVladimir Shushlin
2021-12-22test: cleanup gitlab server stub and stubOptsfeistel
2021-12-21fix: wait for process to exit in acceptance testsVladimir Shushlin
2021-12-16feat: implement ETag support for zip servingfeistel
2021-12-14refactor: extract common logic for env feature flagsVladimir Shushlin
2021-12-14Merge branch 'remove/ff-enable-redirects' into 'master'Vladimir Shushlin
2021-12-14Merge branch 'fix/sha-lookups' into 'master'Jaime Martinez
2021-12-13refactor: abstract ratelimiter packageVladimir Shushlin
2021-12-08test: add slow req acceptance testJaime Martinez
2021-12-08test: add sha256 to mocked lookups and fix testsfeistel
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-11-17Merge branch 'refactor/run-pages-test' into 'master'Jaime Martinez
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
2021-11-11fix: reject requests with very long URIsVladimir 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-14feat: add source IP ratelimiter middlewareJaime 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-16refactor: remove FF_ENABLE_REDIRECTS feature flagfeistel
2021-09-09refactor: avoid os.Is.. in favor of errors.Isfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-07test: improve artifact acceptance testfeistel