feature: embedding server be dynamic per deployment #17
frontend-tests.yml
on: pull_request
build-test
25s
eslint
36s
Annotations
56 errors and 2 warnings
build-test
dashboard#build: command (/home/runner/_work/trieve/trieve/frontends/dashboard) /tmp/yarn--1724465828193-0.48660780301839845/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/NewDatasetModal.tsx#L49
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L52
[@typescript-eslint/no-floating-promises] Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L55
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .models on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L56
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .models on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L211
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .length on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L225
[@typescript-eslint/no-unsafe-member-access] Unsafe member access [0] on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L228
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L229
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L229
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .find on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L231
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .display_name on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L235
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L236
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .dimension on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L241
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L242
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L243
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L245
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L248
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L249
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L255
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L257
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L257
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .display_name on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L258
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .display_name on an `any` value.
|
frontends/dashboard/src/components/NewDatasetModal.tsx#L264
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .length on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L61
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L64
[@typescript-eslint/no-floating-promises] Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L67
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .models on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L68
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .models on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L570
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L570
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .find on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L572
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L573
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .display_name on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L573
[@typescript-eslint/no-unsafe-member-access] Unsafe member access [0] on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L578
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .display_name on an `any` value.
|
frontends/dashboard/src/pages/Dashboard/Dataset/DatasetSettingsPage.tsx#L579
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .display_name on an `any` value.
|
eslint
ESLint errors detected.
|
eslint
dashboard#lint:CI: command (/home/runner/_work/trieve/trieve/frontends/dashboard) /tmp/yarn--1724465838218-0.8592744152776151/yarn run lint:CI exited (1)
|
eslint
Process completed with exit code 1.
|
eslint
ESLint errors detected.
|
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/
|