Skip to content

feature: embedding server be dynamic per deployment #98

feature: embedding server be dynamic per deployment

feature: embedding server be dynamic per deployment #98

Triggered via pull request August 30, 2024 23:31
Status Success
Total duration 59s
Artifacts

ts-sdk-gh-pages.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 2 warnings
/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.
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/configure-pages@v3, actions/upload-artifact@v3, actions/deploy-pages@v1. 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: "github-pages". 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/