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-04-28Remove note about large-scale environmentsjaime-master-patch-71673Jaime Martinez
2021-04-23Remove clarification about tls13 variablefeistel
TLS 1.3 is available on an opt-out basis in Go 1.13
2021-04-23Remove TLS1.0 and TLS1.1 supportfeistel
2021-04-21Remove SSL3 supportfeistel
2021-01-22docs(readme): fix broken link to development documentationErcan Ucan
This MR includes: - Fixes a broken link to development documentation. - A few minor language/grammatical fixes.
2021-01-21Merge branch 'etc-hosts' into 'master'Vladimir Shushlin
Include /etc/hosts in chroot jail See merge request gitlab-org/gitlab-pages!124
2021-01-21Include /etc/hosts in chroot jailIsmo Toijala
2020-11-18Support for HTTPS over PROXYv2 protocolIgor Wiedler
2020-09-18Fix link to development docsPhil Zona
2020-09-10Add getting started development docs using included examplesEric Eastwood
Tips I found useful while developing https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/336 Thanks @jaime for the help!
2020-06-30Drop Go 1.12 and bump minimum Go 1.13Jaime Martinez
2020-05-15Merge branch 'min-go-1.13' into 'master'Alessio Caiazza
bump minimum go version to 1.12 See merge request gitlab-org/gitlab-pages!279
2020-05-12re-introduce support for go 1.12 as requested by @nolithIgor Wiedler
2020-05-09Fix spacing in READMEBen Bodenmiller
2020-05-08bump minimum go version to 1.13Igor Wiedler
2020-02-12Fix broken CI pipeline badgeTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-02-04Update documentation on using Gorilla ProxyHeadersJaime Martinez
2020-02-03use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set ↵Jaime Martinez
them in the appropriate http.Request fields
2020-01-20Update documentation on how to run with and without -listen-https flagJaime Martinez
2019-07-24Only support modern golangsNick Thomas
2019-07-12feat: add flag to define custom response headersMax Wittig
2019-05-28Add config flags to specify TLS versionsKrasimir Angelov
Introduce two new configuration options -tls-min-version and -tls-max-version to control which TLS versions will be supported by the server. Accepted values are ssl3, tls1.0, tls1.1, tls1.2, and tls1.3. Closing https://gitlab.com/gitlab-org/gitlab-pages/issues/187
2019-05-13Update README with artifacts server caveatsKrasimir Angelov
Be more explicit that running with `-daemon-inplace-chroot` will break online view of HTML artifacts, add information how to disable it and fall back to downloading. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/49475.
2019-04-11Update README for inplace chroot limitationupdate-readme-for-inplace-chroot-limitationShinya Maeda
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-07-03Update readmeTuomo Ala-Vannesluoma
2018-06-30Add support for private projects and authentication with GitLab APITuomo Ala-Vannesluoma
2018-04-27Restore the old in-place chroot behaviour as a command-line optionNick Thomas
2018-03-21Add /etc/resolv.conf and /etc/ssl/certs to pages chrootAlessio Caiazza
2018-03-07Merge branch 'https_only' into 'master'Nick Thomas
HTTPS-only pages See merge request gitlab-org/gitlab-pages!50
2018-03-07Structured loggingJacob Vosmaer (GitLab)
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-09-14Cleanup the README fileNick Thomas
2017-09-08Use namsral/flag to support environment vars for configZeger-Jan van de Weg
2017-07-03Go 1.8 is the minimum supported versionNick Thomas
2017-06-15Add CORS support to GET requestsNick Thomas
2017-03-23Add badges to READMENick Thomas
2017-03-08Document some caveats around the daemon modeNick Thomas
2017-02-21Update docs with default portZeger-Jan van de Weg
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 documentation for providing -listen-http and friends multiple times.Nick Thomas
2016-02-19Update READMEKamil Trzcinski
2016-01-07Add simple GitLab Pages daemon with custom CNAME and TLS supportKamil Trzcinski