orchestrator-core 3.1.0rc1__tar.gz → 3.1.1__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.1.0rc1 → orchestrator_core-3.1.1}/.bumpversion.cfg +1 -1
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/run-codspeed-tests.yml +1 -1
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/PKG-INFO +6 -6
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/__init__.py +1 -1
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/pyproject.toml +5 -5
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_subscriptions.py +14 -6
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/conftest.py +32 -8
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/test_base_performance.py +42 -7
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/forms/test_display_subscription.py +1 -5
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_subscription.py +18 -6
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_subscriptions.py +17 -5
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.coveragerc +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/dependabot.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/README.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/build-push-container.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/changelog.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/codeql-analysis.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/gh-pages.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/issues.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/publish-package.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/run-linting-tests.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/run-unit-tests.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/scheduled-build.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.gitignore +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.pre-commit-config.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.stignore +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/CHANGELOG.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/Dockerfile +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/LICENSE +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/NOTICE +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/README.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/codecov.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/application/domainmodels.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/application/forms-frontend.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/application/tasks.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/application/workflow.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/framework.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/img/base-orchestrator-setup.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/img/custom-orchestrator-setup.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/orchestration/img/Custom-orchestrator-ui-using-override.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/orchestration/img/Standard-orchestrator-ui.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/orchestration/orchestrator-ui.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/orchestration/philosophy.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/backfilling.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/context.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/imports.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/introduction.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/ip_static.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/ip_static.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/l2_point_to_point.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/l2_point_to_point.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/l2_vpn.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/l2_vpn.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/modelling.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/node.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/node.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/port.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/port.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/product_block_graph.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/product_block_graph.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/standards.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/terminology.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/tldr.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/contributing/development.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/contributing/guidelines.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/contributing/testing.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/css/custom.css +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/css/style.css +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/css/termynal.css +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/base.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/docker.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/orchestration-ui.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/prepare-source-folder.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/versions.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/img/WFO-Emblem-White.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/img/favicon.ico +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/index.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/js/custom.js +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/js/termynal.js +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/migration-guide/2.0.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/migration-guide/3.0.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/api.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/app/app.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/app/scaling.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/auth-backend-and-frontend.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/cli.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/database.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/generator.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/instantiating.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/model_attributes.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/overview.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/product_blocks.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/product_types.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/properties.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/pydantic_hooks.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/type_casting.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/union_types.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/domain_models/validation.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/forms.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/graphql.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/python.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/search.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/search_overview.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/serialization.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/tasks.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/tests.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/tldr.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/websockets.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/workflows/callbacks.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/workflows/workflow-lifecycles.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/reference-docs/workflows/workflow-steps.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/bootstrap.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/create-your-own.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/docker-installation.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/domain-models.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/execute-workflows.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/generator.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/l2_point_to_point.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/node-create.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/node-modify.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/node-terminate.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/node-validate.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/overview.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/scenario.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/workflow-basics.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/advanced/workflow-introduction.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/create-user-group.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/create-user.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/database-migration.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/debian.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/docker.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/domain-models.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/explore.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/input-forms.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/macos.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/modify-user-group.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/modify-user.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/register-workflows.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/start-applications.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/terminate-user-group.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/terminate-user.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/workflow-introduction.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/beginner/workshop-overview.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/images/Software-topology.drawio.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/images/clab_topology.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/images/metadata_products.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/images/netbox_devices_active.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/images/subscriptions.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/workshops/images/topology.drawio.png +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/includes/abbreviations.md +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/mkdocs.yml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/nitpick-style.toml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/api.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/health.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/processes.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/product_blocks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/resource_types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/subscription_customer_descriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/translations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/user.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/api_v1/endpoints/ws.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/error_handling.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/api/models.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/app.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/database.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/fixed_input_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/product_block_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/product_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/resource_type_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/domain_gen_helpers/types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generate.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/README +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_create_imports.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_create_input_fields.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_create_steps.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_modify_imports.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_modify_input_fields.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_modify_steps.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_terminate_imports.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_terminate_input_fields.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/custom_templates/additional_terminate_steps.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/enums.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/migration.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/product_block.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/translations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/unittest.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/validations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/generator/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/products/workshop/circuit.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/products/workshop/node.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/products/workshop/user.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/products/workshop/user_group.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/additional_create_imports.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/additional_create_steps.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/additional_modify_imports.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/additional_modify_steps.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/additional_terminate_steps.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/constrained_int_definitions.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/create_data_head.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/create_product.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/enums.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/lazy_workflow_instance.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/list_definitions.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/macros.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/modify_product.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/new_product_migration.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/product.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/product_block.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/shared_forms.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/shared_workflows.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/subscription_model_registry.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/terminate_product.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/test_create_workflow.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/test_modify_workflow.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/test_product_type.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/test_terminate_workflow.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/test_validate_workflow.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/generator/templates/validate_product.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/helpers/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/helpers/input_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/helpers/print_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/main.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/migrate_domain_models.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/migrate_tasks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/migrate_workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/migration_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/cli/scheduler.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/config/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/config/assignee.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/database.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/filters.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/product_block.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/resource_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/search_filters/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/search_filters/inferred_filter.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/filters/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/listeners.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/loaders.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/models.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/range/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/range/range.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/product_block.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/resource_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/sorting.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/db/sorting/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/devtools/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/devtools/populator.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/devtools/scripts/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/devtools/scripts/migrate_20.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/devtools/scripts/migrate_30.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/devtools/scripts/shared.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/distlock/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/distlock/distlock_manager.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/distlock/managers/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/distlock/managers/memory_distlock_manager.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/distlock/managers/redis_distlock_manager.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/domain/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/domain/base.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/domain/customer_description.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/domain/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/domain/lifecycle.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/exception_handlers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/validators/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/validators/customer_contact_list.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/validators/customer_id.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/validators/display_subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/validators/network_type_validators.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/forms/validators/product_id.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/autoregistration.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/extensions/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/extensions/stats.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/loaders/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/loaders/subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/mutations/customer_description.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/mutations/start_process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/pagination.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/customer.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/product_block.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/resource_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/version.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/resolvers/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schema.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/customer.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/customer_description.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/errors.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/fixed_input.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/product_block.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/resource_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/strawberry_pydantic_patch.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/version.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/schemas/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/create_resolver_error_handler.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/get_query_loaders.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/get_selected_fields.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/get_selected_paths.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/get_subscription_product_blocks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/is_query_detailed.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/override_class.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/graphql/utils/to_graphql_result_page.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/log_config.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/README +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/alembic.ini +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/env.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/script.py.mako +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/templates/alembic.ini.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/templates/env.py.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/templates/helpers.py.j2 +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2020-10-19_3323bcb934e7_fix_tsv_triggers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2020-10-19_a76b9185b334_add_generic_workflows_to_core.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2020-10-19_c112305b07d3_initial_schema_migration.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2021-04-06_3c8b9185c221_add_validate_products_task.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2021-07-01_6896a54e9483_add_product_block_relations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2021-11-17_19cdd3ab86f6_fix_parse_websearch.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2022-02-16_bed6bc0b197a_rename_parent_and_child_block_relations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-03-06_e05bb1967eff_add_subscriptions_search_view.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-05-25_b1970225392d_add_subscription_metadata_workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-06-28_a09ac125ea73_add_throttling_to_refresh_subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-06-28_a09ac125ea73_add_throttling_to_refresh_subscriptions.sql +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-07-17_165303a20fb1_customer_id_to_varchar.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-07-17_165303a20fb1_customer_id_to_varchar.sql +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-09-25_da5c9f4cce1c_add_subscription_metadata_to_fulltext_.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-09-25_da5c9f4cce1c_add_subscription_metadata_to_fulltext_.sql +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2023-12-06_048219045729_add_workflow_id_to_processes_table.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2024-09-27_460ec6748e37_add_uuid_search_workaround.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2024-09-27_460ec6748e37_add_uuid_search_workaround.sql +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2025-01-08_4c5859620539_add_version_column_to_subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2025-02-12_bac6be6f2b4f_added_input_state_table.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/migrations/versions/schema/2025-10-19_4fjdn13f83ga_add_validate_product_type_task.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/py.typed +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schedules/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schedules/resume_workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schedules/scheduling.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schedules/task_vacuum.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schedules/validate_products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schedules/validate_subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/base.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/engine_settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/fixed_input.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/problem_detail.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/product_block.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/resource_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/subscription.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/subscription_descriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/schemas/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/security.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/celery.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/fixed_inputs.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/input_state.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/process_broadcast_thread.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/processes.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/resource_types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/subscription_relations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/tasks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/translations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/services/workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/targets.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/crypt.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/datetime.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/deprecation_logger.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/docs.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/enrich_process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/errors.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/fixed_inputs.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/functional.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/get_subscription_dict.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/get_updated_properties.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/json.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/redis.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/redis_client.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/search_query.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/state.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/strings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/utils/validate_data_version.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/version.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/websocket/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/websocket/managers/broadcast_websocket_manager.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/websocket/managers/memory_websocket_manager.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/websocket/websocket_manager.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/modify_note.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/removed_workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/steps.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/tasks/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/tasks/cleanup_tasks_log.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/tasks/resume_workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/tasks/validate_product_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/tasks/validate_products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/translations/en-GB.json +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/orchestrator/workflows/utils.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/setup.cfg +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/setup.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/conftest.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/devtools/populator/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/devtools/populator/test_product_populator.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/main.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/product_blocks/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/product_blocks/test_product_blocks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/products/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/products/test_product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/workflows/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/fixtures/test_orchestrator/workflows/create_test_product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/acceptance_tests/test_test_product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_caching.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_health.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_models.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_processes.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_processes_ws.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_product_blocks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_resource_types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_subscription_customer_descriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_ws.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/conftest.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/alembic.ini +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/main.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/env.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/script.py.mako +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-02-20_59e1199aff7f_create_data_head.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-02-20_85be1c80731c_add_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-02-20_ea9e6c9de75c_add_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/migrations/versions/schema/2024-06-07_380a5b0c928c_add_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_blocks/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_blocks/example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_blocks/example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_blocks/example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_blocks/example4sub.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_types/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_types/example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_types/example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/products/product_types/example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/domain/product_types/test_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/domain/product_types/test_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/domain/product_types/test_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_create_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_modify_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_terminate_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example1/test_validate_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_create_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_modify_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_terminate_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example2/test_validate_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_create_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_modify_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_terminate_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/test/unit_tests/workflows/example4/test_validate_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/translations/en-GB.json +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example1/create_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example1/modify_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example1/shared/forms.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example1/terminate_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example1/validate_example1.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example2/create_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example2/modify_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example2/shared/forms.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example2/terminate_example2.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example4/create_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example4/modify_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example4/shared/forms.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/example4/terminate_example4.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate/workflows/shared.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/generate.sh +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/invalid_product_config1.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/invalid_product_config2.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/product_config1.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/product_config2.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/product_config3.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/data/product_config4.yaml +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/generator/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/generator/test_enums.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/test_cli_generate.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/test_config_validation.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/test_generate_code.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/test_migrate_domain_models_with_instances.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/cli/test_migrate_domain_models_without_instances.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/config.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/db/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/db/test_listeners.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/test_base.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/test_base_multiple.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/test_base_with_list_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/test_base_with_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/domain/test_lifecycle.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/processes.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_block_list_nested.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_block_one.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_block_one_nested.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_block_with_list_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_block_with_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_sub_block_one.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_blocks/product_sub_block_two.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_list_nested.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_list_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_list_union_overlap.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_one.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_one_nested.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_sub_list_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_sub_one.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_sub_two.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_sub_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/product_type_union.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/product_types/subscription_relations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/products/resource_types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/fixtures/workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/forms/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/forms/test_customer_contact_list.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/forms/test_customer_id.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/forms/test_generic_validators.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/conftest.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/extensions/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/extensions/test_stats.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/mutations/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/mutations/test_customer_description.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/mutations/test_start_process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_customer.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_process.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_processes.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_product.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_product_blocks.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_resource_types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_settings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_sort_and_filter_fields.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_subscription_relations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_version.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/fixtures.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/test_autoregistration.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/test_get_query_loaders.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/test_get_selected_paths.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/test_is_query_detailed.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/test_is_querying_page_data.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/utils/test_override_class.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/helpers.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/schedules/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/schedules/test_scheduling.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/test_input_state.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/test_processes.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/test_products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/test_subscription_relations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/test_subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/services/test_translations.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/test_db.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/test_types.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/test_workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/get_subscription_dict.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_datetime.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_errors.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_functional.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_get_updated_properties.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_json.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_search_query.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_state.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/utils/test_strings.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/websocket/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/websocket/test_broadcast.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/conftest.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/shared/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/shared/test_validate_subscriptions.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/tasks/__init__.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/tasks/test_clean_up_task_log.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/tasks/test_resume_workflows.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/tasks/test_validate_product_type.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/tasks/test_validate_products.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/test_async_workflow.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/test_config_db_code.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/workflows/test_generic_workflow_steps.py +0 -0
- {orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/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.1.
|
|
3
|
+
Version: 3.1.1
|
|
4
4
|
Summary: This is the orchestrator workflow engine.
|
|
5
5
|
Requires-Python: >=3.11,<3.14
|
|
6
6
|
Classifier: Intended Audience :: Information Technology
|
|
@@ -40,7 +40,7 @@ Requires-Dist: itsdangerous
|
|
|
40
40
|
Requires-Dist: Jinja2==3.1.5
|
|
41
41
|
Requires-Dist: orjson==3.10.15
|
|
42
42
|
Requires-Dist: psycopg[binary]==3.2.5
|
|
43
|
-
Requires-Dist: pydantic[email]~=2.
|
|
43
|
+
Requires-Dist: pydantic[email]~=2.10.6
|
|
44
44
|
Requires-Dist: pydantic-settings~=2.8.0
|
|
45
45
|
Requires-Dist: python-dateutil==2.8.2
|
|
46
46
|
Requires-Dist: python-rapidjson>=1.18,<1.21
|
|
@@ -51,13 +51,13 @@ Requires-Dist: sentry-sdk[fastapi]~=2.22.0
|
|
|
51
51
|
Requires-Dist: SQLAlchemy==2.0.38
|
|
52
52
|
Requires-Dist: SQLAlchemy-Utils==0.41.2
|
|
53
53
|
Requires-Dist: structlog
|
|
54
|
-
Requires-Dist: typer==0.15.
|
|
55
|
-
Requires-Dist: uvicorn[standard]~=0.
|
|
54
|
+
Requires-Dist: typer==0.15.2
|
|
55
|
+
Requires-Dist: uvicorn[standard]~=0.34.0
|
|
56
56
|
Requires-Dist: nwa-stdlib~=1.9.0
|
|
57
57
|
Requires-Dist: oauth2-lib~=2.4.0
|
|
58
58
|
Requires-Dist: tabulate==0.9.0
|
|
59
59
|
Requires-Dist: strawberry-graphql>=0.246.2
|
|
60
|
-
Requires-Dist: pydantic-forms~=1.
|
|
60
|
+
Requires-Dist: pydantic-forms~=1.4.0
|
|
61
61
|
Requires-Dist: celery~=5.4.0 ; extra == "celery"
|
|
62
62
|
Requires-Dist: toml ; extra == "dev"
|
|
63
63
|
Requires-Dist: bumpversion ; extra == "dev"
|
|
@@ -82,7 +82,7 @@ Requires-Dist: dirty-equals ; extra == "test"
|
|
|
82
82
|
Requires-Dist: jsonref ; extra == "test"
|
|
83
83
|
Requires-Dist: mypy==1.9 ; extra == "test"
|
|
84
84
|
Requires-Dist: pyinstrument ; extra == "test"
|
|
85
|
-
Requires-Dist: pytest==8.3.
|
|
85
|
+
Requires-Dist: pytest==8.3.5 ; extra == "test"
|
|
86
86
|
Requires-Dist: pytest-asyncio==0.21.2 ; extra == "test"
|
|
87
87
|
Requires-Dist: pytest-codspeed ; extra == "test"
|
|
88
88
|
Requires-Dist: pytest-cov ; extra == "test"
|
|
@@ -48,7 +48,7 @@ dependencies = [
|
|
|
48
48
|
"Jinja2==3.1.5",
|
|
49
49
|
"orjson==3.10.15",
|
|
50
50
|
"psycopg[binary]==3.2.5",
|
|
51
|
-
"pydantic[email]~=2.
|
|
51
|
+
"pydantic[email]~=2.10.6",
|
|
52
52
|
"pydantic-settings~=2.8.0",
|
|
53
53
|
"python-dateutil==2.8.2",
|
|
54
54
|
"python-rapidjson>=1.18,<1.21",
|
|
@@ -59,13 +59,13 @@ dependencies = [
|
|
|
59
59
|
"SQLAlchemy==2.0.38",
|
|
60
60
|
"SQLAlchemy-Utils==0.41.2",
|
|
61
61
|
"structlog",
|
|
62
|
-
"typer==0.15.
|
|
63
|
-
"uvicorn[standard]~=0.
|
|
62
|
+
"typer==0.15.2",
|
|
63
|
+
"uvicorn[standard]~=0.34.0",
|
|
64
64
|
"nwa-stdlib~=1.9.0",
|
|
65
65
|
"oauth2-lib~=2.4.0",
|
|
66
66
|
"tabulate==0.9.0",
|
|
67
67
|
"strawberry-graphql>=0.246.2",
|
|
68
|
-
"pydantic-forms~=1.
|
|
68
|
+
"pydantic-forms~=1.4.0",
|
|
69
69
|
]
|
|
70
70
|
|
|
71
71
|
description-file = "README.md"
|
|
@@ -89,7 +89,7 @@ test = [
|
|
|
89
89
|
"jsonref",
|
|
90
90
|
"mypy==1.9",
|
|
91
91
|
"pyinstrument",
|
|
92
|
-
"pytest==8.3.
|
|
92
|
+
"pytest==8.3.5",
|
|
93
93
|
"pytest-asyncio==0.21.2",
|
|
94
94
|
"pytest-codspeed",
|
|
95
95
|
"pytest-cov",
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/api/test_subscriptions.py
RENAMED
|
@@ -734,17 +734,23 @@ def test_subscriptions_search_uuids2(
|
|
|
734
734
|
assert not failed, f"Could not find '{subscription_id}' by all keywords; {succeeded=} {failed=}"
|
|
735
735
|
|
|
736
736
|
|
|
737
|
-
def test_subscription_detail_with_domain_model(test_client, generic_subscription_1):
|
|
737
|
+
def test_subscription_detail_with_domain_model(test_client, generic_subscription_1, benchmark):
|
|
738
738
|
# test with a subscription that has domain model and without
|
|
739
|
-
|
|
739
|
+
@benchmark
|
|
740
|
+
def response():
|
|
741
|
+
return test_client.get(URL("api/subscriptions/domain-model") / generic_subscription_1)
|
|
742
|
+
|
|
740
743
|
assert response.status_code == HTTPStatus.OK
|
|
741
744
|
# Check hierarchy
|
|
742
745
|
assert response.json()["pb_1"]["rt_1"] == "Value1"
|
|
743
746
|
|
|
744
747
|
|
|
745
|
-
def test_subscription_detail_with_domain_model_does_not_exist(test_client, generic_subscription_1):
|
|
748
|
+
def test_subscription_detail_with_domain_model_does_not_exist(test_client, generic_subscription_1, benchmark):
|
|
746
749
|
# test with a subscription that has domain model and without
|
|
747
|
-
|
|
750
|
+
@benchmark
|
|
751
|
+
def response():
|
|
752
|
+
return test_client.get(URL("api/subscriptions/domain-model") / uuid4())
|
|
753
|
+
|
|
748
754
|
assert response.status_code == HTTPStatus.NOT_FOUND
|
|
749
755
|
|
|
750
756
|
|
|
@@ -774,7 +780,7 @@ def test_subscription_detail_with_domain_model_if_none_match(test_client, generi
|
|
|
774
780
|
@pytest.mark.skipif(
|
|
775
781
|
not getenv("AIOCACHE_DISABLE", "0") == "0", reason="AIOCACHE must be enabled for this test to do anything"
|
|
776
782
|
)
|
|
777
|
-
def test_subscription_detail_with_domain_model_cache(test_client, generic_subscription_1):
|
|
783
|
+
def test_subscription_detail_with_domain_model_cache(test_client, generic_subscription_1, benchmark):
|
|
778
784
|
# test with a subscription that has domain model and without
|
|
779
785
|
subscription = SubscriptionModel.from_subscription(generic_subscription_1)
|
|
780
786
|
extended_model = build_extended_domain_model(subscription)
|
|
@@ -784,7 +790,9 @@ def test_subscription_detail_with_domain_model_cache(test_client, generic_subscr
|
|
|
784
790
|
|
|
785
791
|
to_redis(extended_model)
|
|
786
792
|
|
|
787
|
-
|
|
793
|
+
@benchmark
|
|
794
|
+
def response():
|
|
795
|
+
return test_client.get(URL("api/subscriptions/domain-model") / generic_subscription_1)
|
|
788
796
|
|
|
789
797
|
cache = create_redis_client(app_settings.CACHE_URI)
|
|
790
798
|
result = cache.get(f"orchestrator:domain:{generic_subscription_1}")
|
|
@@ -134,6 +134,21 @@ logger = structlog.getLogger(__name__)
|
|
|
134
134
|
|
|
135
135
|
CUSTOMER_ID: str = "2f47f65a-0911-e511-80d0-005056956c1a"
|
|
136
136
|
|
|
137
|
+
CLI_OPT_MONITOR_SQLALCHEMY = "--monitor-sqlalchemy"
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
def pytest_addoption(parser):
|
|
141
|
+
"""Define custom pytest commandline options."""
|
|
142
|
+
parser.addoption(
|
|
143
|
+
CLI_OPT_MONITOR_SQLALCHEMY,
|
|
144
|
+
action="store_true",
|
|
145
|
+
default=False,
|
|
146
|
+
help=(
|
|
147
|
+
"When set, activate query monitoring for tests instrumented with monitor_sqlalchemy. "
|
|
148
|
+
"Note that this has a certain overhead on execution time."
|
|
149
|
+
),
|
|
150
|
+
)
|
|
151
|
+
|
|
137
152
|
|
|
138
153
|
def run_migrations(db_uri: str) -> None:
|
|
139
154
|
"""Configure the alembic context and run the migrations.
|
|
@@ -746,10 +761,12 @@ def refresh_subscriptions_search_view():
|
|
|
746
761
|
|
|
747
762
|
|
|
748
763
|
@pytest.fixture
|
|
749
|
-
def monitor_sqlalchemy():
|
|
764
|
+
def monitor_sqlalchemy(pytestconfig, request, capsys):
|
|
750
765
|
"""Can be used to inspect the number of sqlalchemy queries made by part of the code.
|
|
751
766
|
|
|
752
|
-
Usage: include
|
|
767
|
+
Usage: include this fixture, it returns a context manager. Wrap this around the code you want to inspect.
|
|
768
|
+
The inspection is disabled unless you explicitly enable it.
|
|
769
|
+
To enable it pass the cli option --monitor-sqlalchemy (see CLI_OPT_MONITOR_SQLALCHEMY).
|
|
753
770
|
|
|
754
771
|
Example:
|
|
755
772
|
def mytest(monitor_sqlalchemy):
|
|
@@ -762,20 +779,27 @@ def monitor_sqlalchemy():
|
|
|
762
779
|
"""
|
|
763
780
|
from orchestrator.db.listeners import disable_listeners, monitor_sqlalchemy_queries
|
|
764
781
|
|
|
765
|
-
monitor_sqlalchemy_queries()
|
|
766
|
-
|
|
767
782
|
@contextlib.contextmanager
|
|
768
|
-
def
|
|
783
|
+
def monitor_queries():
|
|
784
|
+
monitor_sqlalchemy_queries()
|
|
769
785
|
before = db.session.connection().info.copy()
|
|
770
786
|
|
|
771
787
|
yield
|
|
772
788
|
|
|
773
789
|
after = db.session.connection().info.copy()
|
|
790
|
+
disable_listeners()
|
|
774
791
|
|
|
775
792
|
estimated_queries = after["queries_completed"] - before.get("queries_completed", 0)
|
|
776
793
|
estimated_query_time = after["query_time_spent"] - before.get("query_time_spent", 0.0)
|
|
777
|
-
print(f"{estimated_queries:3d} sqlalchemy queries in {estimated_query_time:.2f}s")
|
|
778
794
|
|
|
779
|
-
|
|
795
|
+
with capsys.disabled():
|
|
796
|
+
print(f"\n{request.node.nodeid} performed {estimated_queries} queries in {estimated_query_time:.2f}s\n")
|
|
780
797
|
|
|
781
|
-
|
|
798
|
+
@contextlib.contextmanager
|
|
799
|
+
def noop():
|
|
800
|
+
yield
|
|
801
|
+
|
|
802
|
+
if pytestconfig.getoption(CLI_OPT_MONITOR_SQLALCHEMY):
|
|
803
|
+
yield monitor_queries
|
|
804
|
+
else:
|
|
805
|
+
yield noop
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
from uuid import UUID, uuid4
|
|
2
2
|
|
|
3
3
|
import pytest
|
|
4
|
+
from sqlalchemy import func, select
|
|
4
5
|
|
|
5
|
-
from orchestrator.db import db
|
|
6
|
+
from orchestrator.db import SubscriptionTable, db
|
|
6
7
|
from orchestrator.domain import SubscriptionModel
|
|
7
8
|
from orchestrator.types import SubscriptionLifecycle
|
|
8
9
|
from test.unit_tests.fixtures.products.product_blocks.product_block_one import DummyEnum
|
|
@@ -79,7 +80,9 @@ def subscription_with_100_horizontal_blocks(create_horizontal_subscription):
|
|
|
79
80
|
|
|
80
81
|
|
|
81
82
|
@pytest.mark.benchmark
|
|
82
|
-
def test_subscription_model_horizontal_references(
|
|
83
|
+
def test_subscription_model_horizontal_references(
|
|
84
|
+
subscription_with_100_horizontal_blocks, test_product_type_one, monitor_sqlalchemy
|
|
85
|
+
):
|
|
83
86
|
# Note: fixtures only execute once per benchmark and are excluded from the measurement
|
|
84
87
|
|
|
85
88
|
# given
|
|
@@ -90,8 +93,8 @@ def test_subscription_model_horizontal_references(subscription_with_100_horizont
|
|
|
90
93
|
|
|
91
94
|
# when
|
|
92
95
|
|
|
93
|
-
|
|
94
|
-
|
|
96
|
+
with monitor_sqlalchemy(): # Context does nothing unless you set CLI_OPT_MONITOR_SQLALCHEMY
|
|
97
|
+
subscription = ProductTypeOneForTest.from_subscription(subscription_id)
|
|
95
98
|
|
|
96
99
|
# then
|
|
97
100
|
assert len(subscription.block.sub_block_list) == 100
|
|
@@ -103,7 +106,9 @@ def subscription_with_10_vertical_blocks(create_vertical_subscription):
|
|
|
103
106
|
|
|
104
107
|
|
|
105
108
|
@pytest.mark.benchmark
|
|
106
|
-
def test_subscription_model_vertical_references(
|
|
109
|
+
def test_subscription_model_vertical_references(
|
|
110
|
+
subscription_with_10_vertical_blocks, test_product_type_one_nested, monitor_sqlalchemy
|
|
111
|
+
):
|
|
107
112
|
# Note: fixtures only execute once per benchmark and are excluded from the measurement
|
|
108
113
|
|
|
109
114
|
# given
|
|
@@ -114,8 +119,8 @@ def test_subscription_model_vertical_references(subscription_with_10_vertical_bl
|
|
|
114
119
|
|
|
115
120
|
# when
|
|
116
121
|
|
|
117
|
-
|
|
118
|
-
|
|
122
|
+
with monitor_sqlalchemy(): # Context does nothing unless you set CLI_OPT_MONITOR_SQLALCHEMY
|
|
123
|
+
subscription = ProductTypeOneNestedForTest.from_subscription(subscription_id)
|
|
119
124
|
|
|
120
125
|
# then
|
|
121
126
|
assert subscription.block is not None
|
|
@@ -123,3 +128,33 @@ def test_subscription_model_vertical_references(subscription_with_10_vertical_bl
|
|
|
123
128
|
assert subscription.block.sub_block.sub_block is not None
|
|
124
129
|
assert subscription.block.sub_block.sub_block.sub_block is not None
|
|
125
130
|
# no need to check all x levels
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
@pytest.mark.benchmark
|
|
134
|
+
def test_subscription_model_vertical_references_save(create_vertical_subscription, monitor_sqlalchemy):
|
|
135
|
+
# when
|
|
136
|
+
with monitor_sqlalchemy():
|
|
137
|
+
subscription_id = create_vertical_subscription(size=5)
|
|
138
|
+
|
|
139
|
+
# then
|
|
140
|
+
|
|
141
|
+
# Checks that the subscription was created, without too much overhead
|
|
142
|
+
query_check_created = (
|
|
143
|
+
select(func.count()).select_from(SubscriptionTable).where(SubscriptionTable.subscription_id == subscription_id)
|
|
144
|
+
)
|
|
145
|
+
assert db.session.scalar(query_check_created) == 1
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
@pytest.mark.benchmark
|
|
149
|
+
def test_subscription_model_horizontal_references_save(create_horizontal_subscription, monitor_sqlalchemy):
|
|
150
|
+
# when
|
|
151
|
+
with monitor_sqlalchemy():
|
|
152
|
+
subscription_id = create_horizontal_subscription(size=10)
|
|
153
|
+
|
|
154
|
+
# then
|
|
155
|
+
|
|
156
|
+
# Checks that the subscription was created, without too much overhead
|
|
157
|
+
query_check_created = (
|
|
158
|
+
select(func.count()).select_from(SubscriptionTable).where(SubscriptionTable.subscription_id == subscription_id)
|
|
159
|
+
)
|
|
160
|
+
assert db.session.scalar(query_check_created) == 1
|
|
@@ -59,11 +59,7 @@ def test_display_only_schema():
|
|
|
59
59
|
"type": "string",
|
|
60
60
|
},
|
|
61
61
|
"summary": {
|
|
62
|
-
"
|
|
63
|
-
{
|
|
64
|
-
"$ref": "#/$defs/MigrationSummaryValue",
|
|
65
|
-
},
|
|
66
|
-
],
|
|
62
|
+
"$ref": "#/$defs/MigrationSummaryValue",
|
|
67
63
|
"format": "summary",
|
|
68
64
|
"default": None,
|
|
69
65
|
"type": "string",
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_subscription.py
RENAMED
|
@@ -60,19 +60,27 @@ def build_complex_query(subscription_id):
|
|
|
60
60
|
).encode("utf-8")
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
def test_single_simple_subscription(fastapi_app_graphql, test_client, product_sub_list_union_subscription_1):
|
|
63
|
+
def test_single_simple_subscription(fastapi_app_graphql, test_client, product_sub_list_union_subscription_1, benchmark):
|
|
64
64
|
test_query = build_simple_query(subscription_id=product_sub_list_union_subscription_1)
|
|
65
|
-
|
|
65
|
+
|
|
66
|
+
@benchmark
|
|
67
|
+
def response():
|
|
68
|
+
return test_client.post("/api/graphql", content=test_query, headers={"Content-Type": "application/json"})
|
|
69
|
+
|
|
66
70
|
assert response.status_code == HTTPStatus.OK
|
|
67
71
|
assert response.json() == {"data": {"subscription": {"insync": True, "status": "ACTIVE"}}}
|
|
68
72
|
|
|
69
73
|
|
|
70
74
|
def test_single_complex_subscription(
|
|
71
|
-
fastapi_app_graphql, test_client, product_sub_list_union_subscription_1, test_product_type_sub_list_union
|
|
75
|
+
fastapi_app_graphql, test_client, product_sub_list_union_subscription_1, test_product_type_sub_list_union, benchmark
|
|
72
76
|
):
|
|
73
77
|
_, _, ProductSubListUnion = test_product_type_sub_list_union
|
|
74
78
|
test_query = build_complex_query(subscription_id=product_sub_list_union_subscription_1)
|
|
75
|
-
|
|
79
|
+
|
|
80
|
+
@benchmark
|
|
81
|
+
def response():
|
|
82
|
+
return test_client.post("/api/graphql", content=test_query, headers={"Content-Type": "application/json"})
|
|
83
|
+
|
|
76
84
|
assert response.status_code == HTTPStatus.OK
|
|
77
85
|
assert response.json() == {
|
|
78
86
|
"data": {
|
|
@@ -86,8 +94,12 @@ def test_single_complex_subscription(
|
|
|
86
94
|
}
|
|
87
95
|
|
|
88
96
|
|
|
89
|
-
def test_subscription_does_not_exist(fastapi_app_graphql, test_client):
|
|
97
|
+
def test_subscription_does_not_exist(fastapi_app_graphql, test_client, benchmark):
|
|
90
98
|
test_query = build_simple_query(uuid4())
|
|
91
|
-
|
|
99
|
+
|
|
100
|
+
@benchmark
|
|
101
|
+
def response():
|
|
102
|
+
return test_client.post("/api/graphql", content=test_query, headers={"Content-Type": "application/json"})
|
|
103
|
+
|
|
92
104
|
assert response.status_code == HTTPStatus.OK
|
|
93
105
|
assert response.json() == {"data": {"subscription": None}}
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/test/unit_tests/graphql/test_subscriptions.py
RENAMED
|
@@ -413,12 +413,15 @@ def get_subscriptions_with_metadata_and_schema_query(
|
|
|
413
413
|
).encode("utf-8")
|
|
414
414
|
|
|
415
415
|
|
|
416
|
-
def test_subscriptions_single_page(test_client, product_type_1_subscriptions_factory):
|
|
416
|
+
def test_subscriptions_single_page(test_client, product_type_1_subscriptions_factory, benchmark):
|
|
417
417
|
# when
|
|
418
418
|
|
|
419
419
|
product_type_1_subscriptions_factory(4)
|
|
420
420
|
data = get_subscriptions_query()
|
|
421
|
-
|
|
421
|
+
|
|
422
|
+
@benchmark
|
|
423
|
+
def response():
|
|
424
|
+
return test_client.post("/api/graphql", content=data, headers={"Content-Type": "application/json"})
|
|
422
425
|
|
|
423
426
|
# then
|
|
424
427
|
|
|
@@ -1076,6 +1079,7 @@ def test_single_subscription_with_depends_on_subscriptions(
|
|
|
1076
1079
|
sub_one_subscription_1,
|
|
1077
1080
|
sub_two_subscription_1,
|
|
1078
1081
|
product_sub_list_union_subscription_1,
|
|
1082
|
+
benchmark,
|
|
1079
1083
|
):
|
|
1080
1084
|
# when
|
|
1081
1085
|
|
|
@@ -1085,7 +1089,10 @@ def test_single_subscription_with_depends_on_subscriptions(
|
|
|
1085
1089
|
|
|
1086
1090
|
subscription_id = str(product_sub_list_union_subscription_1)
|
|
1087
1091
|
data = get_subscriptions_query_with_relations(query_string=subscription_id)
|
|
1088
|
-
|
|
1092
|
+
|
|
1093
|
+
@benchmark
|
|
1094
|
+
def response():
|
|
1095
|
+
return test_client.post("/api/graphql", content=data, headers={"Content-Type": "application/json"})
|
|
1089
1096
|
|
|
1090
1097
|
expected_depends_on_ids = {
|
|
1091
1098
|
str(subscription.subscription_id) for subscription in [sub_one_subscription_1, sub_two_subscription_1]
|
|
@@ -1183,6 +1190,7 @@ def test_single_subscription_schema(
|
|
|
1183
1190
|
sub_one_subscription_1,
|
|
1184
1191
|
sub_two_subscription_1,
|
|
1185
1192
|
product_sub_list_union_subscription_1,
|
|
1193
|
+
benchmark,
|
|
1186
1194
|
):
|
|
1187
1195
|
# when
|
|
1188
1196
|
|
|
@@ -1191,7 +1199,11 @@ def test_single_subscription_schema(
|
|
|
1191
1199
|
data = get_subscriptions_product_block_json_schema_query(
|
|
1192
1200
|
filter_by=[{"field": "subscriptionId", "value": subscription_id}]
|
|
1193
1201
|
)
|
|
1194
|
-
|
|
1202
|
+
|
|
1203
|
+
@benchmark
|
|
1204
|
+
def response():
|
|
1205
|
+
return test_client.post("/api/graphql", content=data, headers={"Content-Type": "application/json"})
|
|
1206
|
+
|
|
1195
1207
|
# then
|
|
1196
1208
|
|
|
1197
1209
|
assert HTTPStatus.OK == response.status_code
|
|
@@ -1323,7 +1335,7 @@ def test_single_subscription_schema(
|
|
|
1323
1335
|
"customer_id": {"title": "Customer Id", "type": "string"},
|
|
1324
1336
|
"subscription_id": {"format": "uuid", "title": "Subscription Id", "type": "string"},
|
|
1325
1337
|
"description": {"default": "Initial subscription", "title": "Description", "type": "string"},
|
|
1326
|
-
"status": {"
|
|
1338
|
+
"status": {"$ref": "#/$defs/SubscriptionLifecycle", "default": "initial"},
|
|
1327
1339
|
"insync": {"default": False, "title": "Insync", "type": "boolean"},
|
|
1328
1340
|
"start_date": {
|
|
1329
1341
|
"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}],
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/ISSUE_TEMPLATE/bug-report.yml
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/ISSUE_TEMPLATE/feature-request.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/build-push-container.yml
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/codeql-analysis.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/publish-package.yml
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.github/workflows/run-linting-tests.yml
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/.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.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/application/domainmodels.md
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/application/tasks.md
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/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.1.0rc1 → orchestrator_core-3.1.1}/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.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/l2_vpn.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/node.md
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/node.png
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/architecture/product_modelling/port.md
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/orchestration-ui.md
RENAMED
|
File without changes
|
{orchestrator_core-3.1.0rc1 → orchestrator_core-3.1.1}/docs/getting-started/prepare-source-folder.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
|
|
File without changes
|