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-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
and fix offences
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-26refactor: remove metrics for disk sourcefeistel
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-17test: rename and cleanup some functions571-refactor-missing-serving-testsJaime Martinez
2021-07-25Replace localhost instances with 127.0.0.1 in testsfeistel
2021-07-15Remove skipUnlessEnabled(t) from testsJaime 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-05-20Remove serverless code from Pagesfeistel
2021-05-12Log details on failureJaime Martinez
2021-05-04this can be a private functionfeistel
2021-04-22Fix acceptance tests not running on IPv4-only systemsfeistel
2021-03-16Add limit_listener metrics to acceptance testsIgor Wiedler
2020-11-12Split accepntance_test into multiple filesJaime Martinez