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
2022-12-21Revise the release process for managed versioningSteve Abrams
2022-08-05Merge branch 'add-go-1-19-test-matrix' into 'master'Jaime Martinez
Add Go 1.19 to test matrix See merge request gitlab-org/gitlab-pages!829
2022-08-04Add Go 1.19 to test matrixVishal Tak
2022-08-03Add feature flag items to default MR template TODO sectionkassio/add-feature-flag-to-merge-request-templateKassio Borges
Related to: https://gitlab.com/groups/gitlab-org/-/epics/8401
2022-07-27Add a Feature Flag issue templatekassio/feature-flag-issue-templateKassio Borges
Related to: https://gitlab.com/groups/gitlab-org/-/epics/8401
2022-07-26Add a Default MR template to replace the settingKassio Borges
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-05-17Update changelog commit messageVishal Tak
2022-04-28Replace make setup with go run and version suffixesfeistel
Changelog: other
2022-04-25Drop go 1.16 supportfeistel
2022-04-14Update release issue templateVishal Tak
2022-03-30Merge branch 'add-package-and-qa-job' into 'master'Vladimir Shushlin
Add package-and-qa job for MRs See merge request gitlab-org/gitlab-pages!714
2022-03-28chore: use security remote for security changelogsVladimir Shushlin
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-28Replace "feature::maintenance" with "type::maintenance"Rémy Coutable
2022-02-21docs: add notes regarding stable branch creation to the release templateJaime Martinez
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-08Merge branch 'remove/root' into 'master'Jaime Martinez
Remove gitlab-pages daemon Closes #114 and #133 See merge request gitlab-org/gitlab-pages!542
2021-10-07ci: remove test-acceptance-daemonize jobsfeistel
2021-09-08fix: escape message parameter properlyfeistel
2021-09-01fix: use conventional commit when generating changelogfeistel
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-09Fix the changlog instructions for gitlab projectVladimir Shushlin
2021-06-09Remove unnecessary BRANCH= when generating changelogVladimir Shushlin