Loading .gitignore 0 → 100644 +22 −0 Original line number Diff line number Diff line ### STS ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache ### IntelliJ IDEA ### .idea *.iws *.iml *.ipr ### NetBeans ### /nbproject/private/ /build/ /nbbuild/ /dist/ /nbdist/ /.nb-gradle/ No newline at end of file .gitlab-ci.yml 0 → 100644 +29 −0 Original line number Diff line number Diff line include: - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/extract.yml' - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/kicker' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/bash' ref: '3.2' file: 'templates/gitlab-ci-bash.yml' - project: 'to-be-continuous/semantic-release' ref: '3.4' file: '/templates/gitlab-ci-semrel.yml' stages: - build - publish variables: GITLAB_CI_FILES: "templates/gitlab-ci-lighthouse.yml" BASH_SHELLCHECK_FILES: "*.sh" semantic-release: rules: # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF' .releaserc.yml 0 → 100644 +22 −0 Original line number Diff line number Diff line plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/gitlab", "@semantic-release/changelog", [ "@semantic-release/exec", { "prepareCmd": "./bumpversion.sh \"${lastRelease.version}\" \"${nextRelease.version}\" \"${nextRelease.type}\"", "successCmd": "./post-release.sh \"${nextRelease.version}\"" } ], [ "@semantic-release/git", { "assets": ["*.md", "templates/*.yml"] } ] ] branches: - "master" tagFormat: "${version}" No newline at end of file CONTRIBUTE.md→CONTRIBUTING.md +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ We try to make it easy, and all contributions, even the smaller ones, are more t This includes bug reports, fixes, documentation, examples... But first, read this page (including the small print at the end). Contributions are available on https://gitlab.com/to-be-continuous/lighthouse ## Legal All original contributions to _to be continuous_ are licensed under the Loading Lighthouse.r2.yml 0 → 100644 +12 −0 Original line number Diff line number Diff line files: template: ./templates/gitlab-ci-lighthouse.yml documentation: ./README.md changelog: ./CHANGELOG.md data: description: "Continuously analyse your web apps and web pages performances and developer best practices with Lighthouse" public: true labels: - to be continuous - Test license: LGPL v3 deprecated: false Loading
.gitignore 0 → 100644 +22 −0 Original line number Diff line number Diff line ### STS ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache ### IntelliJ IDEA ### .idea *.iws *.iml *.ipr ### NetBeans ### /nbproject/private/ /build/ /nbbuild/ /dist/ /nbdist/ /.nb-gradle/ No newline at end of file
.gitlab-ci.yml 0 → 100644 +29 −0 Original line number Diff line number Diff line include: - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/extract.yml' - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/kicker' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/bash' ref: '3.2' file: 'templates/gitlab-ci-bash.yml' - project: 'to-be-continuous/semantic-release' ref: '3.4' file: '/templates/gitlab-ci-semrel.yml' stages: - build - publish variables: GITLAB_CI_FILES: "templates/gitlab-ci-lighthouse.yml" BASH_SHELLCHECK_FILES: "*.sh" semantic-release: rules: # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
.releaserc.yml 0 → 100644 +22 −0 Original line number Diff line number Diff line plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/gitlab", "@semantic-release/changelog", [ "@semantic-release/exec", { "prepareCmd": "./bumpversion.sh \"${lastRelease.version}\" \"${nextRelease.version}\" \"${nextRelease.type}\"", "successCmd": "./post-release.sh \"${nextRelease.version}\"" } ], [ "@semantic-release/git", { "assets": ["*.md", "templates/*.yml"] } ] ] branches: - "master" tagFormat: "${version}" No newline at end of file
CONTRIBUTE.md→CONTRIBUTING.md +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ We try to make it easy, and all contributions, even the smaller ones, are more t This includes bug reports, fixes, documentation, examples... But first, read this page (including the small print at the end). Contributions are available on https://gitlab.com/to-be-continuous/lighthouse ## Legal All original contributions to _to be continuous_ are licensed under the Loading
Lighthouse.r2.yml 0 → 100644 +12 −0 Original line number Diff line number Diff line files: template: ./templates/gitlab-ci-lighthouse.yml documentation: ./README.md changelog: ./CHANGELOG.md data: description: "Continuously analyse your web apps and web pages performances and developer best practices with Lighthouse" public: true labels: - to be continuous - Test license: LGPL v3 deprecated: false