refactor: moved destiny stuff into data_registry #943
build-linux.yaml
on: push
Matrix: pytest on linux
Matrix: mypy check on linux
linting-linux
13s
lint commit message
36s
test coverage
7s
conda package build (and upload if release)
0s
merge current tag to main branch
0s
publish python package
0s
Annotations
15 errors and 11 warnings
Ruff (F821):
src/kiara/context/config.py#L258
src/kiara/context/config.py:258:18: F821 Undefined name `KiaraTypesRuntimeEnvironment`
|
Ruff (F821):
src/kiara/context/config.py#L266
src/kiara/context/config.py:266:15: F821 Undefined name `BaseArchive`
|
Ruff (F821):
src/kiara/interfaces/cli/data/commands.py#L536
src/kiara/interfaces/cli/data/commands.py:536:9: F821 Undefined name `dbg`
|
Ruff (S608):
src/kiara/registries/__init__.py#L325
src/kiara/registries/__init__.py:325:19: S608 Possible SQL injection vector through string-based query construction
|
Ruff (F821):
src/kiara/registries/data/__init__.py#L139
src/kiara/registries/data/__init__.py:139:28: F821 Undefined name `load_existing_archives`
|
Ruff (T201):
src/kiara/registries/data/__init__.py#L145
src/kiara/registries/data/__init__.py:145:25: T201 `print` found
|
Ruff (PIE790):
src/kiara/registries/data/data_store/__init__.py#L95
src/kiara/registries/data/data_store/__init__.py:95:9: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
src/kiara/registries/data/data_store/__init__.py#L142
src/kiara/registries/data/data_store/__init__.py:142:9: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
src/kiara/registries/data/data_store/__init__.py#L201
src/kiara/registries/data/data_store/__init__.py:201:9: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
src/kiara/registries/data/data_store/__init__.py#L252
src/kiara/registries/data/data_store/__init__.py:252:9: PIE790 Unnecessary `pass` statement
|
mypy check on linux (3.8)
Process completed with exit code 2.
|
mypy check on linux (3.11)
Process completed with exit code 2.
|
mypy check on linux (3.10)
Process completed with exit code 2.
|
mypy check on linux (3.9)
The operation was canceled.
|
mypy check on linux (3.12)
The operation was canceled.
|
lint commit message
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 commit message
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/
|
mypy check on linux (3.8)
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/
|
mypy check on linux (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/
|
mypy check on linux (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/
|
mypy check on linux (3.9)
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/
|
mypy check on linux (3.12)
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/
|
pytest on linux (3.8)
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/
|
pytest on linux (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/
|
pytest on linux (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/
|
pytest on linux (3.9)
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/
|