From 89a178de94cb14958202b9d1a05ca73a174fed5a Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Wed, 13 Nov 2019 20:06:08 +0300 Subject: [PATCH] #OrchestratorRefactoring NeedTest Signed-off-by: Ivan Maslov --- .gitignore | 4 ++- Sources/RobotRun_x32.cmd | 4 --- Sources/pyOpenRPA/.idea/workspace.xml | 23 +++++++++++-- .../OpenRPAOrchestratorRun_x64.cmd | 4 --- .../pyOpenRPA/Orchestrator/Orchestrator.py | 26 +++++++++++---- Sources/pyOpenRPA/Orchestrator/Server.py | 32 +++++++------------ .../pyOpenRPA/Orchestrator/Settings/Test.py | 2 -- Sources/pyOpenRPA/Orchestrator/Timer.py | 2 +- Sources/pyOpenRPA/Orchestrator/__init__.py | 7 ++++ Sources/pyOpenRPA/Orchestrator/__main__.py | 4 +++ Sources/pyOpenRPA/Robot/__main__.py | 10 +++--- .../OrchestratorSettings}/Settings.py | 10 +++--- Utils/OrchestratorSettings/Test.py | 2 ++ .../OrchestratorSettings}/__init__.py | 0 Utils/PythonDebug_64.cmd | 2 +- .../Reports/ReportRobotGUIRun_2019_11_13.log | 0 Utils/pyOpenRPA.Orchestrator_x64.cmd | 4 +++ Utils/pyOpenRPA.Robot_x32.cmd | 3 ++ 18 files changed, 88 insertions(+), 51 deletions(-) delete mode 100644 Sources/RobotRun_x32.cmd delete mode 100644 Sources/pyOpenRPA/Orchestrator/OpenRPAOrchestratorRun_x64.cmd delete mode 100644 Sources/pyOpenRPA/Orchestrator/Settings/Test.py create mode 100644 Sources/pyOpenRPA/Orchestrator/__main__.py rename {Sources/pyOpenRPA/Orchestrator/Settings => Utils/OrchestratorSettings}/Settings.py (96%) create mode 100644 Utils/OrchestratorSettings/Test.py rename {Sources/pyOpenRPA/Orchestrator/Settings => Utils/OrchestratorSettings}/__init__.py (100%) create mode 100644 Utils/Reports/ReportRobotGUIRun_2019_11_13.log create mode 100644 Utils/pyOpenRPA.Orchestrator_x64.cmd create mode 100644 Utils/pyOpenRPA.Robot_x32.cmd diff --git a/.gitignore b/.gitignore index aeb92195..2eb6a28f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /**/Sources/build /**/Sources/dist /**/Studio/Reports +/**/OpenRPA_Orchestrator.exe /**/OpenRPAOrchestrator.exe /**/OpenRPARobotGUIx32.exe /**/OpenRPARobotGUIx64.exe @@ -15,4 +16,5 @@ /**/OpenRPARobot.exe /**/breakpoints.lst /**/Orchestrator/screenshot.png -.idea/** \ No newline at end of file +.idea/** +/**/screenshot.png \ No newline at end of file diff --git a/Sources/RobotRun_x32.cmd b/Sources/RobotRun_x32.cmd deleted file mode 100644 index 191f4e14..00000000 --- a/Sources/RobotRun_x32.cmd +++ /dev/null @@ -1,4 +0,0 @@ -cd %~dp0 -copy /Y ..\Resources\WPy32-3720\python-3.7.2\python.exe ..\Resources\WPy32-3720\python-3.7.2\OpenRPARobot.exe -.\..\Resources\WPy32-3720\python-3.7.2\OpenRPARobot.exe Robot.py "release" -pause >nul \ No newline at end of file diff --git a/Sources/pyOpenRPA/.idea/workspace.xml b/Sources/pyOpenRPA/.idea/workspace.xml index b883e5b2..dd0cfe91 100644 --- a/Sources/pyOpenRPA/.idea/workspace.xml +++ b/Sources/pyOpenRPA/.idea/workspace.xml @@ -1,7 +1,21 @@ - + + + + + + + + + + + + + + +