Skip to content

Refactor user-facing API models #1750

Refactor user-facing API models

Refactor user-facing API models #1750

Triggered via pull request January 5, 2024 14:57
Status Failure
Total duration 1m 10s
Artifacts

main.yml

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

Annotations

6 errors and 11 warnings
check (3.10)
Process completed with exit code 1.
Lint: api/db.py#L13
Unable to import 'kernelci.api.models'
Lint: api/main.py#L32
Unable to import 'kernelci.api.models'
Lint: api/models.py#L31
Unable to import 'kernelci.api.models_base'
Lint: tests/e2e_tests/test_user_creation.py#L11
Unable to import 'e2e_tests.conftest'
Lint: tests/unit_tests/test_node_handler.py#L16
Unable to import 'kernelci.api.models'
check (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
No module named api/paginator_models.py
Lint
No module named api/user_models.py
Lint
No module named migrations/20221014061654_set_timeout.py
Lint: api/admin.py#L23
Argument name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L47
Missing function or method docstring
Lint: api/admin.py#L47
Redefining name 'args' from outer scope (line 64)
Lint: api/admin.py#L48
Variable name "db" doesn't conform to snake_case naming style
Lint: api/main.py#L32
third party import "from kernelci.api.models import Node, Hierarchy, Regression, PublishEvent, get_model_from_kind" should be placed before "from .auth import Authentication"
Lint: api/models.py#L14
Unused BaseSettings imported from pydantic
Lint: api/models.py#L14
Unused EmailStr imported from pydantic