Skip to content

feat: new dashboard experience #200

feat: new dashboard experience

feat: new dashboard experience #200

Triggered via pull request September 17, 2024 20:17
Status Failure
Total duration 1m 34s
Artifacts

frontend-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

39 errors and 7 warnings
build-test
dashboard#build: command (/home/runner/_work/trieve/trieve/frontends/dashboard) /tmp/yarn--1726604282063-0.2704447655812643/yarn run build exited (2)
build-test
Process completed with exit code 2.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/BookmarkPopover.tsx#L241
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/BookmarkPopover.tsx#L241
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/DatasetSelectBox.tsx#L55
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/DatasetSelectBox.tsx#L55
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/OrganizationSelectBox.tsx#L24
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/OrganizationSelectBox.tsx#L24
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L487
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L487
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L729
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L729
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L814
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L814
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L889
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L889
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/SearchForm.tsx#L1011
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
/home/skeptrune/git_projects/devflowinc/trieve/frontends/search/src/components/ThemeModeController.tsx#L61
[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`. If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.
frontends/dashboard/src/components/CreateNewOrgModal.tsx#L50
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
frontends/dashboard/src/components/DatasetName.tsx#L10
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
frontends/dashboard/src/components/DatasetOverview.tsx#L21
[@typescript-eslint/no-unused-vars] 'A' is defined but never used. Allowed unused vars must match /^_/u.
frontends/dashboard/src/components/InvoicesTable.tsx#L21
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontends/dashboard/src/components/InvoicesTable.tsx#L21
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
frontends/dashboard/src/components/InvoicesTable.tsx#L115
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
frontends/dashboard/src/components/NewUserOrgName.tsx#L19
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontends/dashboard/src/components/NewUserOrgName.tsx#L19
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
frontends/dashboard/src/components/NewUserOrgName.tsx#L31
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontends/dashboard/src/components/NewUserOrgName.tsx#L31
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
frontends/dashboard/src/components/NewUserOrgName.tsx#L36
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontends/dashboard/src/components/NewUserOrgName.tsx#L38
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontends/dashboard/src/components/dataset-settings/LLMSettings.tsx#L3
[@typescript-eslint/no-unused-vars] 'Show' is defined but never used. Allowed unused vars must match /^_/u.
frontends/dashboard/src/components/dataset-settings/LLMSettings.tsx#L3
[@typescript-eslint/no-unused-vars] 'For' is defined but never used. Allowed unused vars must match /^_/u.
frontends/dashboard/src/components/dataset-settings/LLMSettings.tsx#L6
[@typescript-eslint/no-unused-vars] 'availableDistanceMetrics' is defined but never used. Allowed unused vars must match /^_/u.
frontends/dashboard/src/components/dataset-settings/LLMSettings.tsx#L7
[@typescript-eslint/no-unused-vars] 'availableEmbeddingModels' is defined but never used. Allowed unused vars must match /^_/u.
frontends/dashboard/src/components/dataset-settings/LLMSettings.tsx#L10
[@typescript-eslint/no-unused-vars] 'bm25Active' is assigned a value but never used. Allowed unused vars must match /^_/u.
eslint
ESLint errors detected.
eslint
dashboard#lint:CI: command (/home/runner/_work/trieve/trieve/frontends/dashboard) /tmp/yarn--1726604293574-0.9552529132630825/yarn run lint:CI exited (1)
eslint
Process completed with exit code 1.
eslint
ESLint errors detected.
frontends/analytics/src/components/charts/RagQueries.tsx#L145
[solid/reactivity] The reactive variable 'columns' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.
frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L30
[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.
frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L40
[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.
frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L41
[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.
frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L51
[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: ataylorme/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: ataylorme/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/