feat: move extension to open source #144
pr.yml
on: pull_request
github-actions-ratchet-check
20s
commitlint-check
40s
node-check
2m 50s
bash-scripts-check
6s
Rust Compile
1m 43s
Rust Lint
3m 12s
Rust Test
3m 12s
Rust Build
2m 32s
Rust Build Windows
3m 19s
Lint template with SQLFluff
10s
Check versions match
5s
Prettier YAML Lint
20s
Annotations
8 errors and 59 warnings
Prettier YAML Lint
Process completed with exit code 2.
|
Rust Lint
Canceling since a higher priority waiting request for 'feat/move_js_extension_to_open_source' exists
|
Rust Lint
The operation was canceled.
|
Rust Test
Canceling since a higher priority waiting request for 'feat/move_js_extension_to_open_source' exists
|
Rust Test
The operation was canceled.
|
Rust Build Windows
Canceling since a higher priority waiting request for 'feat/move_js_extension_to_open_source' exists
|
node-check
Canceling since a higher priority waiting request for 'feat/move_js_extension_to_open_source' exists
|
node-check
The operation was canceled.
|
github-actions-ratchet-check
Restore cache failed: Dependencies file is not found in /home/runner/work/quary/quary. Supported file pattern: go.sum
|
Rust Compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af, actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust Compile
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af, actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Compile
profiles for the non root package will be ignored, specify profiles at the workspace root:
|
Rust Compile:
rust/quary-databases/src/databases_bigquery.rs#L6
use of deprecated function `google_cloud_auth::project::create_token_source`: Use DefaultTokenSourceProvider instead
|
Rust Compile:
rust/quary-databases/src/databases_bigquery.rs#L104
use of deprecated function `google_cloud_auth::project::create_token_source`: Use DefaultTokenSourceProvider instead
|
Rust Compile:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L8
function `get_predicted_query` is never used
|
Rust Compile:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L32
function `get_predicted_model_name` is never used
|
Rust Compile:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L51
struct `CompletionRequest` is never constructed
|
Rust Compile:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L60
field `choices` is never read
|
Rust Compile:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L65
field `text` is never read
|
Rust Compile:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L68
function `make_completion_request_to_openai` is never used
|
Rust Compile
`quary-wasm-bindgen` (lib) generated 6 warnings
|
Rust Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Lint
profiles for the non root package will be ignored, specify profiles at the workspace root:
|
Rust Lint:
rust/sqlinference/src/infer_tests.rs#L727
assigning the result of `Clone::clone()` may be inefficient
|
Rust Lint:
rust/sqlinference/src/infer_tests.rs#L728
assigning the result of `Clone::clone()` may be inefficient
|
Rust Lint
`sqlinference` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p sqlinference` to apply 2 suggestions)
|
Rust Lint:
rust/core/src/description_table.rs#L110
unnecessary use of `get(&column).is_some()`
|
Rust Lint:
rust/core/src/description_table.rs#L123
unnecessary use of `get(&column).is_none()`
|
Rust Lint:
rust/core/src/test_runner.rs#L64
this function has too many arguments (9/7)
|
Rust Lint
`quary-core` (lib) generated 3 warnings
|
Rust Lint:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L8
function `get_predicted_query` is never used
|
Rust Lint:
rust/wasm-binding/src/rpc_rust_defined_ai.rs#L32
function `get_predicted_model_name` is never used
|
Rust Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Test
profiles for the non root package will be ignored, specify profiles at the workspace root:
|
Rust Test:
rust/quary-databases/src/databases_bigquery.rs#L6
use of deprecated function `google_cloud_auth::project::create_token_source`: Use DefaultTokenSourceProvider instead
|
Rust Test:
rust/quary-databases/src/databases_bigquery.rs#L104
use of deprecated function `google_cloud_auth::project::create_token_source`: Use DefaultTokenSourceProvider instead
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1687
unused variable: `written_files`
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1739
unused variable: `written_files`
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1769
unused variable: `written_files`
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1824
unused variable: `writer`
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1824
unused variable: `written_files`
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1907
unused variable: `writer`
|
Rust Test:
rust/wasm-binding/src/rpc_proto_defined_functions.rs#L1907
unused variable: `written_files`
|
Rust Build Windows
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Build Windows
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Build Windows
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust Build Windows
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
node-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
node-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
node-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
node-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|