From 784bca869dbc3f073bb11a01f76f8258b3d690a1 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Sun, 24 Mar 2024 01:54:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BE=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0,=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=85=D0=BE=D0=B4=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=B0?= =?UTF-8?q?=20=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D1=81=D1=82=D0=B8?= =?UTF-8?q?=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0,=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=D0=BC=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20interrupt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 12 ++--- properties | 2 +- src/Repository/RepositoryServer.java | 7 +++ src/Repository/Server/ServerCode.java | 4 +- src/TestingSystem/Common/TestingBar.java | 4 +- .../Passes/All/PingTestingServer.java | 21 ++++++++ .../Passes/All/ShutdownTestingServer.java | 21 ++++++++ .../Passes/All/StopTestingServer.java | 52 ------------------- src/Visual_DVM_2021/Passes/PassCode_2021.java | 7 ++- .../Passes/SSH/TestingServerSSHPass.java | 41 +++++++++++++++ 10 files changed, 106 insertions(+), 65 deletions(-) create mode 100644 src/Visual_DVM_2021/Passes/All/PingTestingServer.java create mode 100644 src/Visual_DVM_2021/Passes/All/ShutdownTestingServer.java delete mode 100644 src/Visual_DVM_2021/Passes/All/StopTestingServer.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4de2f691..120f4875 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,16 +7,14 @@ - - - + - - - + + - + +