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
2023-11-30Update dependencies to latest versionJanis Altherr
2023-10-16Remove deprecated license scanningJaime Martinez
2023-05-08Upgrade golangci-lint to v1.52.2 on CIJaime Martinez
2023-05-04Automatically build package on all OS when dependency files are modifiedBalasankar 'Balu' C
2023-02-08Update go to 1.18Kassio Borges
2022-08-04Add Go 1.19 to test matrixVishal Tak
2022-07-05Merge branch 'ci/mr-lazy-dependency-scanner' into 'master'Vladimir Shushlin
ci: run dependency and license scanner on MRs only if go.mod changed See merge request gitlab-org/gitlab-pages!783
2022-06-21Ignore gosec and brakeman analyzersfeistel
2022-06-15Merge branch 'ci/unit-test-avoid-compile' into 'master'Jaime Martinez
ci: add unit-test task and avoid building the binary See merge request gitlab-org/gitlab-pages!782
2022-06-15Merge branch 'ci/remove-unused-cache' into 'master'Jaime Martinez
ci: disable cache for jobs that don't use it See merge request gitlab-org/gitlab-pages!784
2022-06-12Disable cache for jobs that don't use itfeistel
2022-06-11Run dependency and license scanner on MRs only if go.mod changedfeistel
2022-06-11Add unit-test task and avoid building the binaryfeistel
2022-06-06Bump golangci-lint to 1.46.2feistel
2022-04-28Replace make setup with go run and version suffixesfeistel
Changelog: other
2022-04-25Drop go 1.16 supportfeistel
2022-03-23Add package-and-qa job for MRsadd-package-and-qa-jobBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-03-21Merge branch 'kassio/update-templates' into 'master'Jaime Martinez
Category:Pages is now under group::editor devops::create See merge request gitlab-org/gitlab-pages!708
2022-03-21Category:Pages is now under group::editor devops::createKassio Borges
2022-03-16ci: start integrating go 1.18 into the CI pipelinesfeistel
2022-02-06ci: add mocks-check task to validate mocksfeistel
2022-01-25ci: bump golangci-lint to v1.44.0feistel
2021-11-18ci: bump golangci image to 1.43.0feistel
2021-11-03ci: readd stages and use empty 'needs'feistel
2021-11-03ci: add documentation for dummy before_scriptfeistel
2021-11-03ci: refactor ci jobsfeistel
2021-10-18ci: remove gitlab-org-docker tagJaime Martinez
2021-10-07ci: remove test-acceptance-daemonize jobsfeistel
2021-08-26refactor: remove chroot/jail logicfeistel
Changelog: removed
2021-08-25build: move tools/dev dependencies to a separate go.modfeistel
2021-08-19Merge branch 'build/go-1.16' into 'master'Vladimir Shushlin
build: bump go to 1.16 See merge request gitlab-org/gitlab-pages!547
2021-08-19ci: remove go 1.15 testsfeistel
2021-08-19ci: start integrating go 1.17 into the CI pipelinesfeistel
2021-08-02ci: bump golanci-lint image to 1.41.1feistel
2021-08-02build: bump minimum version to go 1.15feistel
2021-07-27ci: use gotestsum for running testsuse-new-gotestsumJaime Martinez
Changelog: other
2021-07-23Merge branch 'fix/go16-cover' into 'master'Jaime Martinez
Use go 1.16 for race and coverage testing See merge request gitlab-org/gitlab-pages!514
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
- Disable chroot mechanism by default. - Adds the daemon-enable-jail flag which will allow users to enable the legacy chroot mechanism if anything goes wrong. This flag won't be available via Omnibus, instead users will need to define the environment variable and pass to Pages. - Simplify chroot logic from http_fs - Update jail documentation - Enable chroot when domain-config-source=disk Changelog: changed
2021-07-03Use go 1.16 for race and coverage testfeistel
2021-06-09Drop support for Go 1.13Jaime Martinez
Changelog: removed
2021-03-29Set Go 1.16.2 for projectEvan Read
2021-03-29Merge branch 'remove-gopath-from-makefile' into 'master'Vladimir Shushlin
Simplify Makefiles See merge request gitlab-org/gitlab-pages!453
2021-03-26Add note about tools.goJaime Martinez
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-23Fix data race in testJaime Martinez
2020-12-08Add missing make setupJaime Martinez
2020-12-08DRY test.ymlJaime Martinez
2020-12-07Add setup stepJaime Martinez
2020-12-07Split daemon acceptance testsJaime Martinez
2020-12-07Add junit report to tests jobJaime Martinez