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
2017-03-13Release v0.4.0v0.4.0Nick Thomas
2017-03-13Merge branch 'sh-fix-redirect-logic' into 'master' Nick Thomas
Fix and clarify redirect HTTP logic See merge request !21
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-08Merge branch '4-fix-daemonizing' into 'master' Nick Thomas
Resolve "Gitlab daemon crashing. Omnibus installation (Ubuntu 14.04)" Closes #4 See merge request !20
2017-03-08Run tests on golang 1.8Nick Thomas
2017-03-08Run the acceptance test suite on all golang versionsNick Thomas
2017-03-08Rework the acceptance tests to use go test -short as a qualifierNick Thomas
2017-03-08Document some caveats around the daemon modeNick Thomas
2017-03-08Run the tests with gitlab-pages daemonised in the CI environmentNick Thomas
2017-03-08Run the tests with more verbose output and a shorter timeoutNick Thomas
2017-03-08Use fmt/log.Println, not the println builtinNick Thomas
2017-03-08Merge branch 'patch-1' into 'master' Nick Thomas
Update docs with default port See merge request !17
2017-02-23Merge branch 'pages-0.3.2' into 'master' v0.3.2Nick Thomas
Release v0.3.2 See merge request !19
2017-02-23Release v0.3.2Nick Thomas
2017-02-23Merge branch 'fix-zero-fd' into 'master' Nick Thomas
Only pass a metrics fd to the daemon child if a metrics address was specified Closes gitlab-ce#28581 See merge request !18
2017-02-23Only pass a metrics fd to the daemon child if a metrics address was specifiedNick Thomas
2017-02-21Update docs with default portZeger-Jan van de Weg
2017-02-20Merge branch 'pages-0.3.1' into 'master' v0.3.1Nick Thomas
Release v0.3.1 See merge request !15
2017-02-20Release v0.3.1Nick Thomas
2017-02-20Merge branch 'fix-missing-fd' into 'master' Nick Thomas
Pass the metrics address fd to the child process Closes #44 See merge request !13
2017-02-20Pass the metrics address fd to the child processNick Thomas
2017-02-17Merge branch 'make-it-2017' into 'master' Nick Thomas
Update LICENSE year to 2017 See merge request !12
2017-02-09Update LICENSE year to 2017💃 Winnie 💃
2017-02-07Release v0.3.0v0.3.0Nick Thomas
2017-02-07Merge branch 'zj-prometheus' into 'master' Nick Thomas
Prometheus monitoring for GitLab Pages Closes #42 See merge request !11
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?
2017-01-20Merge branch 'listen-on-multiple-ips' into 'master' Kamil Trzciński
Allow -listen-http, -listen-https and -listen-proxy to be given more than once See merge request !6
2017-01-06Merge branch '40-fix-ci' into 'master' Nick Thomas
Don't run lint on go1.5, but run everything on go1.6 and go1.7 Closes #40 See merge request !10
2017-01-06Don't run lint on go1.5, but run everything on go1.6 and go1.7Nick Thomas
2016-09-09Add the gitlab-pages binary to gitignoreNick Thomas
2016-09-09Update CHANGELOG and VERSIONNick Thomas
[ci skip]
2016-09-09Add a simple test for MultiStringFlagNick Thomas
2016-09-09Add documentation for providing -listen-http and friends multiple times.Nick Thomas
2016-09-09Add acceptance tests for the gitlab-pages binary.Nick Thomas
2016-09-09Allow -listen-http, -listen-https and -listen-proxy to be given more than onceNick Thomas
Per issue #13, sometimes you want to listen on more than one port for each type of listener. This commit adds support for that.
2016-08-10Merge branch 'add_license' into 'master' Kamil Trzciński
Add MIT license See merge request !7
2016-08-09Add MIT licenseMarin Jankovski
2016-05-05Merge branch 'fix-beta-version-suffix'v0.2.4Kamil Trzcinski
2016-05-05Fix beta version suffixKamil Trzcinski
2016-05-05Update CHANGELOG and VERSIONKamil Trzcinski
2016-05-05Merge branch 'fix-404-content-type'Kamil Trzcinski
* fix-404-content-type: Fix predefined 404 Content-Type Add helper for checking if path ends with Slash
2016-05-05Fix predefined 404 Content-TypeKamil Trzcinski
2016-04-28Add helper for checking if path ends with SlashKamil Trzcinski
2016-04-08Merge branch 'add_show_version' into 'master' v0.2.3Kamil Trzciński
Add version flag. It is handy to have only the version with revision printed out. Also useful for gitlab-org/omnibus-gitlab#1213 See merge request !5
2016-04-08Fix go vetKamil Trzcinski
2016-04-07Reduce complexity.Marin Jankovski
2016-04-07Go fmt.Marin Jankovski
2016-04-07Add version flag.Marin Jankovski
2016-04-05Fix: Content-Type of predefined 404 pagev0.2.2Kamil Trzcinski