Merge branch 'grpc' into dev #56
build-and-test-push.yaml
on: push
Build and test on Ubuntu
1m 33s
Annotations
10 errors and 10 warnings
Build and test on Ubuntu:
src/persistence.rs#L6
file not found for module `app_logs`
|
Build and test on Ubuntu:
src/persistence.rs#L7
file not found for module `notification_logs`
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L15
the name `Deserialize` is defined multiple times
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L15
the name `Serialize` is defined multiple times
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L13
`derive` may only be applied to `struct`s, `enum`s and `union`s
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L14
the name `get_default_sql_connection` is defined multiple times
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L14
the name `SQLConnection` is defined multiple times
|
Build and test on Ubuntu:
src/grpc/grpc_service.rs#L9
unresolved imports `crate::persistence::app_logs::insert_app_log`, `crate::persistence::app_logs::AppLog`, `crate::persistence::app_logs::LogLevel`, `crate::persistence::notification_logs::NotificationType`
|
Build and test on Ubuntu:
src/persistence.rs#L83
cannot find function `create_notification_logs_table` in module `notification_logs`
|
Build and test on Ubuntu:
src/persistence.rs#L84
cannot find function `create_app_logs_table` in module `app_logs`
|
Build and test on Ubuntu
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/
|
Build and test on Ubuntu
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/
|
Build and test on Ubuntu
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/
|
Build and test on Ubuntu
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/
|
Build and test on Ubuntu:
src/api/logs/get_app_logs.rs#L9
unused import: `AppLogRecord`
|
Build and test on Ubuntu:
src/main.rs#L12
unused import: `warn`
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L7
unused import: `chrono::format::format`
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L9
unused import: `Execute`
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L11
unused import: `strum_macros::EnumIter`
|
Build and test on Ubuntu:
src/logs/persistence/app_logs.rs#L14
unused imports: `SQLConnection`, `get_default_sql_connection`
|