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-09-29Rework the Makefile so "make" runs outside a GOPATH. Update CI to suitNick Thomas
2017-07-03Go 1.8 is the minimum supported versionNick Thomas
2017-04-26Support for statically compressed gzip content-encodingJohn Papandriopoulos
2017-03-08Rework the acceptance tests to use go test -short as a qualifierNick Thomas
2017-03-08Run the tests with more verbose output and a shorter timeoutNick Thomas
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-06Don't run lint on go1.5, but run everything on go1.6 and go1.7Nick Thomas
2016-09-09Add acceptance tests for the gitlab-pages binary.Nick Thomas
2016-05-05Fix beta version suffixKamil Trzcinski
2016-04-08Fix go vetKamil Trzcinski
2016-02-16Execute unprivileged daemon in chrootKamil Trzcinski
2016-02-12Added make docker to easy start docker containerKamil Trzcinski
2016-02-12Make verify happyKamil Trzcinski
2016-02-11Reduce code complexityKamil Trzcinski
2016-02-11Enable testing frameworkKamil Trzcinski
2016-02-09Add Makefile with versionKamil Trzcinski