feat(notifications): add channel selection and subscriber in-app noti… #120
ci.yml
on: push
Lint
1m 13s
Type Check
1m 32s
Test
1m 25s
Build
3m 59s
E2E (Playwright)
4m 3s
Annotations
20 errors and 15 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint:
server/utils/notifications.ts#L4
'~/server/database/schema/feedback' imported multiple times
|
|
Lint:
server/utils/notifications.ts#L3
'~/server/database/schema/feedback' imported multiple times
|
|
Lint:
server/api/orgs/[slug].put.ts#L19
Import in body of module; reorder to top
|
|
Test
Process completed with exit code 1.
|
|
tests/github-integration.test.ts > github integration utils > skips persistence when project id or token is missing:
server/database/drizzle.ts#L4
Error: Cannot find module '~/server/utils/logger' imported from '/home/runner/work/veerify/veerify/server/database/drizzle.ts'
❯ server/database/drizzle.ts:4:1
❯ server/utils/github-integration.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/github-integration.test.ts > github integration utils > persists a refreshed oauth token for an existing integration:
server/database/drizzle.ts#L4
Error: Cannot find module '~/server/utils/logger' imported from '/home/runner/work/veerify/veerify/server/database/drizzle.ts'
❯ server/database/drizzle.ts:4:1
❯ server/utils/github-integration.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/github-integration.test.ts > github integration utils > detects a connected github account from either persisted or oauth token state:
server/database/drizzle.ts#L4
Error: Cannot find module '~/server/utils/logger' imported from '/home/runner/work/veerify/veerify/server/database/drizzle.ts'
❯ server/database/drizzle.ts:4:1
❯ server/utils/github-integration.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
Type Check:
server/routes/_ws.ts#L70
Property 'ctx' does not exist on type 'Peer<AdapterInternal>'.
|
|
Type Check:
server/routes/_ws.ts#L63
Property 'ctx' does not exist on type 'Peer<AdapterInternal>'.
|
|
Type Check:
server/routes/_ws.ts#L43
Property 'ctx' does not exist on type 'Peer<AdapterInternal>'.
|
|
Type Check:
server/routes/_ws.ts#L42
Property 'ctx' does not exist on type 'Peer<AdapterInternal>'.
|
|
Type Check:
server/routes/_ws.ts#L42
Property 'ctx' does not exist on type 'Peer<AdapterInternal>'.
|
|
Type Check:
server/routes/_ws.ts#L11
Property 'url' does not exist on type 'Peer<AdapterInternal>'.
|
|
Type Check:
server/api/user/submissions.get.ts#L9
No overload matches this call.
|
|
Type Check:
server/api/user/profile.put.ts#L14
No overload matches this call.
|
|
Type Check:
server/api/organizations/invite.post.ts#L79
No overload matches this call.
|
|
Type Check:
plugins/user-context.server.ts#L10
No overload matches this call.
|
|
E2E (Playwright)
Process completed with exit code 1.
|
|
E2E (Playwright)
Error: Timed out waiting 120000ms from config.webServer.
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
components/settings/SettingsOrganization.vue#L46
Attribute "v-model" should go before "data-testid"
|
|
Lint:
components/settings/SettingsNotifications.vue#L125
The "mounted" property should be above the "methods" property on line 96
|
|
Lint:
components/products/ProductSettingsStatuses.vue#L150
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsCategories.vue#L137
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L257
Disallow self-closing on HTML void elements (<img/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L211
Disallow self-closing on HTML void elements (<img/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L30
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L21
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/NotificationBell.vue#L335
The "beforeUnmount" property should be above the "methods" property on line 103
|
|
Lint:
components/NotificationBell.vue#L331
The "mounted" property should be above the "methods" property on line 103
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E (Playwright)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
193 KB |
sha256:bef62ef16acfc12f5e67e7d94d04675b261aefb5edbdfc651c7af257c769ba99
|
|