From ef917e5c724585a6af8380560f16c26a308b841e Mon Sep 17 00:00:00 2001 From: Mert E Date: Thu, 21 Mar 2024 15:40:21 +0300 Subject: [PATCH] chore: increase timeout for running fe & be (#7928) Signed-off-by: mertmit --- .github/workflows/playwright-test-workflow.yml | 2 +- packages/nocodb-sdk/src/lib/Api.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/playwright-test-workflow.yml b/.github/workflows/playwright-test-workflow.yml index a8dca3b20a..95743d1e81 100644 --- a/.github/workflows/playwright-test-workflow.yml +++ b/.github/workflows/playwright-test-workflow.yml @@ -131,7 +131,7 @@ jobs: sleep 2 done echo "Backend is up" - timeout-minutes: 2 + timeout-minutes: 3 - name: Run Playwright Tests working-directory: ./tests/playwright run: E2E_DB_TYPE=${{ inputs.db }} npm run ci:test:shard:${{ inputs.shard }} diff --git a/packages/nocodb-sdk/src/lib/Api.ts b/packages/nocodb-sdk/src/lib/Api.ts index da9c4cd1a7..8197a6b44c 100644 --- a/packages/nocodb-sdk/src/lib/Api.ts +++ b/packages/nocodb-sdk/src/lib/Api.ts @@ -1637,7 +1637,7 @@ export interface LinkToAnotherColumnReqType { /** The title of the virtual column */ title: string; /** The type of the relationship */ - type: 'bt' | 'hm' | 'mm'; + type: 'bt' | 'hm' | 'mm' | 'oo'; /** Abstract type of the relationship */ uidt: 'LinkToAnotherRecord' | 'Links'; /** Is this relationship virtual? */ @@ -8298,7 +8298,7 @@ export class Api< baseName: string, tableName: string, rowId: any, - relationType: 'mm' | 'hm' | 'bt', + relationType: 'mm' | 'hm' | 'bt' | 'oo', columnName: string, query?: { /** @min 1 */ @@ -8346,7 +8346,7 @@ export class Api< baseName: string, tableName: string, rowId: any, - relationType: 'mm' | 'hm' | 'bt', + relationType: 'mm' | 'hm' | 'bt' | 'oo', columnName: string, refRowId: string, query?: { @@ -8413,7 +8413,7 @@ export class Api< baseName: string, tableName: string, rowId: any, - relationType: 'mm' | 'hm' | 'bt', + relationType: 'mm' | 'hm' | 'bt' | 'oo', columnName: string, refRowId: string, params: RequestParams = {} @@ -8453,7 +8453,7 @@ export class Api< baseName: string, tableName: string, rowId: any, - relationType: 'mm' | 'hm' | 'bt', + relationType: 'mm' | 'hm' | 'bt' | 'oo', columnName: string, query?: { /** @min 1 */ @@ -9347,7 +9347,7 @@ export class Api< dataNestedList: ( sharedViewUuid: string, rowId: any, - relationType: 'mm' | 'hm' | 'bt', + relationType: 'mm' | 'hm' | 'bt' | 'oo', columnName: string, query?: { /** Which fields to be shown */