orchestrator-core 4.4.0rc3__tar.gz → 4.4.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-4.4.0rc3 → orchestrator_core-4.4.1}/PKG-INFO +1 -1
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/__init__.py +1 -1
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/process.py +2 -2
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/workflow.py +2 -2
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/scheduler.py +6 -7
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/LICENSE +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/README.md +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/api.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/health.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/processes.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/product_blocks.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/products.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/resource_types.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/subscription_customer_descriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/subscriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/translations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/user.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/workflows.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/ws.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/error_handling.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/models.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/app.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/database.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/fixed_input_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/product_block_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/product_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/resource_type_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/types.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generate.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/README +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_create_imports.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_create_input_fields.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_create_steps.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_modify_imports.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_modify_input_fields.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_modify_steps.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_terminate_imports.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_terminate_input_fields.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/custom_templates/additional_terminate_steps.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/enums.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/migration.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/product.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/product_block.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/translations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/unittest.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/validations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/products/workshop/circuit.yaml +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/products/workshop/node.yaml +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/products/workshop/user.yaml +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/products/workshop/user_group.yaml +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/additional_create_imports.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/additional_create_steps.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/additional_modify_imports.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/additional_modify_steps.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/additional_terminate_steps.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/constrained_int_definitions.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/create_data_head.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/create_product.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/enums.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/lazy_workflow_instance.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/list_definitions.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/macros.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/modify_product.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/new_product_migration.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/product.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/product_block.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/shared_forms.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/shared_workflows.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/subscription_model_registry.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/terminate_product.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/test_create_workflow.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/test_modify_workflow.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/test_product_type.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/test_terminate_workflow.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/test_validate_workflow.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/validate_product.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/helpers/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/helpers/input_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/helpers/print_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/main.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migrate_domain_models.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migrate_tasks.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migrate_workflows.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migration_helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/scheduler.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/config/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/config/assignee.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/database.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/filters.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/process.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/product.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/product_block.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/resource_type.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/search_filters/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/search_filters/inferred_filter.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/listeners.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/loaders.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/models.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/queries/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/queries/subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/queries/subscription_instance.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/range/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/range/range.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/process.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/product.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/product_block.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/resource_type.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/sorting.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/populator.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/migrate_20.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/migrate_30.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/shared.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/distlock_manager.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/managers/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/managers/memory_distlock_manager.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/managers/redis_distlock_manager.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/base.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/context_cache.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/customer_description.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/lifecycle.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/subscription_instance_transform.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/exception_handlers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/customer_contact_list.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/customer_id.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/display_subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/network_type_validators.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/product_id.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/autoregistration.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/extensions/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/extensions/model_cache.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/extensions/stats.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/loaders/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/loaders/subscriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/mutations/customer_description.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/mutations/start_process.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/pagination.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/customer.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/process.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/product.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/product_block.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/resource_type.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/scheduled_tasks.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/version.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schema.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/customer.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/customer_description.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/errors.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/fixed_input.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/product.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/product_block.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/resource_type.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/scheduled_task.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/strawberry_pydantic_patch.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/version.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/types.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/create_resolver_error_handler.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/get_query_loaders.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/get_selected_fields.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/get_selected_paths.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/get_subscription_product_blocks.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/is_query_detailed.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/override_class.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/to_graphql_result_page.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/log_config.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/metrics/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/metrics/engine.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/metrics/init.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/metrics/processes.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/metrics/subscriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/README +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/alembic.ini +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/env.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/script.py.mako +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/templates/alembic.ini.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/templates/env.py.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/templates/helpers.py.j2 +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2020-10-19_3323bcb934e7_fix_tsv_triggers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2020-10-19_a76b9185b334_add_generic_workflows_to_core.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2020-10-19_c112305b07d3_initial_schema_migration.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2021-04-06_3c8b9185c221_add_validate_products_task.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2021-07-01_6896a54e9483_add_product_block_relations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2021-11-17_19cdd3ab86f6_fix_parse_websearch.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2022-02-16_bed6bc0b197a_rename_parent_and_child_block_relations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-03-06_e05bb1967eff_add_subscriptions_search_view.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-05-25_b1970225392d_add_subscription_metadata_workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-06-28_a09ac125ea73_add_throttling_to_refresh_subscriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-06-28_a09ac125ea73_add_throttling_to_refresh_subscriptions.sql +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-07-17_165303a20fb1_customer_id_to_varchar.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-07-17_165303a20fb1_customer_id_to_varchar.sql +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-09-25_da5c9f4cce1c_add_subscription_metadata_to_fulltext_.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-09-25_da5c9f4cce1c_add_subscription_metadata_to_fulltext_.sql +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2023-12-06_048219045729_add_workflow_id_to_processes_table.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2024-09-27_460ec6748e37_add_uuid_search_workaround.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2024-09-27_460ec6748e37_add_uuid_search_workaround.sql +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-01-08_4c5859620539_add_version_column_to_subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-01-19_4fjdn13f83ga_add_validate_product_type_task.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-02-12_bac6be6f2b4f_added_input_state_table.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-02-20_68d14db1b8da_make_workflow_description_mandatory.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-03-06_42b3d076a85b_subscription_instance_as_json_function.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-03-06_42b3d076a85b_subscription_instance_as_json_function.sql +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-04-09_fc5c993a4b4a_add_cascade_constraint_on_processes_.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-05-08_161918133bec_add_is_task_to_workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-07-01_93fc5834c7e5_changed_timestamping_fields_in_process_steps.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-07-04_4b58e336d1bf_deprecating_workflow_target_in_.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/migrations/versions/schema/2025-07-28_850dccac3b02_update_description_of_resume_workflows_.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/py.typed +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/resume_workflows.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/scheduling.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/task_vacuum.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/validate_products.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schedules/validate_subscriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/base.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/engine_settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/fixed_input.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/problem_detail.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/process.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/product.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/product_block.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/resource_type.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/subscription.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/subscription_descriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/schemas/workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/security.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/executors/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/executors/celery.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/executors/threadpool.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/fixed_inputs.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/input_state.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/process_broadcast_thread.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/processes.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/products.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/resource_types.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/settings_env_variables.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/subscription_relations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/subscriptions.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/tasks.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/translations.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/services/workflows.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/targets.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/types.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/auth.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/crypt.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/datetime.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/deprecation_logger.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/docs.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/enrich_process.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/errors.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/expose_settings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/fixed_inputs.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/functional.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/get_subscription_dict.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/get_updated_properties.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/helpers.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/json.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/redis.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/redis_client.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/search_query.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/state.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/strings.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/utils/validate_data_version.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/version.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/websocket/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/websocket/managers/broadcast_websocket_manager.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/websocket/managers/memory_websocket_manager.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/websocket/websocket_manager.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/modify_note.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/removed_workflow.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/steps.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/tasks/__init__.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/tasks/cleanup_tasks_log.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/tasks/resume_workflows.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/tasks/validate_product_type.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/tasks/validate_products.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/translations/en-GB.json +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/workflows/utils.py +0 -0
- {orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/pyproject.toml +0 -0
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/process.py
RENAMED
|
@@ -82,8 +82,8 @@ class ProcessType:
|
|
|
82
82
|
)
|
|
83
83
|
|
|
84
84
|
@strawberry.field(description="Returns user permissions for operations on this process") # type: ignore
|
|
85
|
-
def user_permissions(self, info: OrchestratorInfo) -> FormUserPermissionsType:
|
|
86
|
-
oidc_user = info.context.get_current_user
|
|
85
|
+
async def user_permissions(self, info: OrchestratorInfo) -> FormUserPermissionsType:
|
|
86
|
+
oidc_user = await info.context.get_current_user
|
|
87
87
|
workflow = get_workflow(self.workflow_name)
|
|
88
88
|
process = load_process(db.session.get(ProcessTable, self.process_id)) # type: ignore[arg-type]
|
|
89
89
|
auth_resume, auth_retry = get_auth_callbacks(get_steps_to_evaluate_for_rbac(process), workflow) # type: ignore[arg-type]
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/workflow.py
RENAMED
|
@@ -33,8 +33,8 @@ class Workflow:
|
|
|
33
33
|
return [Step(name=step.name, assignee=step.assignee) for step in get_workflow(self.name).steps] # type: ignore
|
|
34
34
|
|
|
35
35
|
@strawberry.field(description="Return whether the currently logged-in used is allowed to start this workflow") # type: ignore
|
|
36
|
-
def is_allowed(self, info: OrchestratorInfo) -> bool:
|
|
37
|
-
oidc_user = info.context.get_current_user
|
|
36
|
+
async def is_allowed(self, info: OrchestratorInfo) -> bool:
|
|
37
|
+
oidc_user = await info.context.get_current_user
|
|
38
38
|
workflow_table = get_original_model(self, WorkflowTable)
|
|
39
39
|
workflow = get_workflow(workflow_table.name)
|
|
40
40
|
|
|
@@ -29,7 +29,6 @@ from orchestrator.db.sorting.sorting import SortOrder
|
|
|
29
29
|
from orchestrator.settings import app_settings
|
|
30
30
|
from orchestrator.utils.helpers import camel_to_snake, to_camel
|
|
31
31
|
|
|
32
|
-
jobstores = {"default": SQLAlchemyJobStore(url=str(app_settings.DATABASE_URI))}
|
|
33
32
|
executors = {
|
|
34
33
|
"default": ThreadPoolExecutor(1),
|
|
35
34
|
}
|
|
@@ -37,22 +36,22 @@ job_defaults = {
|
|
|
37
36
|
"coalesce": True,
|
|
38
37
|
}
|
|
39
38
|
|
|
40
|
-
scheduler = BackgroundScheduler(
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
def scheduler_dispose_db_connections() -> None:
|
|
44
|
-
jobstores["default"].engine.dispose()
|
|
39
|
+
scheduler = BackgroundScheduler(executors=executors, job_defaults=job_defaults)
|
|
45
40
|
|
|
46
41
|
|
|
47
42
|
@contextmanager
|
|
48
43
|
def get_paused_scheduler() -> Generator[BackgroundScheduler, Any, None]:
|
|
44
|
+
try:
|
|
45
|
+
scheduler.add_jobstore(SQLAlchemyJobStore(url=str(app_settings.DATABASE_URI)))
|
|
46
|
+
except ValueError:
|
|
47
|
+
pass
|
|
49
48
|
scheduler.start(paused=True)
|
|
50
49
|
|
|
51
50
|
try:
|
|
52
51
|
yield scheduler
|
|
53
52
|
finally:
|
|
54
53
|
scheduler.shutdown()
|
|
55
|
-
|
|
54
|
+
scheduler._jobstores["default"].engine.dispose()
|
|
56
55
|
|
|
57
56
|
|
|
58
57
|
class ScheduledTask(BaseModel):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/__init__.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/health.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/products.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/user.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/api/api_v1/endpoints/ws.py
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
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/domain_gen_helpers/types.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/__init__.py
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
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/generator/enums.py
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
|
|
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-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/generator/templates/enums.j2
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/helpers/input_helpers.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/helpers/print_helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migrate_domain_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migrate_workflows.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/cli/migration_helpers.py
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-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/product_block.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/resource_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/filters/subscription.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/queries/subscription.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/product_block.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/resource_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/db/sorting/subscription.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/__init__.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/migrate_20.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/migrate_30.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/devtools/scripts/shared.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/distlock_manager.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/distlock/managers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/domain/customer_description.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/customer_id.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/forms/validators/product_id.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/autoregistration.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/extensions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/extensions/stats.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/loaders/__init__.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/loaders/subscriptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/__init__.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/customer.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/helpers.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/process.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/product.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/version.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/resolvers/workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/__init__.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/customer.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/errors.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/fixed_input.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/helpers.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/product.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/product_block.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/resource_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/subscription.py
RENAMED
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/schemas/version.py
RENAMED
|
File without changes
|
|
File without changes
|
{orchestrator_core-4.4.0rc3 → orchestrator_core-4.4.1}/orchestrator/graphql/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|