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
2021-03-25Remove .GOPATH symlinksJaime Martinez
Simplifies Makefiles to not use `.GOPATH` symlink. Updates `test.yaml` to reuse the Go cache in between jobs instead of removing and downloading all the dependencies for every job. Changelog: other
2019-09-26Add support for previewing artifacts that are not publicTuomo Ala-Vannesluoma
Remove some duplicate logic on Auth module Separate handling artifact to own handlers package Unit test handlers by mocking auth and artifact modules Add generate-mock step to Makefile Use additional handler func to simplify TryMakeRequest return type Always try with token if exists Do not log RequestURI, log path only Remove not used logRequest func
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