Skip to content

Adding local run capability #78

Adding local run capability

Adding local run capability #78

Triggered via pull request May 13, 2024 10:54
@evgenyimevgenyim
synchronize #11
local-run
Status Success
Total duration 7m 20s
Artifacts 1

ci.yml

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

Annotations

48 warnings and 7 notices
Duplicated code fragment: media/login.js#L16
Duplicated code
Result of method call returning a promise is ignored: src/core/auth/index.ts#L140
Promise returned from startOauth is ignored
Result of method call returning a promise is ignored: src/core/auth/AuthorizedImpl.ts#L37
Promise returned from storeAuthTokens is ignored
Result of method call returning a promise is ignored: src/core/cloud/link.ts#L20
Promise returned from selectAndLink is ignored
Result of method call returning a promise is ignored: src/core/auth/AuthorizedImpl.ts#L97
Promise returned from resetTokens is ignored
Result of method call returning a promise is ignored: src/extension.ts#L165
Promise returned from closeReport is ignored
Unused import: src/core/auth/AuthorizingImpl.ts#L4
Unused import specifier AUTH_FAILED
Unused local symbol: src/core/ui/runLocallyView.ts#L13
Unused parameter token
Unused local symbol: src/core/ui/settingsView.ts#L23
Unused parameter token
Unused local symbol: src/core/ui/loginView.ts#L21
Unused parameter token
Unused local symbol: src/core/ui/linkedView.ts#L22
Unused parameter context
Unused local symbol: src/core/ui/runLocallyView.ts#L13
Unused parameter context
Unused local symbol: src/core/ui/settingsView.ts#L23
Unused parameter context
Unused local symbol: src/core/ui/linkedView.ts#L22
Unused parameter token
Unused local symbol: src/core/ui/loginView.ts#L21
Unused parameter context
Unused local symbol: src/core/ui/projectsView.ts#L16
Unused parameter element
qodana-js
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/qodana-action@v2023.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest): vscode/qodana/src/core/auth/AuthorizingImpl.ts#L102
Object Literal Property name `Location` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/api.ts#L40
Type Property name `expires_at` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L21
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L29
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L29
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/user.ts#L73
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/user.ts#L74
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/user.ts#L107
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (ubuntu-latest): vscode/qodana/src/core/cloud/user.ts#L108
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest): vscode/qodana/src/core/auth/AuthorizingImpl.ts#L102
Object Literal Property name `Location` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/api.ts#L40
Type Property name `expires_at` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L21
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L29
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L29
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/user.ts#L73
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/user.ts#L74
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/user.ts#L107
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (windows-latest): vscode/qodana/src/core/cloud/user.ts#L108
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (windows-latest)
Failed to save Gradle cache on Windows. If tar.exe reported "Permission denied", try to run Gradle with `--no-daemon` option. Refer to https://github.com/actions/cache/issues/454 for details.
build (windows-latest)
Error: Tar failed with error: The process 'C:\Windows\System32\tar.exe' failed with exit code 1
qodana-jvm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/qodana-action@v2023.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest): vscode/qodana/src/core/auth/AuthorizingImpl.ts#L102
Object Literal Property name `Location` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/api.ts#L40
Type Property name `expires_at` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L21
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L29
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/unauthorized.ts#L29
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/user.ts#L73
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/user.ts#L74
Object Literal Property name `Authorization` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/user.ts#L107
Object Literal Property name `Content-Type` must match one of the following formats: camelCase
build (macos-latest): vscode/qodana/src/core/cloud/user.ts#L108
Object Literal Property name `Authorization` must match one of the following formats: camelCase
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: "qodana". 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/

Artifacts

Produced during runtime
Name Size
qodana Expired
22.7 MB