orchestrator-core 3.2.0rc1__tar.gz → 3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.bumpversion.cfg +1 -1
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/PKG-INFO +4 -3
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/__init__.py +1 -1
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/processes.py +1 -1
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/workflow.py +13 -1
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/modify_product.j2 +9 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/context_cache.py +7 -0
- orchestrator_core-3.2.2/orchestrator/graphql/extensions/model_cache.py +29 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schema.py +3 -1
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/subscription.py +2 -2
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/get_subscription_product_blocks.py +8 -2
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2025-02-12_bac6be6f2b4f_added_input_state_table.py +1 -1
- orchestrator_core-3.2.2/orchestrator/migrations/versions/schema/2025-04-09_fc5c993a4b4a_add_cascade_constraint_on_processes_.py +44 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/subscriptions.py +6 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/get_subscription_dict.py +7 -3
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/redis.py +1 -1
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflow.py +10 -2
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/pyproject.toml +3 -2
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example1/modify_example1.py +3 -3
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example4/modify_example4.py +2 -2
- orchestrator_core-3.2.2/test/unit_tests/migrations/test_cascade_constraint.py +55 -0
- orchestrator_core-3.2.2/test/unit_tests/workflows/tasks/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.coveragerc +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/dependabot.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/README.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/build-push-container.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/changelog.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/codeql-analysis.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/gh-pages.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/issues.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/publish-package.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/run-codspeed-tests.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/run-linting-tests.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/run-unit-tests.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/scheduled-build.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.gitignore +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.pre-commit-config.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.stignore +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/CHANGELOG.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/Dockerfile +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/LICENSE +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/NOTICE +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/README.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/codecov.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/domainmodels.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/forms-frontend.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/tasks.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/workflow.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/framework.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/img/base-orchestrator-setup.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/img/custom-orchestrator-setup.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/orchestration/img/Custom-orchestrator-ui-using-override.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/orchestration/img/Standard-orchestrator-ui.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/orchestration/orchestrator-ui.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/orchestration/philosophy.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/backfilling.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/context.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/imports.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/introduction.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/ip_static.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/ip_static.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/l2_point_to_point.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/l2_point_to_point.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/l2_vpn.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/l2_vpn.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/modelling.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/node.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/node.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/port.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/port.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/product_block_graph.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/product_block_graph.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/standards.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/terminology.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/tldr.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/contributing/development.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/contributing/guidelines.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/contributing/testing.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/css/custom.css +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/css/style.css +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/css/termynal.css +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/getting-started/base.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/getting-started/docker.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/getting-started/orchestration-ui.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/getting-started/prepare-source-folder.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/getting-started/versions.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/img/WFO-Emblem-White.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/img/favicon.ico +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/index.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/js/custom.js +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/js/termynal.js +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/migration-guide/2.0.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/migration-guide/3.0.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/api.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/app/app.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/app/scaling.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/auth-backend-and-frontend.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/cli.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/database.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/generator.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/instantiating.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/model_attributes.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/overview.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/product_blocks.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/product_types.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/properties.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/pydantic_hooks.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/type_casting.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/union_types.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/domain_models/validation.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/forms.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/graphql.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/python.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/search.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/search_overview.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/serialization.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/tasks.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/tests.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/tldr.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/websockets.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/workflows/callbacks.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/workflows/workflow-lifecycles.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/reference-docs/workflows/workflow-steps.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/bootstrap.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/create-your-own.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/docker-installation.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/domain-models.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/execute-workflows.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/generator.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/l2_point_to_point.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/node-create.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/node-modify.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/node-terminate.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/node-validate.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/overview.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/scenario.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/workflow-basics.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/advanced/workflow-introduction.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/create-user-group.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/create-user.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/database-migration.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/debian.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/docker.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/domain-models.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/explore.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/input-forms.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/macos.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/modify-user-group.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/modify-user.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/register-workflows.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/start-applications.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/terminate-user-group.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/terminate-user.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/workflow-introduction.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/beginner/workshop-overview.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/images/Software-topology.drawio.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/images/clab_topology.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/images/metadata_products.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/images/netbox_devices_active.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/images/subscriptions.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/workshops/images/topology.drawio.png +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/includes/abbreviations.md +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/mkdocs.yml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/nitpick-style.toml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/api.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/health.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/product_blocks.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/resource_types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/subscription_customer_descriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/translations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/user.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/api_v1/endpoints/ws.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/error_handling.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/api/models.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/app.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/database.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/fixed_input_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/product_block_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/product_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/resource_type_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/domain_gen_helpers/types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generate.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/README +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_create_imports.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_create_input_fields.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_create_steps.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_modify_imports.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_modify_input_fields.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_modify_steps.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_terminate_imports.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_terminate_input_fields.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/custom_templates/additional_terminate_steps.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/enums.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/migration.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/product_block.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/translations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/unittest.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/generator/validations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/products/workshop/circuit.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/products/workshop/node.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/products/workshop/user.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/products/workshop/user_group.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/additional_create_imports.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/additional_create_steps.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/additional_modify_imports.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/additional_modify_steps.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/additional_terminate_steps.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/constrained_int_definitions.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/create_data_head.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/create_product.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/enums.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/lazy_workflow_instance.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/list_definitions.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/macros.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/new_product_migration.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/product.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/product_block.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/shared_forms.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/shared_workflows.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/subscription_model_registry.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/terminate_product.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/test_create_workflow.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/test_modify_workflow.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/test_product_type.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/test_terminate_workflow.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/test_validate_workflow.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/generator/templates/validate_product.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/helpers/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/helpers/input_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/helpers/print_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/main.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/migrate_domain_models.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/migrate_tasks.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/migrate_workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/migration_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/cli/scheduler.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/config/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/config/assignee.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/database.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/filters.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/product_block.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/resource_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/search_filters/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/search_filters/inferred_filter.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/filters/workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/listeners.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/loaders.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/models.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/queries/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/queries/subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/queries/subscription_instance.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/range/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/range/range.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/product_block.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/resource_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/sorting.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/db/sorting/workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/devtools/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/devtools/populator.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/devtools/scripts/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/devtools/scripts/migrate_20.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/devtools/scripts/migrate_30.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/devtools/scripts/shared.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/distlock/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/distlock/distlock_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/distlock/managers/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/distlock/managers/memory_distlock_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/distlock/managers/redis_distlock_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/base.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/customer_description.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/lifecycle.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/domain/subscription_instance_transform.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/exception_handlers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/validators/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/validators/customer_contact_list.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/validators/customer_id.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/validators/display_subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/validators/network_type_validators.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/forms/validators/product_id.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/autoregistration.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/extensions/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/extensions/stats.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/loaders/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/loaders/subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/mutations/customer_description.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/mutations/start_process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/pagination.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/customer.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/product_block.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/resource_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/version.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/resolvers/workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/customer.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/customer_description.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/errors.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/fixed_input.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/product_block.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/resource_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/strawberry_pydantic_patch.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/version.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/create_resolver_error_handler.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/get_query_loaders.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/get_selected_fields.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/get_selected_paths.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/is_query_detailed.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/override_class.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/utils/to_graphql_result_page.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/log_config.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/README +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/alembic.ini +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/env.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/script.py.mako +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/templates/alembic.ini.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/templates/env.py.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/templates/helpers.py.j2 +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2020-10-19_3323bcb934e7_fix_tsv_triggers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2020-10-19_a76b9185b334_add_generic_workflows_to_core.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2020-10-19_c112305b07d3_initial_schema_migration.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2021-04-06_3c8b9185c221_add_validate_products_task.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2021-07-01_6896a54e9483_add_product_block_relations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2021-11-17_19cdd3ab86f6_fix_parse_websearch.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2022-02-16_bed6bc0b197a_rename_parent_and_child_block_relations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-03-06_e05bb1967eff_add_subscriptions_search_view.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-05-25_b1970225392d_add_subscription_metadata_workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-06-28_a09ac125ea73_add_throttling_to_refresh_subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-06-28_a09ac125ea73_add_throttling_to_refresh_subscriptions.sql +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-07-17_165303a20fb1_customer_id_to_varchar.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-07-17_165303a20fb1_customer_id_to_varchar.sql +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-09-25_da5c9f4cce1c_add_subscription_metadata_to_fulltext_.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-09-25_da5c9f4cce1c_add_subscription_metadata_to_fulltext_.sql +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2023-12-06_048219045729_add_workflow_id_to_processes_table.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2024-09-27_460ec6748e37_add_uuid_search_workaround.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2024-09-27_460ec6748e37_add_uuid_search_workaround.sql +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2025-01-08_4c5859620539_add_version_column_to_subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2025-01-19_4fjdn13f83ga_add_validate_product_type_task.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2025-03-06_42b3d076a85b_subscription_instance_as_json_function.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/migrations/versions/schema/2025-03-06_42b3d076a85b_subscription_instance_as_json_function.sql +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/py.typed +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schedules/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schedules/resume_workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schedules/scheduling.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schedules/task_vacuum.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schedules/validate_products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schedules/validate_subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/base.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/engine_settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/fixed_input.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/problem_detail.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/product_block.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/resource_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/subscription_descriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/schemas/workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/security.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/celery.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/fixed_inputs.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/input_state.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/process_broadcast_thread.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/processes.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/resource_types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/subscription_relations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/tasks.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/translations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/targets.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/crypt.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/datetime.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/deprecation_logger.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/docs.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/enrich_process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/errors.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/fixed_inputs.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/functional.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/get_updated_properties.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/json.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/redis_client.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/search_query.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/state.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/strings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/validate_data_version.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/version.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/websocket/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/websocket/managers/broadcast_websocket_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/websocket/managers/memory_websocket_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/websocket/websocket_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/modify_note.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/removed_workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/steps.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/tasks/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/tasks/cleanup_tasks_log.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/tasks/resume_workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/tasks/validate_product_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/tasks/validate_products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/translations/en-GB.json +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/workflows/utils.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/setup.cfg +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/setup.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/conftest.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/devtools/populator/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/devtools/populator/test_product_populator.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/main.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/product_blocks/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/product_blocks/test_product_blocks.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/products/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/products/test_product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/workflows/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/fixtures/test_orchestrator/workflows/create_test_product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/acceptance_tests/test_test_product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_caching.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_health.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_models.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_processes.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_processes_ws.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_product_blocks.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_resource_types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_subscription_customer_descriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/api/test_ws.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/conftest.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/alembic.ini +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/main.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/env.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/script.py.mako +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-02-20_59e1199aff7f_create_data_head.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-02-20_85be1c80731c_add_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-02-20_ea9e6c9de75c_add_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-06-07_380a5b0c928c_add_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_blocks/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_blocks/example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_blocks/example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_blocks/example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_blocks/example4sub.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_types/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_types/example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_types/example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/products/product_types/example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/domain/product_types/test_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/domain/product_types/test_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/domain/product_types/test_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_create_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_modify_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_terminate_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_validate_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_create_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_modify_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_terminate_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_validate_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_create_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_modify_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_terminate_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_validate_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/translations/en-GB.json +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example1/create_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example1/shared/forms.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example1/terminate_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example1/validate_example1.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example2/create_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example2/modify_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example2/shared/forms.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example2/terminate_example2.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example4/create_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example4/shared/forms.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/example4/terminate_example4.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate/workflows/shared.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/generate.sh +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/invalid_product_config1.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/invalid_product_config2.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/product_config1.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/product_config2.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/product_config3.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/data/product_config4.yaml +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/generator/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/generator/test_enums.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/test_cli_generate.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/test_config_validation.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/test_generate_code.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/test_migrate_domain_models_with_instances.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/cli/test_migrate_domain_models_without_instances.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/config.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/conftest.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/db/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/db/test_listeners.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_base.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_base_multiple.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_base_performance.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_base_serializable_property.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_base_with_list_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_base_with_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/domain/test_lifecycle.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/processes.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_block_list_nested.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_block_one.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_block_one_nested.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_block_with_list_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_block_with_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_sub_block_one.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_blocks/product_sub_block_two.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_list_nested.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_list_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_list_union_overlap.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_one.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_one_nested.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_sub_list_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_sub_one.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_sub_two.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_sub_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/product_type_union.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/product_types/subscription_relations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/products/resource_types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/fixtures/workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/forms/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/forms/test_customer_contact_list.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/forms/test_customer_id.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/forms/test_display_subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/forms/test_generic_validators.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/conftest.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/extensions/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/extensions/test_stats.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/mutations/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/mutations/test_customer_description.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/mutations/test_start_process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_customer.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_process.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_processes.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_product.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_product_blocks.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_resource_types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_settings.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_sort_and_filter_fields.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_subscription.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_subscription_relations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_version.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/test_workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/fixtures.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/test_autoregistration.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/test_get_query_loaders.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/test_get_selected_paths.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/test_is_query_detailed.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/test_is_querying_page_data.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/graphql/utils/test_override_class.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/helpers.py +0 -0
- {orchestrator_core-3.2.0rc1/test/unit_tests/schedules → orchestrator_core-3.2.2/test/unit_tests/migrations}/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1/test/unit_tests/services → orchestrator_core-3.2.2/test/unit_tests/schedules}/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/schedules/test_scheduling.py +0 -0
- {orchestrator_core-3.2.0rc1/test/unit_tests/utils → orchestrator_core-3.2.2/test/unit_tests/services}/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/services/test_input_state.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/services/test_processes.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/services/test_products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/services/test_subscription_relations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/services/test_subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/services/test_translations.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/test_db.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/test_types.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/test_workflow.py +0 -0
- {orchestrator_core-3.2.0rc1/test/unit_tests/websocket → orchestrator_core-3.2.2/test/unit_tests/utils}/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/get_subscription_dict.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_datetime.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_errors.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_functional.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_get_updated_properties.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_json.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_search_query.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_state.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/utils/test_strings.py +0 -0
- {orchestrator_core-3.2.0rc1/test/unit_tests/workflows/shared → orchestrator_core-3.2.2/test/unit_tests/websocket}/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/websocket/test_broadcast.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/conftest.py +0 -0
- {orchestrator_core-3.2.0rc1/test/unit_tests/workflows/tasks → orchestrator_core-3.2.2/test/unit_tests/workflows/shared}/__init__.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/shared/test_validate_subscriptions.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/tasks/test_clean_up_task_log.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/tasks/test_resume_workflows.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/tasks/test_validate_product_type.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/tasks/test_validate_products.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/test_async_workflow.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/test_config_db_code.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/test_generic_workflow_steps.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/test_lifecycle_status_manager.py +0 -0
- {orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/test/unit_tests/workflows/test_modify_note.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: orchestrator-core
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: This is the orchestrator workflow engine.
|
|
5
5
|
Requires-Python: >=3.11,<3.14
|
|
6
6
|
Classifier: Intended Audience :: Information Technology
|
|
@@ -47,6 +47,7 @@ Requires-Dist: python-rapidjson>=1.18,<1.21
|
|
|
47
47
|
Requires-Dist: pytz==2025.2
|
|
48
48
|
Requires-Dist: redis==5.1.1
|
|
49
49
|
Requires-Dist: schedule==1.1.0
|
|
50
|
+
Requires-Dist: semver==3.0.4
|
|
50
51
|
Requires-Dist: sentry-sdk[fastapi]~=2.25.1
|
|
51
52
|
Requires-Dist: SQLAlchemy==2.0.40
|
|
52
53
|
Requires-Dist: SQLAlchemy-Utils==0.41.2
|
|
@@ -57,8 +58,8 @@ Requires-Dist: nwa-stdlib~=1.9.0
|
|
|
57
58
|
Requires-Dist: oauth2-lib~=2.4.0
|
|
58
59
|
Requires-Dist: tabulate==0.9.0
|
|
59
60
|
Requires-Dist: strawberry-graphql>=0.246.2
|
|
60
|
-
Requires-Dist: pydantic-forms
|
|
61
|
-
Requires-Dist: celery~=5.
|
|
61
|
+
Requires-Dist: pydantic-forms>=1.4.0, <=2.0.0
|
|
62
|
+
Requires-Dist: celery~=5.5.1 ; extra == "celery"
|
|
62
63
|
Requires-Dist: toml ; extra == "dev"
|
|
63
64
|
Requires-Dist: bumpversion ; extra == "dev"
|
|
64
65
|
Requires-Dist: mypy_extensions ; extra == "dev"
|
|
@@ -128,7 +128,7 @@ def delete(process_id: UUID) -> None:
|
|
|
128
128
|
status_code=HTTPStatus.CREATED,
|
|
129
129
|
dependencies=[Depends(check_global_lock, use_cache=False)],
|
|
130
130
|
)
|
|
131
|
-
|
|
131
|
+
def new_process(
|
|
132
132
|
workflow_key: str,
|
|
133
133
|
request: Request,
|
|
134
134
|
json_data: list[dict[str, Any]] | None = Body(...),
|
|
@@ -10,12 +10,13 @@
|
|
|
10
10
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
11
|
# See the License for the specific language governing permissions and
|
|
12
12
|
# limitations under the License.
|
|
13
|
-
|
|
14
13
|
from collections.abc import Callable
|
|
15
14
|
from functools import partial, wraps
|
|
15
|
+
from importlib import metadata
|
|
16
16
|
from pathlib import Path
|
|
17
17
|
from typing import Any
|
|
18
18
|
|
|
19
|
+
import semver
|
|
19
20
|
import structlog
|
|
20
21
|
from jinja2 import Environment
|
|
21
22
|
|
|
@@ -123,7 +124,17 @@ def get_product_workflow_path(config: dict, workflow_type: str) -> Path:
|
|
|
123
124
|
return product_workflow_folder(config) / Path(f"{workflow_type}_{file_name}").with_suffix(".py")
|
|
124
125
|
|
|
125
126
|
|
|
127
|
+
def eval_pydantic_forms_version() -> bool:
|
|
128
|
+
updated_version = semver.Version.parse("2.0.0")
|
|
129
|
+
|
|
130
|
+
installed_version = metadata.version("pydantic-forms")
|
|
131
|
+
installed_semver = semver.Version.parse(installed_version)
|
|
132
|
+
|
|
133
|
+
return installed_semver >= updated_version
|
|
134
|
+
|
|
135
|
+
|
|
126
136
|
def render_template(environment: Environment, config: dict, template: str, workflow: str = "") -> str:
|
|
137
|
+
use_updated_readonly_field = eval_pydantic_forms_version()
|
|
127
138
|
product_block = root_product_block(config)
|
|
128
139
|
types_to_import = get_name_spaced_types_to_import(product_block["fields"])
|
|
129
140
|
fields = get_input_fields(product_block)
|
|
@@ -152,6 +163,7 @@ def render_template(environment: Environment, config: dict, template: str, workf
|
|
|
152
163
|
product_types_module=get_product_types_module(),
|
|
153
164
|
workflows_module=get_workflows_module(),
|
|
154
165
|
workflow_validations=workflow_validations if workflow else [],
|
|
166
|
+
use_updated_readonly_field=use_updated_readonly_field,
|
|
155
167
|
)
|
|
156
168
|
|
|
157
169
|
|
|
@@ -7,7 +7,12 @@ from typing import Annotated
|
|
|
7
7
|
import structlog
|
|
8
8
|
from pydantic import AfterValidator, ConfigDict, model_validator
|
|
9
9
|
from pydantic_forms.types import FormGenerator, State, UUIDstr
|
|
10
|
+
|
|
11
|
+
{%- if use_updated_readonly_field is true %}
|
|
12
|
+
from pydantic_forms.validators import read_only_field
|
|
13
|
+
{%- else %}
|
|
10
14
|
from pydantic_forms.validators import ReadOnlyField
|
|
15
|
+
{%- endif %}
|
|
11
16
|
|
|
12
17
|
from orchestrator.forms import FormPage
|
|
13
18
|
from orchestrator.forms.validators import CustomerId, Divider
|
|
@@ -52,7 +57,11 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
|
|
|
52
57
|
divider_1: Divider
|
|
53
58
|
|
|
54
59
|
{% for field in fields if not field.modifiable is defined -%}
|
|
60
|
+
{% if use_updated_readonly_field is true -%}
|
|
61
|
+
{{ field.name }}: read_only_field({{ product_block.name }}.{{ field.name }})
|
|
62
|
+
{% else -%}
|
|
55
63
|
{{ field.name }}: ReadOnlyField({{ product_block.name }}.{{ field.name }})
|
|
64
|
+
{% endif -%}
|
|
56
65
|
{% endfor -%}
|
|
57
66
|
|
|
58
67
|
{% for field in fields if field.modifiable is defined -%}
|
|
@@ -38,6 +38,13 @@ def cache_subscription_models() -> Iterator:
|
|
|
38
38
|
with cache_subscription_models():
|
|
39
39
|
subscription_dict = subscription.model_dump()
|
|
40
40
|
"""
|
|
41
|
+
if __subscription_model_cache.get() is not None:
|
|
42
|
+
# If it's already active in the current context, we do nothing.
|
|
43
|
+
# This makes the contextmanager reentrant.
|
|
44
|
+
# The outermost contextmanager will eventually reset the context.
|
|
45
|
+
yield
|
|
46
|
+
return
|
|
47
|
+
|
|
41
48
|
before = __subscription_model_cache.set({})
|
|
42
49
|
try:
|
|
43
50
|
yield
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright 2022-2025 SURF.
|
|
2
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
# you may not use this file except in compliance with the License.
|
|
4
|
+
# You may obtain a copy of the License at
|
|
5
|
+
#
|
|
6
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
#
|
|
8
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
# See the License for the specific language governing permissions and
|
|
12
|
+
# limitations under the License.
|
|
13
|
+
from collections.abc import Iterator
|
|
14
|
+
|
|
15
|
+
from strawberry.extensions import SchemaExtension
|
|
16
|
+
|
|
17
|
+
from orchestrator.domain.context_cache import cache_subscription_models
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class ModelCacheExtension(SchemaExtension):
|
|
21
|
+
"""Wraps the GraphQL operation in a cache_subscription_models context.
|
|
22
|
+
|
|
23
|
+
For more background, please refer to the documentation of the contextmanager.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
def on_operation(self, *args, **kwargs) -> Iterator[None]: # type: ignore
|
|
27
|
+
|
|
28
|
+
with cache_subscription_models():
|
|
29
|
+
yield
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright 2022-
|
|
1
|
+
# Copyright 2022-2025 SURF, GÉANT.
|
|
2
2
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
3
|
# you may not use this file except in compliance with the License.
|
|
4
4
|
# You may obtain a copy of the License at
|
|
@@ -32,6 +32,7 @@ from oauth2_lib.fastapi import AuthManager
|
|
|
32
32
|
from oauth2_lib.strawberry import authenticated_field
|
|
33
33
|
from orchestrator.domain.base import SubscriptionModel
|
|
34
34
|
from orchestrator.graphql.autoregistration import create_subscription_strawberry_type, register_domain_models
|
|
35
|
+
from orchestrator.graphql.extensions.model_cache import ModelCacheExtension
|
|
35
36
|
from orchestrator.graphql.extensions.stats import StatsExtension
|
|
36
37
|
from orchestrator.graphql.mutations.customer_description import CustomerSubscriptionDescriptionMutation
|
|
37
38
|
from orchestrator.graphql.mutations.start_process import ProcessMutation
|
|
@@ -160,6 +161,7 @@ def default_context_getter(
|
|
|
160
161
|
|
|
161
162
|
|
|
162
163
|
def get_extensions(mutation: Any, query: Any) -> Iterable[type[SchemaExtension]]:
|
|
164
|
+
yield ModelCacheExtension
|
|
163
165
|
yield ErrorHandlerExtension
|
|
164
166
|
if app_settings.ENABLE_GRAPHQL_DEPRECATION_CHECKER:
|
|
165
167
|
yield make_deprecation_checker_extension(query=query, mutation=mutation)
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/graphql/schemas/subscription.py
RENAMED
|
@@ -101,9 +101,9 @@ class SubscriptionInterface:
|
|
|
101
101
|
|
|
102
102
|
@strawberry.field(description="Return all products block instances of a subscription") # type: ignore
|
|
103
103
|
async def product_block_instances(
|
|
104
|
-
self, tags: list[str] | None = None, resource_types: list[str] | None = None
|
|
104
|
+
self, info: OrchestratorInfo, tags: list[str] | None = None, resource_types: list[str] | None = None
|
|
105
105
|
) -> list[ProductBlockInstance]:
|
|
106
|
-
return await get_subscription_product_blocks(self.subscription_id, tags, resource_types)
|
|
106
|
+
return await get_subscription_product_blocks(info, self.subscription_id, tags, resource_types)
|
|
107
107
|
|
|
108
108
|
@strawberry.field(description="Return fixed inputs") # type: ignore
|
|
109
109
|
async def fixed_inputs(self) -> strawberry.scalars.JSON:
|
|
@@ -21,6 +21,8 @@ from pydantic.alias_generators import to_camel as to_lower_camel
|
|
|
21
21
|
from strawberry.scalars import JSON
|
|
22
22
|
|
|
23
23
|
from orchestrator.graphql.schemas.product_block import owner_subscription_resolver
|
|
24
|
+
from orchestrator.graphql.types import OrchestratorInfo
|
|
25
|
+
from orchestrator.graphql.utils.get_selected_paths import get_selected_paths
|
|
24
26
|
from orchestrator.utils.get_subscription_dict import get_subscription_dict
|
|
25
27
|
|
|
26
28
|
if TYPE_CHECKING:
|
|
@@ -81,9 +83,13 @@ pb_instance_property_keys = (
|
|
|
81
83
|
|
|
82
84
|
|
|
83
85
|
async def get_subscription_product_blocks(
|
|
84
|
-
|
|
86
|
+
info: OrchestratorInfo,
|
|
87
|
+
subscription_id: UUID,
|
|
88
|
+
tags: list[str] | None = None,
|
|
89
|
+
product_block_instance_values: list[str] | None = None,
|
|
85
90
|
) -> list[ProductBlockInstance]:
|
|
86
|
-
|
|
91
|
+
inject_inuseby = "in_use_by_relations" in get_selected_paths(info)
|
|
92
|
+
subscription, _ = await get_subscription_dict(subscription_id, inject_inuseby=inject_inuseby)
|
|
87
93
|
|
|
88
94
|
def to_product_block(product_block: dict[str, Any]) -> ProductBlockInstance:
|
|
89
95
|
def is_resource_type(candidate: Any) -> bool:
|
|
@@ -52,5 +52,5 @@ def upgrade() -> None:
|
|
|
52
52
|
def downgrade() -> None:
|
|
53
53
|
# ### commands auto generated by Alembic - please adjust! ###
|
|
54
54
|
op.drop_index(op.f("ix_input_state_input_state_id"), table_name="input_states")
|
|
55
|
-
op.drop_table("
|
|
55
|
+
op.drop_table("input_states")
|
|
56
56
|
# ### end Alembic commands ###
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"""add cascade constraint on processes input state.
|
|
2
|
+
|
|
3
|
+
Revision ID: fc5c993a4b4a
|
|
4
|
+
Revises: 42b3d076a85b
|
|
5
|
+
Create Date: 2025-04-09 18:27:31.922214
|
|
6
|
+
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
from alembic import op
|
|
10
|
+
|
|
11
|
+
# revision identifiers, used by Alembic.
|
|
12
|
+
revision = "fc5c993a4b4a"
|
|
13
|
+
down_revision = "42b3d076a85b"
|
|
14
|
+
branch_labels = None
|
|
15
|
+
depends_on = None
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def upgrade() -> None:
|
|
19
|
+
# Drop the existing foreign key constraint
|
|
20
|
+
op.drop_constraint("input_states_pid_fkey", "input_states", type_="foreignkey")
|
|
21
|
+
|
|
22
|
+
# Add a new foreign key constraint with cascade delete
|
|
23
|
+
op.create_foreign_key(
|
|
24
|
+
"input_states_pid_fkey",
|
|
25
|
+
"input_states",
|
|
26
|
+
"processes",
|
|
27
|
+
["pid"],
|
|
28
|
+
["pid"],
|
|
29
|
+
ondelete="CASCADE",
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def downgrade() -> None:
|
|
34
|
+
# Drop the cascade foreign key constraint
|
|
35
|
+
op.drop_constraint("input_states_pid_fkey", "input_states", type_="foreignkey")
|
|
36
|
+
|
|
37
|
+
# Recreate the original foreign key constraint without cascade
|
|
38
|
+
op.create_foreign_key(
|
|
39
|
+
"input_states_pid_fkey",
|
|
40
|
+
"input_states",
|
|
41
|
+
"processes",
|
|
42
|
+
["pid"],
|
|
43
|
+
["pid"],
|
|
44
|
+
)
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/services/subscriptions.py
RENAMED
|
@@ -597,6 +597,12 @@ def convert_to_in_use_by_relation(obj: Any) -> dict[str, str]:
|
|
|
597
597
|
return {"subscription_instance_id": str(obj.subscription_instance_id), "subscription_id": str(obj.subscription_id)}
|
|
598
598
|
|
|
599
599
|
|
|
600
|
+
def build_domain_model(subscription_model: SubscriptionModel) -> dict:
|
|
601
|
+
"""Create a subscription dict from the SubscriptionModel."""
|
|
602
|
+
with cache_subscription_models():
|
|
603
|
+
return subscription_model.model_dump()
|
|
604
|
+
|
|
605
|
+
|
|
600
606
|
def build_extended_domain_model(subscription_model: SubscriptionModel) -> dict:
|
|
601
607
|
"""Create a subscription dict from the SubscriptionModel with additional keys."""
|
|
602
608
|
from orchestrator.settings import app_settings
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/orchestrator/utils/get_subscription_dict.py
RENAMED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
from uuid import UUID
|
|
2
2
|
|
|
3
3
|
from orchestrator.domain.base import SubscriptionModel
|
|
4
|
-
from orchestrator.services.subscriptions import _generate_etag, build_extended_domain_model
|
|
4
|
+
from orchestrator.services.subscriptions import _generate_etag, build_domain_model, build_extended_domain_model
|
|
5
5
|
from orchestrator.utils.redis import from_redis
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
async def get_subscription_dict(subscription_id: UUID) -> tuple[dict, str]:
|
|
8
|
+
async def get_subscription_dict(subscription_id: UUID, inject_inuseby: bool = True) -> tuple[dict, str]:
|
|
9
9
|
"""Helper function to get subscription dict by uuid from db or cache."""
|
|
10
10
|
|
|
11
11
|
if cached_model := from_redis(subscription_id):
|
|
12
12
|
return cached_model # type: ignore
|
|
13
13
|
|
|
14
14
|
subscription_model = SubscriptionModel.from_subscription(subscription_id)
|
|
15
|
-
|
|
15
|
+
|
|
16
|
+
if not inject_inuseby:
|
|
17
|
+
subscription = build_domain_model(subscription_model)
|
|
18
|
+
else:
|
|
19
|
+
subscription = build_extended_domain_model(subscription_model)
|
|
16
20
|
etag = _generate_etag(subscription)
|
|
17
21
|
return subscription, etag
|
|
@@ -58,7 +58,7 @@ def from_redis(subscription_id: UUID) -> tuple[PY_JSON_TYPES, str] | None:
|
|
|
58
58
|
|
|
59
59
|
if app_settings.ENABLE_SUBSCRIPTION_MODEL_OPTIMIZATIONS:
|
|
60
60
|
# TODO #900 remove toggle and remove usage of this function in get_subscription_dict
|
|
61
|
-
log.
|
|
61
|
+
log.info("Using SubscriptionModel optimization, not loading subscription from redis cache")
|
|
62
62
|
return None
|
|
63
63
|
|
|
64
64
|
if caching_models_enabled():
|
|
@@ -223,7 +223,11 @@ def step(name: str) -> Callable[[StepFunc], Step]:
|
|
|
223
223
|
def decorator(func: StepFunc) -> Step:
|
|
224
224
|
@functools.wraps(func)
|
|
225
225
|
def wrapper(state: State) -> Process:
|
|
226
|
-
with bound_contextvars(
|
|
226
|
+
with bound_contextvars(
|
|
227
|
+
func=func.__qualname__,
|
|
228
|
+
workflow_name=state.get("workflow_name"),
|
|
229
|
+
process_id=state.get("process_id"),
|
|
230
|
+
):
|
|
227
231
|
step_in_inject_args = inject_args(func)
|
|
228
232
|
try:
|
|
229
233
|
with transactional(db, logger):
|
|
@@ -248,7 +252,11 @@ def retrystep(name: str) -> Callable[[StepFunc], Step]:
|
|
|
248
252
|
def decorator(func: StepFunc) -> Step:
|
|
249
253
|
@functools.wraps(func)
|
|
250
254
|
def wrapper(state: State) -> Process:
|
|
251
|
-
with bound_contextvars(
|
|
255
|
+
with bound_contextvars(
|
|
256
|
+
func=func.__qualname__,
|
|
257
|
+
workflow_name=state.get("workflow_name"),
|
|
258
|
+
process_id=state.get("process_id"),
|
|
259
|
+
):
|
|
252
260
|
step_in_inject_args = inject_args(func)
|
|
253
261
|
try:
|
|
254
262
|
with transactional(db, logger):
|
|
@@ -55,6 +55,7 @@ dependencies = [
|
|
|
55
55
|
"pytz==2025.2",
|
|
56
56
|
"redis==5.1.1",
|
|
57
57
|
"schedule==1.1.0",
|
|
58
|
+
"semver==3.0.4",
|
|
58
59
|
"sentry-sdk[fastapi]~=2.25.1",
|
|
59
60
|
"SQLAlchemy==2.0.40",
|
|
60
61
|
"SQLAlchemy-Utils==0.41.2",
|
|
@@ -65,7 +66,7 @@ dependencies = [
|
|
|
65
66
|
"oauth2-lib~=2.4.0",
|
|
66
67
|
"tabulate==0.9.0",
|
|
67
68
|
"strawberry-graphql>=0.246.2",
|
|
68
|
-
"pydantic-forms
|
|
69
|
+
"pydantic-forms>=1.4.0, <=2.0.0",
|
|
69
70
|
]
|
|
70
71
|
|
|
71
72
|
description-file = "README.md"
|
|
@@ -77,7 +78,7 @@ Source = "https://github.com/workfloworchestrator/orchestrator-core"
|
|
|
77
78
|
|
|
78
79
|
[project.optional-dependencies]
|
|
79
80
|
celery = [
|
|
80
|
-
"celery~=5.
|
|
81
|
+
"celery~=5.5.1"
|
|
81
82
|
]
|
|
82
83
|
|
|
83
84
|
test = [
|
|
@@ -10,7 +10,7 @@ from orchestrator.workflows.steps import set_status
|
|
|
10
10
|
from orchestrator.workflows.utils import modify_workflow
|
|
11
11
|
from pydantic import AfterValidator
|
|
12
12
|
from pydantic_forms.types import FormGenerator, State, UUIDstr
|
|
13
|
-
from pydantic_forms.validators import
|
|
13
|
+
from pydantic_forms.validators import read_only_field
|
|
14
14
|
|
|
15
15
|
from products.product_blocks.example1 import ExampleStrEnum1
|
|
16
16
|
from products.product_types.example1 import Example1, Example1Provisioning
|
|
@@ -41,8 +41,8 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
|
|
|
41
41
|
|
|
42
42
|
divider_1: Divider
|
|
43
43
|
|
|
44
|
-
unmodifiable_str:
|
|
45
|
-
annotated_int:
|
|
44
|
+
unmodifiable_str: read_only_field(example1.unmodifiable_str)
|
|
45
|
+
annotated_int: read_only_field(example1.annotated_int)
|
|
46
46
|
example_str_enum_1: validated_example_str_enum_1 = example1.example_str_enum_1
|
|
47
47
|
modifiable_boolean: bool = example1.modifiable_boolean
|
|
48
48
|
always_optional_str: str | None = example1.always_optional_str
|
|
@@ -7,7 +7,7 @@ from orchestrator.workflow import StepList, begin, step
|
|
|
7
7
|
from orchestrator.workflows.steps import set_status
|
|
8
8
|
from orchestrator.workflows.utils import modify_workflow
|
|
9
9
|
from pydantic_forms.types import FormGenerator, State, UUIDstr
|
|
10
|
-
from pydantic_forms.validators import
|
|
10
|
+
from pydantic_forms.validators import read_only_field
|
|
11
11
|
|
|
12
12
|
from products.product_types.example4 import Example4, Example4Provisioning
|
|
13
13
|
|
|
@@ -33,7 +33,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
|
|
|
33
33
|
|
|
34
34
|
divider_1: Divider
|
|
35
35
|
|
|
36
|
-
num_val:
|
|
36
|
+
num_val: read_only_field(example4.num_val)
|
|
37
37
|
|
|
38
38
|
user_input = yield ModifyExample4Form
|
|
39
39
|
user_input_dict = user_input.dict()
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Copyright 2019-2025 GÉANT, SURF, ESnet
|
|
2
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
# you may not use this file except in compliance with the License.
|
|
4
|
+
# You may obtain a copy of the License at
|
|
5
|
+
#
|
|
6
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
#
|
|
8
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
# See the License for the specific language governing permissions and
|
|
12
|
+
# limitations under the License.
|
|
13
|
+
import pytest
|
|
14
|
+
|
|
15
|
+
from orchestrator.db import db
|
|
16
|
+
from orchestrator.db.models import InputStateTable, ProcessTable
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
@pytest.fixture
|
|
20
|
+
def create_input_state():
|
|
21
|
+
"""Fixture to create an input state."""
|
|
22
|
+
|
|
23
|
+
def _create_input_state(process_id, input_state, input_type, **kwargs):
|
|
24
|
+
input_state_entry = InputStateTable(
|
|
25
|
+
process_id=process_id, input_state=input_state, input_type=input_type, **kwargs
|
|
26
|
+
)
|
|
27
|
+
db.session.add(input_state_entry)
|
|
28
|
+
db.session.commit()
|
|
29
|
+
return input_state_entry
|
|
30
|
+
|
|
31
|
+
return _create_input_state
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def test_cascade_delete(mocked_processes, test_client, create_input_state):
|
|
35
|
+
# Create a process and related input state
|
|
36
|
+
processes = test_client.get("/api/processes").json()
|
|
37
|
+
# Create an input state for the first process
|
|
38
|
+
create_input_state(
|
|
39
|
+
process_id=processes[0]["process_id"],
|
|
40
|
+
input_state={"key": "value"},
|
|
41
|
+
input_type="initial_state",
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
# Verify both records exist
|
|
45
|
+
assert db.session.query(ProcessTable).count() == 9
|
|
46
|
+
assert db.session.query(InputStateTable).count() == 1
|
|
47
|
+
|
|
48
|
+
# Delete one of the process so that the input state is deleted as well
|
|
49
|
+
process = db.session.query(ProcessTable).filter_by(process_id=processes[0]["process_id"]).one()
|
|
50
|
+
db.session.delete(process)
|
|
51
|
+
db.session.commit()
|
|
52
|
+
|
|
53
|
+
# Verify cascade delete
|
|
54
|
+
assert db.session.query(ProcessTable).count() == 8
|
|
55
|
+
assert db.session.query(InputStateTable).count() == 0
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/ISSUE_TEMPLATE/bug-report.yml
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/ISSUE_TEMPLATE/feature-request.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/build-push-container.yml
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/codeql-analysis.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/publish-package.yml
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/run-codspeed-tests.yml
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/run-linting-tests.yml
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/.github/workflows/scheduled-build.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/domainmodels.md
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/tasks.md
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/application/workflow.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/orchestration/philosophy.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/l2_vpn.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/node.md
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/node.png
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/port.md
RENAMED
|
File without changes
|
{orchestrator_core-3.2.0rc1 → orchestrator_core-3.2.2}/docs/architecture/product_modelling/port.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|