feat(ee): implement user authentication api #8
Annotations
1 error and 15 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
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/
|
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/
|
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/
|
crates/llama-cpp-bindings/src/llama.rs#L83
value assigned to `stopped` is never read
|
|
|
ee/tabby-webserver/src/repositories.rs#L8
unused import: `handler::Handler`
|
ee/tabby-webserver/src/authentication.rs#L254
associated function `with_errors` is never used
|
ee/tabby-webserver/src/db.rs#L90
fields `is_active`, `created_at`, and `updated_at` are never read
|
ee/tabby-webserver/src/api.rs#L43
this function has too many arguments (11/7)
|
ee/tabby-webserver/src/api.rs#L43
this function has too many arguments (11/7)
|
ee/tabby-webserver/src/authentication.rs#L331
redundant pattern matching, consider using `is_some()`
|
ee/tabby-webserver/src/authentication.rs#L339
redundant pattern matching, consider using `is_some()`
|
The logs for this run have expired and are no longer available.
Loading