@ -28,6 +28,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -105,6 +106,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : gen-version
- name : gen-version
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -298,6 +312,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -378,6 +393,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : gen-version
- name : gen-version
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -771,6 +799,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -854,6 +883,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : gen-version
- name : gen-version
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -1149,6 +1191,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -1232,6 +1275,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : lint-backend-enterprise2
- name : lint-backend-enterprise2
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -1729,6 +1785,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -1812,6 +1869,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : gen-version
- name : gen-version
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -2096,6 +2166,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -2179,6 +2250,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : lint-backend-enterprise2
- name : lint-backend-enterprise2
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -2669,6 +2753,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -2749,6 +2834,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : gen-version
- name : gen-version
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -3007,6 +3105,7 @@ steps:
commands:
commands:
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- "echo -e \"unknwon\nreferer\nerrorstring\neror\niam\nwan\" > words_to_ignore.txt"
- codespell -I words_to_ignore.txt docs/
- codespell -I words_to_ignore.txt docs/
- rm words_to_ignore.txt
depends_on:
depends_on:
- initialize
- initialize
@ -3087,6 +3186,19 @@ steps:
depends_on:
depends_on:
- build-backend
- build-backend
- name : ensure-cuetsified
image : grafana/build-container:1.4.3
commands:
- ./bin/linux-amd64/grafana-cli cue gen-ts --grafana-root .
- "# The above command generates Typescript files (*.gen.ts) from all appropriate .cue files."
- "# It is required that the generated Typescript be in sync with the input CUE files."
- "# ...Modulo eslint auto-fixes...:"
- ./node_modules/.bin/eslint . --ext .gen.ts --fix
- "# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result."
- ./scripts/clean-git-or-error.sh
depends_on:
- validate-scuemata
- name : lint-backend-enterprise2
- name : lint-backend-enterprise2
image : grafana/build-container:1.4.3
image : grafana/build-container:1.4.3
commands:
commands:
@ -3542,6 +3654,6 @@ get:
---
---
kind : signature
kind : signature
hmac : 5237fccbd3eb1fb753ffe2d52c75559311dc57df6b8875b24246cfc266d5895e
hmac : c4e7197d22d8534c2a43c32289ceb3db883b6d9e6f6dbbd1584d054e68f3887a
...
...