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-07-27ci: use gotestsum for running testsuse-new-gotestsumJaime Martinez
Changelog: other
2021-04-20Remove gocovmergefeistel
Changelog: other
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
2021-03-10Do not export variablesJaime Martinez
2021-03-10Add changelog generation scriptJaime Martinez
Changelog: other
2020-12-07Use junit reportJaime Martinez
2020-05-28Add lint and lint-docker rules to MakefileJaime Martinez
Remove references to ./bin/golint, ./bin/gocycle and remove _support/ directory. Add formatting rule to .golangci.yml for goimports and local imports.
2018-10-12Fix version string not showing properlyStan Hu
Due to a typo, the output of `gitlab-pages -version` was always `dev` instead of the actual version. The variable name is VERSION, not Version. Closes https://gitlab.com/gitlab-org/gitlab-pages/issues/140
2018-04-23Work around golang.org/x/lint download troubleJacob Vosmaer (GitLab)
2017-09-29Rework the Makefile so "make" runs outside a GOPATH. Update CI to suitNick Thomas