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
2022-06-21Remove outdated link from READMEkassio/remove-outdated-readme-linkKassio Borges
Changelog: changed
2022-06-16Update the contributing documentation link on READMEkassio/update-dev-docs-locationKassio Borges
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/774 Changelog: changed
2022-06-02Add documentationtls-metricsVishal Tak
2022-04-25Drop go 1.16 supportfeistel
2022-02-02Update Go to version 1.17.6Dustin Collins
2022-01-05doc: Add golang minimum patch version to readmeDJ Mountney
Updated from 1.16 to 1.16.12
2021-10-07docs: improve readmeRussell Dickenson
2021-10-07docs: reword documentationJaime Martinez
2021-10-07docs: remove obsolete paragraph from readme and any reference to the Daemon ↵feistel
from documentation
2021-08-19docs: clarify go 1.16 is the minimum supported versionfeistel
2021-08-02build: bump minimum version to go 1.15feistel
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
- Disable chroot mechanism by default. - Adds the daemon-enable-jail flag which will allow users to enable the legacy chroot mechanism if anything goes wrong. This flag won't be available via Omnibus, instead users will need to define the environment variable and pass to Pages. - Simplify chroot logic from http_fs - Update jail documentation - Enable chroot when domain-config-source=disk Changelog: changed
2021-06-22Deprecate use-http2 flagfeistel
2021-06-09Include /etc/nsswitch.conf in chroot jailDaniel Estermann
Changelog: added
2021-06-09Drop support for Go 1.13Jaime Martinez
Changelog: removed
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