OpenOrchestrator 2.0.0rc1__tar.gz → 2.0.0rc2__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.
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/runner.py +1 -1
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/PKG-INFO +1 -1
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/PKG-INFO +1 -1
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.Illustrations/Architecture.drawio +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.Illustrations/OpenOrchestrator Logo.svg +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.Illustrations/Scheduler.drawio +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.github/workflows/Changelog.yml +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.github/workflows/Linting.yml +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.github/workflows/Run-Tests.yml +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.github/workflows/python-publish.yml +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.gitignore +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.pylintrc +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/LICENSE +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/__main__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/connection_frame.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/crypto_util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/datetime_util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/base.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/constants.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/db_util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/logs.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/queues.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/schedulers.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/triggers.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/truncated_string.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/application.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/datetime_input.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/popups/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/popups/constant_popup.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/popups/credential_popup.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/popups/generic_popups.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/popups/trigger_popup.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/tabs/constants_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/tabs/logging_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/tabs/queue_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/tabs/schedulers_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/tabs/settings_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/tabs/trigger_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/test_helper.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator_connection/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator_connection/connection.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/application.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/run_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/settings_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/db_test_util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/test_db_util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/test_orchestrator_connection.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/test_trigger_polling.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/test_constants_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/test_logging_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/test_queues_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/test_schedulers_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/test_trigger_tab.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/ui_util.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/SOURCES.txt +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/dependency_links.txt +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/requires.txt +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/top_level.txt +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/README.md +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/env.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/script.py.mako +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/versions/__init__.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/versions/rev_526b6edac328_add_schedulers_table.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/versions/rev_90d46abd44a3_added_trigger_priority.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/versions/rev_b67b7649b282_initial.py +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic.ini +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/changelog.md +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/manual_tests.txt +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/pyproject.toml +0 -0
- {openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/setup.cfg +0 -0
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/runner.py
RENAMED
@@ -236,7 +236,7 @@ def run_process(trigger: Trigger) -> Job | None:
|
|
236
236
|
conn_string = db_util.get_conn_string()
|
237
237
|
crypto_key = crypto_util.get_key()
|
238
238
|
|
239
|
-
command_args = ['python', process_path, trigger.process_name, conn_string, crypto_key, trigger.process_args]
|
239
|
+
command_args = ['python', process_path, trigger.process_name, conn_string, crypto_key, trigger.process_args, trigger.id]
|
240
240
|
|
241
241
|
process = subprocess.Popen(command_args, stderr=subprocess.PIPE, text=True) # pylint: disable=consider-using-with
|
242
242
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenOrchestrator
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.0rc2
|
4
4
|
Summary: A package containing OpenOrchestrator and OpenOrchestrator Scheduler
|
5
5
|
Author-email: ITK Development <itk-rpa@mkb.aarhus.dk>
|
6
6
|
Project-URL: Homepage, https://github.com/itk-dev-rpa/OpenOrchestrator
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenOrchestrator
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.0rc2
|
4
4
|
Summary: A package containing OpenOrchestrator and OpenOrchestrator Scheduler
|
5
5
|
Author-email: ITK Development <itk-rpa@mkb.aarhus.dk>
|
6
6
|
Project-URL: Homepage, https://github.com/itk-dev-rpa/OpenOrchestrator
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.Illustrations/OpenOrchestrator Logo.svg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/.github/workflows/python-publish.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/connection_frame.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/crypto_util.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/common/datetime_util.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/__init__.py
RENAMED
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/constants.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/db_util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/schedulers.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/database/triggers.py
RENAMED
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/__init__.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/application.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
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/orchestrator/test_helper.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/__init__.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/application.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/run_tab.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/scheduler/settings_tab.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/db_test_util.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/test_db_util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator/tests/ui_tests/ui_util.py
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/requires.txt
RENAMED
File without changes
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/OpenOrchestrator.egg-info/top_level.txt
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
|
{openorchestrator-2.0.0rc1 → openorchestrator-2.0.0rc2}/alembic/versions/rev_b67b7649b282_initial.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|