-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update submodule python_sdk to version v1.6.1
- Loading branch information
1 parent
17874b4
commit 690f465
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule python_sdk
updated
22 files
+4 −0 | .github/workflows/ci.yml | |
+18 −0 | CHANGELOG.md | |
+1 −1 | infrahub_sdk/analyzer.py | |
+4 −4 | infrahub_sdk/checks.py | |
+26 −16 | infrahub_sdk/client.py | |
+3 −3 | infrahub_sdk/generator.py | |
+2 −2 | infrahub_sdk/node.py | |
+0 −5 | infrahub_sdk/pytest_plugin/items/base.py | |
+33 −0 | infrahub_sdk/repository.py | |
+0 −208 | infrahub_sdk/task_report.py | |
+14 −8 | infrahub_sdk/testing/repository.py | |
+3 −3 | infrahub_sdk/transforms.py | |
+8 −3 | infrahub_sdk/utils.py | |
+88 −44 | poetry.lock | |
+2 −5 | pyproject.toml | |
+0 −0 | tests/fixtures/integration/mock_repo/blank_schema.yml | |
+8 −0 | tests/integration/test_infrahub_client.py | |
+31 −0 | tests/integration/test_repository.py | |
+2 −3 | tests/unit/ctl/test_transform_app.py | |
+10 −0 | tests/unit/sdk/test_client.py | |
+67 −0 | tests/unit/sdk/test_repository.py | |
+3 −0 | tests/unit/sdk/test_utils.py |