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
2018-08-12Use reserved namespace 'projects' for the redirect uri to handle situation ↵Tuomo Ala-Vannesluoma
where root pages domain is not handled with pages daemon
2018-06-30Add SSL cert file to access control testTuomo Ala-Vannesluoma
2018-06-30Deduplicate running pages with authTuomo Ala-Vannesluoma
2018-06-30Add support for private projects and authentication with GitLab APITuomo Ala-Vannesluoma
2018-06-20Add tests for reverse proxyDennis Günnewig
2018-04-27Restore the old in-place chroot behaviour as a command-line optionNick Thomas
2018-03-29Put domain code in a separate packageJacob Vosmaer (GitLab)
2018-03-23Use TLS verification in the acceptance testsNick Thomas
This will help us to find more failures. In addition, this commit fixes an intermittent test failure - if a HTTP request to pages was taking > 100ms to return any headers, it would be failed. Two scenarios exist where we might take > 100ms: * The "artifacts server timeout" test case, where we hang on for a whole second * Loading and parsing SSL_CERT_FILE on first request in the artifacts server proxy was slowing down the initial request enough to trigger this in some environments
2018-03-23Fix intermittent "zombie" process creationNick Thomas
These processes weren't actually zombies at all, they were still running fine - just outliving their parents as they were never given an interrupt signal in the timeout case.
2018-03-23Use the certificate fixture in the artifacts server testsNick Thomas
2018-03-23Run the acceptance tests both daemonized and notNick Thomas
2018-03-21Add /etc/resolv.conf and /etc/ssl/certs to pages chrootAlessio Caiazza
2018-03-14Wait for a successful roundtripJacob Vosmaer
2018-03-12Wait until a request succeeds in test setupJacob Vosmaer (GitLab)
2018-03-09Use require.NoError to halt tests after errorsJacob Vosmaer
2018-03-07Structured loggingJacob Vosmaer (GitLab)
2017-10-02Rework the artifacts proxy to operate within Pages group domainsNick Thomas
2017-09-08Use namsral/flag to support environment vars for configZeger-Jan van de Weg
2017-06-15Add CORS support to GET requestsNick Thomas
2017-03-13Fix and clarify redirect HTTP logicStan Hu
redirect-http seemed to suggest the Pages daemon would redirect from HTTPS to HTTP, but it seems that the opposite was implied. Fixes issue manifested by https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1348
2017-03-08Run the tests with gitlab-pages daemonised in the CI environmentNick Thomas
2017-02-07Improve complexity metricsZ.J. van de Weg
Also fixed the dependencies, moved metrics to its own package and updated the tests
2017-02-02Prometheus monitoring for GitLab PagesZ.J. van de Weg
This starts of the prometheus monitoring for GitLab Pages, and resolves gitlab-org/gitlab-pages#42 Point to check: - Are the metric names good, keeping Prometheus' conventions in mind? - Golang, general style etc - Shouldn't I do some voodoo magic to import this in the library?
2016-09-09Add a simple test for MultiStringFlagNick Thomas
2016-02-12Move helpersKamil Trzcinski