Skip to content

Update to the v7 model #1613

Update to the v7 model

Update to the v7 model #1613

Re-run triggered August 29, 2024 14:59
Status Success
Total duration 15m 34s
Artifacts 3

flowzone.yml

on: pull_request
Matrix: Flowzone / Event Types
Flowzone  /  Versioned source
37s
Flowzone / Versioned source
Flowzone  /  Clean GitHub release
0s
Flowzone / Clean GitHub release
Flowzone  /  Is custom
5s
Flowzone / Is custom
Flowzone  /  Is rust
3s
Flowzone / Is rust
Flowzone  /  Is npm
16s
Flowzone / Is npm
Flowzone  /  Is python
11s
Flowzone / Is python
Flowzone  /  Is docker
20s
Flowzone / Is docker
Flowzone  /  Generate release notes
9s
Flowzone / Generate release notes
Flowzone  /  Is balena
0s
Flowzone / Is balena
Flowzone  /  Is website
0s
Flowzone / Is website
Flowzone  /  Is CloudFormation
0s
Flowzone / Is CloudFormation
Flowzone  /  Lint workflows
10s
Flowzone / Lint workflows
Matrix: Flowzone / Test custom
Matrix: Flowzone / Clean custom
Matrix: Flowzone / Finalize custom
Matrix: Flowzone / Test rust
Flowzone  /  Finalize rust
0s
Flowzone / Finalize rust
Matrix: Flowzone / Test npm
Flowzone  /  Finalize npm
0s
Flowzone / Finalize npm
Flowzone  /  Finalize npm docs
0s
Flowzone / Finalize npm docs
Matrix: Flowzone / Test python poetry
Flowzone  /  Finalize python
0s
Flowzone / Finalize python
Matrix: Flowzone / Test docker
Matrix: Flowzone / Finalize docker
Flowzone  /  Prepare deploy message
0s
Flowzone / Prepare deploy message
Flowzone  /  Finalize GitHub release
0s
Flowzone / Finalize GitHub release
Matrix: Flowzone / Finalize balena
Matrix: Flowzone / Test CloudFormation
Matrix: Flowzone / Finalize CloudFormation
Flowzone  /  Generate SBOM for cargo
0s
Flowzone / Generate SBOM for cargo
Flowzone  /  Generate SBOM for NPM
1m 2s
Flowzone / Generate SBOM for NPM
Flowzone  /  Generate SBOM for python
0s
Flowzone / Generate SBOM for python
Matrix: Flowzone / Publish custom
Matrix: Flowzone / Publish rust
Flowzone  /  Publish npm
17s
Flowzone / Publish npm
Flowzone  /  Publish to test PyPI
0s
Flowzone / Publish to test PyPI
Matrix: Flowzone / Publish balena
Flowzone  /  Publish website
0s
Flowzone / Publish website
Matrix: Flowzone / Publish docker
Flowzone  /  All tests
0s
Flowzone / All tests
Matrix: Flowzone / Always custom
Flowzone  /  Publish Github release
12s
Flowzone / Publish Github release
Flowzone  /  All jobs
0s
Flowzone / All jobs
Flowzone  /  Auto-merge
3s
Flowzone / Auto-merge
Fit to window
Zoom out
Zoom in

Annotations

76 warnings
Flowzone / Test custom (macos-12): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test custom (macos-12): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test custom (macos-12): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test custom (macos-12): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test custom (macos-12): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (macos-12)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (macos-12)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (ubuntu-20.04): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test custom (ubuntu-20.04): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test custom (ubuntu-20.04): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test custom (ubuntu-20.04): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (ubuntu-20.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (ubuntu-20.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test npm (18.x): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (18.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (18.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (18.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (18.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test npm (22.x): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (22.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (22.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (22.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (20.x): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test npm (20.x): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (22.x): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (22.x): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (20.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (20.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (20.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (20.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (22.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test npm (22.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (22.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (windows-2019): src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test custom (windows-2019): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test custom (windows-2019): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test custom (windows-2019): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test custom (windows-2019): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (windows-2019)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (windows-2019)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']