Update to the v7 model #1573
flowzone.yml
on: pull_request
Matrix: Flowzone / Event Types
Flowzone
/
Clean GitHub release
0s
Matrix: Flowzone / Test custom
Matrix: Flowzone / Clean custom
Matrix: Flowzone / Finalize custom
Matrix: Flowzone / Test rust
Flowzone
/
Finalize rust
0s
Matrix: Flowzone / Test npm
Flowzone
/
Finalize npm
0s
Flowzone
/
Finalize npm docs
0s
Matrix: Flowzone / Test python poetry
Flowzone
/
Finalize python
0s
Matrix: Flowzone / Test docker
Matrix: Flowzone / Finalize docker
Flowzone
/
Prepare deploy message
0s
Flowzone
/
Finalize GitHub release
0s
Matrix: Flowzone / Finalize balena
Matrix: Flowzone / Test CloudFormation
Matrix: Flowzone / Finalize CloudFormation
Matrix: Flowzone / Publish custom
Matrix: Flowzone / Publish rust
Matrix: Flowzone / Publish balena
Matrix: Flowzone / Publish docker
Matrix: Flowzone / Always custom
Flowzone
/
Auto-merge
0s
Annotations
23 errors and 76 warnings
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/billing.spec.ts#L457
Property 'mime' does not exist on type 'Blob | BalenaRequestStreamResult'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/billing.spec.ts#L461
Property 'pipe' does not exist on type 'Blob | BalenaRequestStreamResult'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/device-type.spec.ts#L155
Argument of type 'Contract | null' is not assignable to parameter of type 'string | Contract'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/device.spec.ts#L2925
Argument of type 'number | null | undefined' is not assignable to parameter of type 'string | number'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/organization-membership.spec.ts#L105
Argument of type 'OrganizationMembership | undefined' is not assignable to parameter of type 'Pick<OrganizationMembership, "id"> & Pick<OrganizationMembership, "user" | "is_member_of__organization">'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/organization-membership.spec.ts#L285
Argument of type 'PostResult<OrganizationMembership> | undefined' is not assignable to parameter of type 'Pick<OrganizationMembership, "id"> & Pick<OrganizationMembership, "user" | "is_member_of__organization">'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/organization-membership.spec.ts#L329
Argument of type 'OrganizationMembership | PostResult<OrganizationMembership> | undefined' is not assignable to parameter of type 'Pick<OrganizationMembership, "id"> & Pick<OrganizationMembership, "user" | "is_member_of__organization">'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/os.spec.ts#L1265
Type '"image_name"' is not assignable to type '"*" | StringKeyof<Release> | StringKeyof<Release>[] | undefined'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/os.spec.ts#L1272
Property 'image_name' does not exist on type 'ExtendedPineTypedResult<Release, Pick<Release, "id" | "known_issue_list" | "raw_version">, ODataOptions<Release> | undefined>'.
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/models/os.spec.ts#L1276
Property 'image_name' does not exist on type 'ExtendedPineTypedResult<Release, Pick<Release, "id" | "known_issue_list" | "raw_version">, ODataOptions<Release> | undefined>'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/billing.spec.ts#L457
Property 'mime' does not exist on type 'Blob | BalenaRequestStreamResult'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/billing.spec.ts#L461
Property 'pipe' does not exist on type 'Blob | BalenaRequestStreamResult'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/device-type.spec.ts#L155
Argument of type 'Contract | null' is not assignable to parameter of type 'string | Contract'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/device.spec.ts#L2925
Argument of type 'number | null | undefined' is not assignable to parameter of type 'string | number'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/organization-membership.spec.ts#L105
Argument of type 'OrganizationMembership | undefined' is not assignable to parameter of type 'Pick<OrganizationMembership, "id"> & Pick<OrganizationMembership, "user" | "is_member_of__organization">'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/organization-membership.spec.ts#L285
Argument of type 'PostResult<OrganizationMembership> | undefined' is not assignable to parameter of type 'Pick<OrganizationMembership, "id"> & Pick<OrganizationMembership, "user" | "is_member_of__organization">'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/organization-membership.spec.ts#L329
Argument of type 'OrganizationMembership | PostResult<OrganizationMembership> | undefined' is not assignable to parameter of type 'Pick<OrganizationMembership, "id"> & Pick<OrganizationMembership, "user" | "is_member_of__organization">'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/os.spec.ts#L1265
Type '"image_name"' is not assignable to type '"*" | StringKeyof<Release> | StringKeyof<Release>[] | undefined'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/os.spec.ts#L1272
Property 'image_name' does not exist on type 'ExtendedPineTypedResult<Release, Pick<Release, "id" | "known_issue_list" | "raw_version">, ODataOptions<Release> | undefined>'.
|
Flowzone / Test custom (macos-12):
tests/integration/models/os.spec.ts#L1276
Property 'image_name' does not exist on type 'ExtendedPineTypedResult<Release, Pick<Release, "id" | "known_issue_list" | "raw_version">, ODataOptions<Release> | undefined>'.
|
Flowzone / Test custom (windows-2019)
Process completed with exit code 1.
|
Flowzone / All tests
Process completed with exit code 1.
|
Flowzone / All jobs
Process completed with exit code 1.
|
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 (20.x):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (20.x):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
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 (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 (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 (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 (20.x):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
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.4):
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.4):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (22.4):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test npm (22.4):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test npm (22.4):
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.4):
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.4):
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.4):
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.4):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test npm (22.4):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test npm (22.4):
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.4):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (22.4):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test npm (22.4):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test npm (22.4):
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.4):
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.4):
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.4):
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.4):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test npm (22.4):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
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 (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']
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
gh-release-sbom-npm
Expired
|
343 KB |
|
npm-bba9d697fc770a7b48638ab36aff14f6e778ca46-22.4
Expired
|
584 KB |
|