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
path: root/app.go
AgeCommit message (Expand)Author
2018-03-29Put domain code in a separate packageJacob Vosmaer (GitLab)
2018-03-22Rename 'domains' type to 'domainMap'Jacob Vosmaer
2018-03-13Add more logging to gitlab pages daemonmaxmeyer
2018-03-07Merge branch 'https_only' into 'master'Nick Thomas
2018-03-07Structured loggingJacob Vosmaer (GitLab)
2018-03-07Use https://github.com/jshttp/mime-db to populate the mimedbNick Thomas
2018-03-06Implement HTTPS-only pagesRob Watson
2017-11-23Return 503 until pages are loaded for the first timeKamil TrzciƄski
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-10Closes #51: Removed port from domain lookupsVlad Frolov
2017-03-13Fix and clarify redirect HTTP logicStan Hu
2017-02-07Improve complexity metricsZ.J. van de Weg
2017-02-02Prometheus monitoring for GitLab PagesZ.J. van de Weg
2016-09-09Allow -listen-http, -listen-https and -listen-proxy to be given more than onceNick Thomas
2016-04-05Fix: Content-Type of predefined 404 pagev0.2.2Kamil Trzcinski
2016-02-16Fix small bugsKamil Trzcinski
2016-02-16Execute unprivileged daemon in chrootKamil Trzcinski
2016-02-16Execute in chrootKamil Trzcinski
2016-02-12Allow to daemonize the appKamil Trzcinski
2016-02-11Move most of configuration to appConfigKamil Trzcinski
2016-02-11Move most of configuration to appConfigKamil Trzcinski
2016-02-11Move most of configuration to appConfigKamil Trzcinski
2016-02-11Split main.go to app.goKamil Trzcinski