Skip to content

Introduce dev dash webhooks API #21740

Introduce dev dash webhooks API

Introduce dev dash webhooks API #21740

Triggered via pull request November 27, 2024 19:05
@cdarnecdarne
synchronize #4884
Status Success
Total duration 16s
Artifacts

cla.yml

on: pull_request_target
[PR] CLA
3s
[PR] CLA
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
packages/app/src/cli/services/build/extension.ts#L121
'BuildFunctionExtensionOptions' is an unused type
packages/app/src/cli/services/webhook/request-sample.ts#L28
[@shopify/cli/no-inline-graphql] Forbidden inline GraphQL content, use a separate file instead
packages/app/src/cli/commands/app/webhook/trigger.ts#L115
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/dev/processes/setup-dev-processes.ts#L207
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/dev/processes/uninstall-webhook.ts#L47
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/dev/processes/uninstall-webhook.ts#L48
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/webhook/trigger-options.ts#L39
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/webhook/trigger-options.ts#L108
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/webhook/trigger-options.ts#L108
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/webhook/trigger-options.ts#L109
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts#L405
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.