fix(db): Do not allow creating objects with wrong parent #2098
Annotations
5 errors and 14 warnings
Lint:
api/db.py#L13
Unable to import 'kernelci.api.models'
|
Lint:
api/main.py#L33
Unable to import 'kernelci.api.models'
|
Lint:
api/models.py#L31
Unable to import 'kernelci.api.models_base'
|
Lint:
tests/e2e_tests/conftest.py#L14
Unable to import 'kernelci.api.models'
|
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/
|
check (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check (3.11)
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/
|
check (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
No module named api/client.py
|
Lint
No module named api/paginator_models.py
|
Lint
No module named migrations/20221014061654_set_timeout.py
|
Lint
No module named tests/e2e_tests/test_user_group_creation.py
|
Lint:
api/admin.py#L23
Argument name "db" doesn't conform to snake_case naming style
|
Lint:
api/admin.py#L49
Redefining name 'args' from outer scope (line 67)
|
Lint:
api/admin.py#L49
Missing function or method docstring
|
Lint:
api/admin.py#L50
Variable name "db" doesn't conform to snake_case naming style
|
Lint:
api/email_sender.py#L18
Too few public methods (1/2)
|
Lint:
migrations/20231102101356_user.py#L1
Module name "20231102101356_user" doesn't conform to snake_case naming style
|