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 (Expand)Author
2017-03-13Release v0.4.0v0.4.0Nick Thomas
2017-03-13Merge branch 'sh-fix-redirect-logic' into 'master' Nick Thomas
2017-03-13Fix and clarify redirect HTTP logicStan Hu
2017-03-08Merge branch '4-fix-daemonizing' into 'master' Nick Thomas
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
2017-02-23Merge branch 'pages-0.3.2' into 'master' v0.3.2Nick Thomas
2017-02-23Release v0.3.2Nick Thomas
2017-02-23Merge branch 'fix-zero-fd' into 'master' Nick Thomas
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
2017-02-20Release v0.3.1Nick Thomas
2017-02-20Merge branch 'fix-missing-fd' into 'master' Nick Thomas
2017-02-20Pass the metrics address fd to the child processNick Thomas
2017-02-17Merge branch 'make-it-2017' into 'master' Nick Thomas
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
2017-02-07Improve complexity metricsZ.J. van de Weg
2017-02-02Prometheus monitoring for GitLab PagesZ.J. van de Weg
2017-01-20Merge branch 'listen-on-multiple-ips' into 'master' Kamil Trzciński
2017-01-06Merge branch '40-fix-ci' into 'master' Nick Thomas
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
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
2016-08-10Merge branch 'add_license' into 'master' Kamil Trzciński
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
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
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