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
2020-04-20Set default, workflow, and use rules in CI configRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-03-30add dependency scanningadd-dependency-scanningJames Ritchey
2020-02-28Add golang:1.14 tests in CI and fix GitLab source client testJaime Martinez
2020-02-26Run go test -race in CIAlessio Caiazza
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
2019-09-19Move SAST to the prepare stageAlessio Caiazza
2019-09-18Adding SASTDarby Frey
2019-09-17check go.mod go.sumAlessio Caiazza
2019-09-11Convert vendoring to go modules.Ben Kochie
Apply a minimal upgrade to Go modules. * Fix various tests. * Drop vendoring.
2019-09-06Add golang 1.13 to the ciVladimir Shushlin
2019-07-24Only support modern golangsNick Thomas
2019-07-24Explicitly add Security/ for ci templateVladimir Shushlin
For some reason pipeline passes on .com, but fails on dev.gitlab.com This fixes the pipeline
2019-04-05Enable GitLab license managementAlessio Caiazza
2018-10-24Improve .gitlab-ci.yml pipelineNick Thomas
The make verify task no longer works on Go 1.8, so split it out into a separate job, run on go1.11. Also run the tests themselves on go1.11 as we're here.
2018-04-27Restore the old in-place chroot behaviour as a command-line optionNick Thomas
2018-03-23Add go1.10 to the list of testsNick Thomas
2018-03-23Run the acceptance tests both daemonized and notNick Thomas
2017-09-29Rework the Makefile so "make" runs outside a GOPATH. Update CI to suitNick Thomas
2017-08-25Test target for golang 1.9Zeger-Jan van de Weg
2017-07-03Go 1.8 is the minimum supported versionNick Thomas
2017-03-08Run tests on golang 1.8Nick Thomas
2017-03-08Run the acceptance test suite on all golang versionsNick 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-02-16Added gitlab-ci ymlKamil Trzcinski
2016-02-16Added gitlab-ci ymlKamil Trzcinski