Commits on Source 8
-
Martin Claesson authored
-
Martin Claesson authored
-
Martin Claesson authored
-
feat(client): #38 Migrated from pure vue, to NuxtJs. and with this the codebase has also had a review. closes #38 Signed-off-by:
Martin Claesson <[email protected]> Signed-off-by:
Martin Claesson <[email protected]>
-
Martin Claesson authored
Signed-off-by:
Martin Claesson <[email protected]>
-
Martin Claesson authored
feat(client): #38 Migrated from pure vue, to NuxtJs. and with this the... Closes #38 See merge request !33
-
Martin Claesson authored
Signed-off-by:
Martin Claesson <[email protected]>
-
Semantic Release authored
# [0.8.0](v0.7.0...v0.8.0) (2022-10-19) ### Bug Fixes * **ci:** Dont run pipelines for semantic release commits ([72c7deb1](72c7deb1)) * **ci:** Use prebuilt image for semantic release ([3d9485e9](3d9485e9)) * **semantic:** set the package version to the new version ([e1916881](e1916881)) ### Features * **client:** [#38](#38) Migrated from pure vue, to NuxtJs. and with this the codebase has also had a review. ([d57ba692](d57ba692))
.fleet/settings.json
0 → 100644
... | ... | @@ -44,12 +44,14 @@ test: |
needs: [] | ||
stage: test | ||
rules: | ||
- if: $CI_COMMIT_AUTHOR == "semantic-release-bot <[email protected]>" | ||
when: never | ||
- if: $CI_COMMIT_TAG =~ /^[vV](\d+)\.(\d+)\.(\d+)-?([a-zA-Z-\d\.]*)\+?([a-zA-Z-\d\.]*)$/ | ||
when: never | ||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH | ||
when: always | ||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" | ||
- if: $CI_COMMIT_AUTHOR == "semantic-release-bot <[email protected]>" | ||
when: never | ||
when: always | ||
artifacts: | ||
paths: | ||
- coverage | ||
... | ... | @@ -65,13 +67,17 @@ build: |
- yarn install | ||
script: | ||
- yarn run build | ||
- cd packages/client && yarn run generate | ||
needs: [] | ||
rules: | ||
- if: $CI_COMMIT_AUTHOR == "semantic-release-bot <[email protected]>" | ||
when: never | ||
- if: $CI_COMMIT_TAG =~ /^[vV](\d+)\.(\d+)\.(\d+)-?([a-zA-Z-\d\.]*)\+?([a-zA-Z-\d\.]*)$/ | ||
when: always | ||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH | ||
when: always | ||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" | ||
- if: $CI_COMMIT_AUTHOR == "semantic-release-bot <[email protected]>" | ||
when: never | ||
when: always | ||
artifacts: | ||
paths: | ||
- build | ||
... | ... | @@ -86,6 +92,7 @@ docker: |
- if: $CI_COMMIT_AUTHOR == "semantic-release-bot <[email protected]>" | ||
when: never | ||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH | ||
when: always | ||
script: | ||
- sed 's/# DEPLOY //g' Dockerfile > Dockerfile.deploy | ||
- > | ||
... | ... | @@ -146,12 +153,17 @@ deploy:production: |
- curl -X POST "${DEPLOY_URL}?tag=${CI_COMMIT_TAG}" | ||
release: | ||
image: node:16-buster-slim | ||
image: registry.pentacore.se/toolbox/semantic-release-image:main | ||
stage: release | ||
rules: | ||
- if: $CI_COMMIT_AUTHOR == "semantic-release-bot <[email protected]>" | ||
when: never | ||
- if: $CI_COMMIT_TAG =~ /^[vV](\d+)\.(\d+)\.(\d+)-?([a-zA-Z-\d\.]*)\+?([a-zA-Z-\d\.]*)$/ | ||
when: never | ||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH | ||
when: always | ||
before_script: | ||
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates | ||
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/exec @semantic-release/git @semantic-release/changelog | ||
script: | ||
- semantic-release | ||
only: | ||
- master |
.husky/commit-msg
0 → 100644
.husky/common.sh
0 → 100644
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.