mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-02 13:19:45 +00:00
Merge branch 'develop' into staging-new
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
commit
82a2f4bb5c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
|||||||
[ -z "$(git diff --name-only '*.js' '*.ts' '*.svelte' '*.json' '*.yaml' | cat)" ]
|
[ -z "$(git diff --name-only '*.js' '*.ts' '*.svelte' '*.json' '*.yaml' | cat)" ]
|
||||||
echo '================================================================'
|
echo '================================================================'
|
||||||
- name: Formatting...
|
- name: Formatting...
|
||||||
run: node common/scripts/install-run-rush.js fast-format --branch ${{ github.base_ref }}
|
run: node common/scripts/install-run-rush.js fast-format --branch ${{ github.base_ref || 'develop' }}
|
||||||
- name: Check files formatting
|
- name: Check files formatting
|
||||||
run: |
|
run: |
|
||||||
echo '================================================================'
|
echo '================================================================'
|
||||||
|
@ -560,7 +560,7 @@ export class PostgresAccountDB implements AccountDB {
|
|||||||
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql})`
|
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql})`
|
||||||
break
|
break
|
||||||
case 'all+backup':
|
case 'all+backup':
|
||||||
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql} OR ${migrationSql} OR ${archivingSql} OR ${restoringSql}) OR ${deletingSql}`
|
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql} OR ${migrationSql} OR ${archivingSql} OR ${restoringSql} OR ${deletingSql})`
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -647,6 +647,7 @@ export interface AddSessionActive {
|
|||||||
context: MeasureContext
|
context: MeasureContext
|
||||||
workspaceId: WorkspaceUuid
|
workspaceId: WorkspaceUuid
|
||||||
}
|
}
|
||||||
|
|
||||||
export type AddSessionResponse =
|
export type AddSessionResponse =
|
||||||
| AddSessionActive
|
| AddSessionActive
|
||||||
| { upgrade: true, progress?: number }
|
| { upgrade: true, progress?: number }
|
||||||
|
Loading…
Reference in New Issue
Block a user