Skip to content

Migrate to Dexie

Migrate to Dexie #481

Triggered via pull request August 18, 2024 21:01
Status Failure
Total duration 8m 49s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 19 warnings
test-e2e-cypress: components/Assistant.vue#L383
Property 'id' does not exist on type 'never'.
test-e2e-cypress: components/Assistant.vue#L384
Property 'id' does not exist on type 'never'.
test-e2e-cypress: components/Assistant.vue#L385
Property 'description' does not exist on type 'never'.
test-e2e-cypress: components/Assistant.vue#L391
Property 'description' does not exist on type 'never'.
test-e2e-cypress: composables/useAssistant.ts#L63
Property 'table' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
test-e2e-cypress: composables/useSystemInstructions.ts#L7
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
test-e2e-cypress: composables/useSystemInstructions.ts#L8
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
test-e2e-cypress: composables/useSystemInstructions.ts#L11
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
test-e2e-cypress: composables/useSystemInstructions.ts#L15
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
test-e2e-cypress
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
typecheck: components/Assistant.vue#L383
Property 'id' does not exist on type 'never'.
typecheck: components/Assistant.vue#L384
Property 'id' does not exist on type 'never'.
typecheck: components/Assistant.vue#L385
Property 'description' does not exist on type 'never'.
typecheck: components/Assistant.vue#L391
Property 'description' does not exist on type 'never'.
typecheck: composables/useAssistant.ts#L63
Property 'table' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
typecheck: composables/useSystemInstructions.ts#L7
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
typecheck: composables/useSystemInstructions.ts#L8
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
typecheck: composables/useSystemInstructions.ts#L11
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
typecheck: composables/useSystemInstructions.ts#L15
Property 'systemInstructions' does not exist on type '{ chatMessages: Table<{ id: string; role: "function" | "system" | "assistant" | "human"; text: string; textDelta: string; createdAt: Date; updatedAt: Date; chatId?: string | undefined; userId?: string | undefined; attachments?: { ...; }[] | undefined; function?: { ...; } | undefined; name?: string | undefined; }, In...'.
typecheck
Process completed with exit code 1.
install-dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: components/AuthMagicLink.vue#L24
Unexpected mutation of "form" prop
lint: components/AuthMagicLink.vue#L38
Unexpected mutation of "form" prop
lint: components/AuthMagicLinkModal.vue#L28
Unexpected mutation of "form" prop
lint: components/AuthMagicLinkModal.vue#L50
Unexpected mutation of "form" prop
lint: components/AuthSocialLinks.vue#L33
Unexpected mutation of "form" prop
lint: components/AuthSocialLinks.vue#L34
Unexpected mutation of "form" prop
lint: components/AuthSocialLinks.vue#L35
Unexpected mutation of "form" prop
lint: components/CheckList.vue#L1
A line break is required after '<script>'
lint: components/CheckList.vue#L1
A line break is required before '</script>'
lint: components/ModKKey.vue#L3
Expected a space before '/>', but not found
test-e2e-cypress
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-e2e-cypress
No files were found with the provided path: test/cypress/videos. No artifacts will be uploaded.
test-e2e-cypress
No files were found with the provided path: test/cypress/screenshots. No artifacts will be uploaded.
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
test-e2e-playwright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
playwright-report Expired
438 KB