Skip to content

Epic/build connect tab view #502

Epic/build connect tab view

Epic/build connect tab view #502

Triggered via pull request March 7, 2025 14:03
Status Failure
Total duration 1m 45s
Artifacts

node.yml

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

Annotations

12 errors
build (macos-latest, 20.x): src/views/connect/components/dynamodb-connect-dialog.vue#L120
Type '{ name: string; type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; }' is not assignable to type 'DynamoDBConnection'.
build (macos-latest, 20.x): src/views/connect/components/es-connect-dialog.vue#L193
Argument of type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to parameter of type 'Connection'.
build (macos-latest, 20.x): src/views/connect/components/es-connect-dialog.vue#L254
Type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to type 'Connection | { id: string; name: string; type: DatabaseType.DYNAMODB; tabs: { name: string; index: number; }[]; activeTab?: string | undefined; region: string; accessKeyId: string; secretAccessKey: string; } | { ...; }'.
build (macos-latest, 20.x)
Process completed with exit code 2.
build (windows-latest, 20.x): src/views/connect/components/dynamodb-connect-dialog.vue#L120
Type '{ name: string; type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; }' is not assignable to type 'DynamoDBConnection'.
build (windows-latest, 20.x): src/views/connect/components/es-connect-dialog.vue#L193
Argument of type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to parameter of type 'Connection'.
build (windows-latest, 20.x): src/views/connect/components/es-connect-dialog.vue#L254
Type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to type 'Connection | { id: string; name: string; type: DatabaseType.DYNAMODB; tabs: { name: string; index: number; }[]; activeTab?: string | undefined; region: string; accessKeyId: string; secretAccessKey: string; } | { ...; }'.
build (windows-latest, 20.x)
Process completed with exit code 1.
build (ubuntu-latest, 20.x): src/views/connect/components/dynamodb-connect-dialog.vue#L120
Type '{ name: string; type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; }' is not assignable to type 'DynamoDBConnection'.
build (ubuntu-latest, 20.x): src/views/connect/components/es-connect-dialog.vue#L193
Argument of type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to parameter of type 'Connection'.
build (ubuntu-latest, 20.x): src/views/connect/components/es-connect-dialog.vue#L254
Type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to type 'Connection | { id: string; name: string; type: DatabaseType.DYNAMODB; tabs: { name: string; index: number; }[]; activeTab?: string | undefined; region: string; accessKeyId: string; secretAccessKey: string; } | { ...; }'.
build (ubuntu-latest, 20.x)
Process completed with exit code 2.