feat: Add server command and fix ci build #25
Annotations
29 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/grcov@v0.1, coverallsapp/github-action@v1.1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/grcov@v0.1, coverallsapp/github-action@v1.1.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run cargo test with async-std:
orientdb-client/src/sync/protocol/mod.rs#L18
unused import: `crate::common::protocol::messages::request::*`
|
Run cargo test with async-std:
orientdb-client/src/asynchronous/network/conn.rs#L26
unused import: `async_std::io::BufReader`
|
Run cargo test with async-std:
orientdb-client/src/asynchronous/network/stream.rs#L13
unused import: `async_std::io::BufReader`
|
Run cargo test with async-std:
orientdb-client/src/asynchronous/network/stream.rs#L15
unused import: `async_std::sync::Mutex`
|
Run cargo test with async-std:
orientdb-client/src/asynchronous/network/stream.rs#L16
unused import: `async_std::task`
|
Run cargo test with async-std:
orientdb-client/src/common/types/value.rs#L14
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo test with async-std:
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
Run cargo test with async-std:
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
|
Run cargo test with async-std:
orientdb-client/src/common/protocol/v37/deserializer.rs#L165
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
Run cargo test with async-std:
orientdb-client/src/asynchronous/network/conn.rs#L284
unused borrow that must be used
|
Run cargo test with tokio:
orientdb-client/src/sync/protocol/mod.rs#L18
unused import: `crate::common::protocol::messages::request::*`
|
Run cargo test with tokio:
orientdb-client/src/asynchronous/network/stream.rs#L24
unused imports: `AsyncWriteExt` and `BufReader`
|
Run cargo test with tokio:
orientdb-client/src/asynchronous/network/stream.rs#L26
unused import: `tokio::sync::Mutex`
|
Run cargo test with tokio:
orientdb-client/src/asynchronous/network/stream.rs#L27
unused import: `tokio::task`
|
Run cargo test with tokio:
orientdb-client/src/common/types/value.rs#L14
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo test with tokio:
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
Run cargo test with tokio:
orientdb-client/src/common/protocol/v37/deserializer.rs#L157
use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
|
Run cargo test with tokio:
orientdb-client/src/common/protocol/v37/deserializer.rs#L165
use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
|
Run cargo test with tokio:
orientdb-client/src/asynchronous/network/conn.rs#L284
unused borrow that must be used
|
Run cargo test with tokio
`orientdb-client` (lib) generated 9 warnings (run `cargo fix --lib -p orientdb-client` to apply 4 suggestions)
|
Run grcov
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/
|
Install latest nightly
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/
|
Install latest nightly
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/
|
Install latest nightly
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/
|
Install latest nightly
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/
|
Coveralls upload
Unexpected input(s) 'flag-name', valid inputs are ['github-token', 'path-to-lcov', 'parallel', 'parallel-finished', 'coveralls-endpoint', 'base-path']
|
Coveralls upload
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/
|
Loading