feat(api): Add key/value store with namespace emulation #2174
Annotations
4 errors and 9 warnings
api/db.py#L13
Unable to import 'kernelci.api.models'
|
api/main.py#L35
Unable to import 'kernelci.api.models'
|
api/main.py#L764
Instance of 'Database' has no 'delete_kv' member
|
api/main.py#L782
Instance of 'Database' has no 'delete_kv' member
|
api/db.py#L65
Missing function or method docstring
|
api/db.py#L69
Missing function or method docstring
|
api/db.py#L73
Missing function or method docstring
|
api/db.py#L77
Missing function or method docstring
|
api/db.py#L15
third party import "from redis import asyncio as aioredis" should be placed before "from .models import User, UserGroup"
|
api/main.py#L1
Too many lines in module (1004/1000)
|
api/main.py#L779
block comment should start with '# '
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading