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-07Make private pages public if gitlab and pages is ran without access control, ↵Tuomo Ala-Vannesluoma
add support for custom domains for which auth is proxied via gitlab pages domain
2018-07-19Update to new endpoint and switch to better (user) endpoint when checking ↵Tuomo Ala-Vannesluoma
for token validity
2018-07-02Remove duplicate testTuomo Ala-Vannesluoma
2018-07-02Add debug loggingTuomo Ala-Vannesluoma
2018-06-30Fix not exposing project existence when group is found but project is notTuomo Ala-Vannesluoma
2018-06-30Add SSL cert file to access control testTuomo Ala-Vannesluoma
2018-06-30Refactor logic to avoid existence leakTuomo Ala-Vannesluoma
2018-06-30Convert access control acceptance tests to table basedTuomo Ala-Vannesluoma
2018-06-30Deduplicate running pages with authTuomo Ala-Vannesluoma
2018-06-30Use header authentication instead of query parameterTuomo Ala-Vannesluoma
2018-06-30Fix logic to return failure instead of making private pages publicTuomo 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-04-13Use require.NoError instead of assert.NoErrorJacob 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-23Use the certificate fixture in the artifacts server testsNick 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-14Add acceptance tests for two very simple casesNick Thomas
2018-03-12Fix response timeout swap in testJacob 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-07Merge branch 'https_only' into 'master'Nick Thomas
HTTPS-only pages See merge request gitlab-org/gitlab-pages!50
2018-03-07Use https://github.com/jshttp/mime-db to populate the mimedbNick Thomas
2018-03-06Implement HTTPS-only pagesRob Watson
- Check `config.json` for `httpsonly` attribute - Store value against custom domain or group/project pair - Respond with 301 redirect to HTTP requests to these domains/projects Re: https://gitlab.com/gitlab-org/gitlab-ce/issues/28857
2017-11-23Return 503 until pages are loaded for the first timeKamil Trzciński
2017-10-02Rework the artifacts proxy to operate within Pages group domainsNick Thomas
2017-09-08Add multiflag support for new flag implementationZeger-Jan van de Weg
In the parent of this commit, I've added a new flag implementation to support config using env vars or a config file. This commits add support for multiflag value setting, when using a csv like structure for those values. This was needed as for those only the first value was being read.
2017-09-08Use namsral/flag to support environment vars for configZeger-Jan van de Weg
2017-09-08Add an artifacts proxy to GitLab PagesJ. Shuster
2017-07-05Add disabled-by-default status check endpointNick Thomas
2017-06-15Add CORS support to GET requestsNick Thomas
2017-05-23Add a test for the host-with-port caseNick 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-08Rework the acceptance tests to use go test -short as a qualifierNick 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-09-09Add acceptance tests for the gitlab-pages binary.Nick Thomas