README.md
setup.py
dimensigon/__init__.py
dimensigon/__main__.py
dimensigon/bootstrap.py
dimensigon/core.py
dimensigon/db.py
dimensigon/defaults.py
dimensigon/exceptions.py
dimensigon.egg-info/PKG-INFO
dimensigon.egg-info/SOURCES.txt
dimensigon.egg-info/dependency_links.txt
dimensigon.egg-info/entry_points.txt
dimensigon.egg-info/requires.txt
dimensigon.egg-info/top_level.txt
dimensigon/domain/__init__.py
dimensigon/domain/exceptions.py
dimensigon/domain/locker_memory.py
dimensigon/domain/entities/__init__.py
dimensigon/domain/entities/action_template.py
dimensigon/domain/entities/base.py
dimensigon/domain/entities/bootstrap.py
dimensigon/domain/entities/catalog.py
dimensigon/domain/entities/dimension.py
dimensigon/domain/entities/execution.py
dimensigon/domain/entities/gate.py
dimensigon/domain/entities/locker.py
dimensigon/domain/entities/log.py
dimensigon/domain/entities/orchestration.py
dimensigon/domain/entities/parameter.py
dimensigon/domain/entities/route.py
dimensigon/domain/entities/schema_changes.py
dimensigon/domain/entities/server.py
dimensigon/domain/entities/service.py
dimensigon/domain/entities/software.py
dimensigon/domain/entities/step.py
dimensigon/domain/entities/transfer.py
dimensigon/domain/entities/user.py
dimensigon/dshell/__init__.py
dimensigon/dshell/argparse_raise.py
dimensigon/dshell/bootstrap.py
dimensigon/dshell/commands.py
dimensigon/dshell/completer.py
dimensigon/dshell/environ.py
dimensigon/dshell/helpers.py
dimensigon/dshell/history.py
dimensigon/dshell/interactive.py
dimensigon/dshell/network.py
dimensigon/dshell/output.py
dimensigon/dshell/utils.py
dimensigon/dshell/validators.py
dimensigon/dshell/view_path_mapping.py
dimensigon/dshell/batch/__init__.py
dimensigon/dshell/batch/dshell.py
dimensigon/dshell/batch/dshell_action.py
dimensigon/dshell/batch/dshell_orch.py
dimensigon/dshell/prompts/__init__.py
dimensigon/dshell/prompts/action_template.py
dimensigon/dshell/prompts/command.py
dimensigon/dshell/prompts/orchestration.py
dimensigon/dshell/prompts/step.py
dimensigon/dshell/prompts/utils.py
dimensigon/network/__init__.py
dimensigon/network/auth.py
dimensigon/network/encryptation.py
dimensigon/network/exceptions.py
dimensigon/network/low_level.py
dimensigon/use_cases/__init__.py
dimensigon/use_cases/base.py
dimensigon/use_cases/clustering.py
dimensigon/use_cases/deployment.py
dimensigon/use_cases/helpers.py
dimensigon/use_cases/lock.py
dimensigon/use_cases/log_sender.py
dimensigon/use_cases/operations.py
dimensigon/use_cases/routing.py
dimensigon/use_cases/use_cases.py
dimensigon/utils/__init__.py
dimensigon/utils/asyncio.py
dimensigon/utils/cluster.py
dimensigon/utils/dag.py
dimensigon/utils/decorators.py
dimensigon/utils/event_handler.py
dimensigon/utils/helpers.py
dimensigon/utils/mixins.py
dimensigon/utils/now.py
dimensigon/utils/pygtail.py
dimensigon/utils/subprocess.py
dimensigon/utils/talkback.py
dimensigon/utils/typos.py
dimensigon/utils/var_context.py
dimensigon/web/__init__.py
dimensigon/web/async_functions.py
dimensigon/web/background_tasks.py
dimensigon/web/config.py
dimensigon/web/decorators.py
dimensigon/web/errors.py
dimensigon/web/helpers.py
dimensigon/web/json_schemas.py
dimensigon/web/network.py
dimensigon/web/routes.py
dimensigon/web/threading.py
dimensigon/web/api_1_0/__init__.py
dimensigon/web/api_1_0/resources/__init__.py
dimensigon/web/api_1_0/resources/action_template.py
dimensigon/web/api_1_0/resources/execution.py
dimensigon/web/api_1_0/resources/granule.py
dimensigon/web/api_1_0/resources/log.py
dimensigon/web/api_1_0/resources/orchestration.py
dimensigon/web/api_1_0/resources/server.py
dimensigon/web/api_1_0/resources/software.py
dimensigon/web/api_1_0/resources/step.py
dimensigon/web/api_1_0/resources/step_children.py
dimensigon/web/api_1_0/resources/step_parents.py
dimensigon/web/api_1_0/resources/transfer.py
dimensigon/web/api_1_0/resources/user.py
dimensigon/web/api_1_0/urls/__init__.py
dimensigon/web/api_1_0/urls/locker.py
dimensigon/web/api_1_0/urls/use_cases.py
dimensigon/web/extensions/__init__.py
dimensigon/web/extensions/context_app.py
dimensigon/web/extensions/flask_executor/__init__.py
dimensigon/web/extensions/flask_executor/executor.py
dimensigon/web/extensions/flask_executor/futures.py
dimensigon/web/extensions/flask_executor/helpers.py
tests/__init__.py
tests/base.py
tests/helpers.py
tests/integration/__init__.py
tests/integration/test_elevator.py
tests/integration/domain/__init__.py
tests/integration/domain/entities/__init__.py
tests/integration/domain/entities/test_server.py
tests/integration/use_cases/__init__.py
tests/integration/use_cases/test_deployment.py
tests/integration/use_cases/test_get_servers_from_scope.py
tests/integration/use_cases/test_lock.py
tests/integration/use_cases/test_log_sender.py
tests/integration/use_cases/test_operations.py
tests/integration/use_cases/test_routing.py
tests/integration/utils/__init__.py
tests/integration/web/__init__.py
tests/integration/web/test_error_handler.py
tests/integration/web/test_helpers.py
tests/integration/web/api_1_0/__init__.py
tests/integration/web/api_1_0/urls/__init__.py
tests/integration/web/api_1_0/urls/test_launch_orchestration.py
tests/integration/web/decorators/__init__.py
tests/integration/web/decorators/test_forward_or_dispatch.py
tests/integration/web/decorators/test_lock_catalog.py
tests/integration/web/decorators/test_securizer.py
tests/integration/web/extensions/__init__.py
tests/integration/web/extensions/flask_executor/__init__.py
tests/integration/web/extensions/flask_executor/test_executor.py
tests/integration/web/extensions/flask_executor/test_futures.py
tests/integration/web/network/__init__.py
tests/integration/web/network/test_network.py
tests/system/__init__.py
tests/system/_test_composite_command_parallel.py
tests/system/_test_send_data_log.py
tests/system/data.py
tests/system/test_join.py
tests/system/test_upgrade_catalog.py
tests/system/use_cases/__init__.py
tests/system/use_cases/test_check_catalog.py
tests/system/use_cases/test_lock_scope.py
tests/system/use_cases/test_use_cases.py
tests/system/web/__init__.py
tests/system/web/test_root.py
tests/system/web/api_1_0/__init__.py
tests/system/web/api_1_0/resources/__init__.py
tests/system/web/api_1_0/resources/test_action_template.py
tests/system/web/api_1_0/resources/test_log.py
tests/system/web/api_1_0/resources/test_orchestration.py
tests/system/web/api_1_0/resources/test_software.py
tests/system/web/api_1_0/resources/test_step.py
tests/system/web/api_1_0/resources/test_step_children.py
tests/system/web/api_1_0/resources/test_step_parents.py
tests/system/web/api_1_0/resources/test_transfer.py
tests/system/web/api_1_0/resources/test_user.py
tests/system/web/api_1_0/urls/__init__.py
tests/system/web/api_1_0/urls/test_locker.py
tests/system/web/api_1_0/urls/use_cases/__init__.py
tests/system/web/api_1_0/urls/use_cases/test_catalog.py
tests/system/web/api_1_0/urls/use_cases/test_launch_command.py
tests/system/web/api_1_0/urls/use_cases/test_launch_orchestration.py
tests/system/web/api_1_0/urls/use_cases/test_send.py
tests/system/web/api_1_0/urls/use_cases/test_software_dimensigon.py
tests/system/web/async_functions/__init__.py
tests/system/web/async_functions/test_async_send_file.py
tests/system/web/async_functions/test_deploy_orchestration.py
tests/system/web/background_tasks/__init__.py
tests/system/web/background_tasks/test_process_catalog_route_table.py
tests/system/web/background_tasks/test_process_get_new_version_from_gogs.py
tests/system/web/background_tasks/test_update_table_routing_cost.py
tests/system/web/network/__init__.py
tests/system/web/network/test_network.py
tests/unit/__init__.py
tests/unit/domain/__init__.py
tests/unit/domain/entities/__init__.py
tests/unit/domain/entities/test___init__.py
tests/unit/domain/entities/test_action_template.py
tests/unit/domain/entities/test_base.py
tests/unit/domain/entities/test_execution.py
tests/unit/domain/entities/test_gate.py
tests/unit/domain/entities/test_log.py
tests/unit/domain/entities/test_orchestration.py
tests/unit/domain/entities/test_parameter.py
tests/unit/domain/entities/test_route.py
tests/unit/domain/entities/test_server.py
tests/unit/domain/entities/test_software_server_association.py
tests/unit/domain/entities/test_step.py
tests/unit/domain/entities/test_transfer.py
tests/unit/domain/entities/test_user.py
tests/unit/dshell/__init__.py
tests/unit/dshell/_test_dshell.py
tests/unit/dshell/test_argparse_raise.py
tests/unit/dshell/test_completer.py
tests/unit/use_cases/__init__.py
tests/unit/use_cases/test_deployment.py
tests/unit/use_cases/test_nativeCommand.py
tests/unit/utils/__init__.py
tests/unit/utils/test_DAG.py
tests/unit/utils/test_cluster.py
tests/unit/utils/test_event_handler.py
tests/unit/utils/test_pygtails.py
tests/unit/utils/test_talkback.py
tests/unit/utils/test_utils_helpers.py
tests/unit/utils/test_var_context.py
tests/unit/web/__init__.py
tests/unit/web/test_background_tasks.py
tests/unit/web/test_send.py