From b2891c2cfabc47b38470503fc3fd1c2bc2594192 Mon Sep 17 00:00:00 2001 From: Dingjiahui Date: Wed, 15 Jan 2025 10:04:40 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BB=93=E7=9B=AE=E5=BD=95=EF=BC=8C=E5=BB=BA=E7=AB=8Bweb?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E3=80=81web=E5=89=8D=E7=AB=AF=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {build => oedp/build}/build.sh | 0 {build => oedp/build}/constants.sh | 0 {build => oedp/build}/daily_build.sh | 0 {build => oedp/build}/oedp.spec | 0 {build => oedp/build}/requirements.txt | 0 {build => oedp/build}/static/oeDeploy.desktop | 0 {build => oedp/build}/static/oeDeploy.png | Bin ...\236\204\345\273\272\346\214\207\345\215\227.md" | 0 oedp.py => oedp/oedp.py | 0 {src => oedp/src}/__init__.py | 0 {src => oedp/src}/commands/check/check_cmd.py | 0 {src => oedp/src}/commands/info/info_cmd.py | 0 {src => oedp/src}/commands/init/init_cmd.py | 0 {src => oedp/src}/commands/list/list_cmd.py | 0 {src => oedp/src}/commands/run/run_action.py | 0 {src => oedp/src}/commands/run/run_cmd.py | 0 {src => oedp/src}/config/log.conf | 0 {src => oedp/src}/constants/const.py | 0 {src => oedp/src}/constants/paths.py | 0 .../src}/exceptions/base_custom_exception.py | 0 {src => oedp/src}/exceptions/config_exception.py | 0 {src => oedp/src}/parsers/oedp_parser.py | 0 {src => oedp/src}/utils/command/command_executor.py | 0 {src => oedp/src}/utils/config_reader.py | 0 {src => oedp/src}/utils/key_word_map.json | 0 {src => oedp/src}/utils/log/log_config_obj.py | 0 {src => oedp/src}/utils/log/logger_generator.py | 0 {src => oedp/src}/utils/main_reader.py | 0 {src => oedp/src}/utils/tools.py | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename {build => oedp/build}/build.sh (100%) rename {build => oedp/build}/constants.sh (100%) rename {build => oedp/build}/daily_build.sh (100%) rename {build => oedp/build}/oedp.spec (100%) rename {build => oedp/build}/requirements.txt (100%) rename {build => oedp/build}/static/oeDeploy.desktop (100%) rename {build => oedp/build}/static/oeDeploy.png (100%) rename "doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" => "oedp/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" (100%) rename oedp.py => oedp/oedp.py (100%) rename {src => oedp/src}/__init__.py (100%) rename {src => oedp/src}/commands/check/check_cmd.py (100%) rename {src => oedp/src}/commands/info/info_cmd.py (100%) rename {src => oedp/src}/commands/init/init_cmd.py (100%) rename {src => oedp/src}/commands/list/list_cmd.py (100%) rename {src => oedp/src}/commands/run/run_action.py (100%) rename {src => oedp/src}/commands/run/run_cmd.py (100%) rename {src => oedp/src}/config/log.conf (100%) rename {src => oedp/src}/constants/const.py (100%) rename {src => oedp/src}/constants/paths.py (100%) rename {src => oedp/src}/exceptions/base_custom_exception.py (100%) rename {src => oedp/src}/exceptions/config_exception.py (100%) rename {src => oedp/src}/parsers/oedp_parser.py (100%) rename {src => oedp/src}/utils/command/command_executor.py (100%) rename {src => oedp/src}/utils/config_reader.py (100%) rename {src => oedp/src}/utils/key_word_map.json (100%) rename {src => oedp/src}/utils/log/log_config_obj.py (100%) rename {src => oedp/src}/utils/log/logger_generator.py (100%) rename {src => oedp/src}/utils/main_reader.py (100%) rename {src => oedp/src}/utils/tools.py (100%) diff --git a/build/build.sh b/oedp/build/build.sh similarity index 100% rename from build/build.sh rename to oedp/build/build.sh diff --git a/build/constants.sh b/oedp/build/constants.sh similarity index 100% rename from build/constants.sh rename to oedp/build/constants.sh diff --git a/build/daily_build.sh b/oedp/build/daily_build.sh similarity index 100% rename from build/daily_build.sh rename to oedp/build/daily_build.sh diff --git a/build/oedp.spec b/oedp/build/oedp.spec similarity index 100% rename from build/oedp.spec rename to oedp/build/oedp.spec diff --git a/build/requirements.txt b/oedp/build/requirements.txt similarity index 100% rename from build/requirements.txt rename to oedp/build/requirements.txt diff --git a/build/static/oeDeploy.desktop b/oedp/build/static/oeDeploy.desktop similarity index 100% rename from build/static/oeDeploy.desktop rename to oedp/build/static/oeDeploy.desktop diff --git a/build/static/oeDeploy.png b/oedp/build/static/oeDeploy.png similarity index 100% rename from build/static/oeDeploy.png rename to oedp/build/static/oeDeploy.png diff --git "a/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" "b/oedp/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" similarity index 100% rename from "doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" rename to "oedp/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" diff --git a/oedp.py b/oedp/oedp.py similarity index 100% rename from oedp.py rename to oedp/oedp.py diff --git a/src/__init__.py b/oedp/src/__init__.py similarity index 100% rename from src/__init__.py rename to oedp/src/__init__.py diff --git a/src/commands/check/check_cmd.py b/oedp/src/commands/check/check_cmd.py similarity index 100% rename from src/commands/check/check_cmd.py rename to oedp/src/commands/check/check_cmd.py diff --git a/src/commands/info/info_cmd.py b/oedp/src/commands/info/info_cmd.py similarity index 100% rename from src/commands/info/info_cmd.py rename to oedp/src/commands/info/info_cmd.py diff --git a/src/commands/init/init_cmd.py b/oedp/src/commands/init/init_cmd.py similarity index 100% rename from src/commands/init/init_cmd.py rename to oedp/src/commands/init/init_cmd.py diff --git a/src/commands/list/list_cmd.py b/oedp/src/commands/list/list_cmd.py similarity index 100% rename from src/commands/list/list_cmd.py rename to oedp/src/commands/list/list_cmd.py diff --git a/src/commands/run/run_action.py b/oedp/src/commands/run/run_action.py similarity index 100% rename from src/commands/run/run_action.py rename to oedp/src/commands/run/run_action.py diff --git a/src/commands/run/run_cmd.py b/oedp/src/commands/run/run_cmd.py similarity index 100% rename from src/commands/run/run_cmd.py rename to oedp/src/commands/run/run_cmd.py diff --git a/src/config/log.conf b/oedp/src/config/log.conf similarity index 100% rename from src/config/log.conf rename to oedp/src/config/log.conf diff --git a/src/constants/const.py b/oedp/src/constants/const.py similarity index 100% rename from src/constants/const.py rename to oedp/src/constants/const.py diff --git a/src/constants/paths.py b/oedp/src/constants/paths.py similarity index 100% rename from src/constants/paths.py rename to oedp/src/constants/paths.py diff --git a/src/exceptions/base_custom_exception.py b/oedp/src/exceptions/base_custom_exception.py similarity index 100% rename from src/exceptions/base_custom_exception.py rename to oedp/src/exceptions/base_custom_exception.py diff --git a/src/exceptions/config_exception.py b/oedp/src/exceptions/config_exception.py similarity index 100% rename from src/exceptions/config_exception.py rename to oedp/src/exceptions/config_exception.py diff --git a/src/parsers/oedp_parser.py b/oedp/src/parsers/oedp_parser.py similarity index 100% rename from src/parsers/oedp_parser.py rename to oedp/src/parsers/oedp_parser.py diff --git a/src/utils/command/command_executor.py b/oedp/src/utils/command/command_executor.py similarity index 100% rename from src/utils/command/command_executor.py rename to oedp/src/utils/command/command_executor.py diff --git a/src/utils/config_reader.py b/oedp/src/utils/config_reader.py similarity index 100% rename from src/utils/config_reader.py rename to oedp/src/utils/config_reader.py diff --git a/src/utils/key_word_map.json b/oedp/src/utils/key_word_map.json similarity index 100% rename from src/utils/key_word_map.json rename to oedp/src/utils/key_word_map.json diff --git a/src/utils/log/log_config_obj.py b/oedp/src/utils/log/log_config_obj.py similarity index 100% rename from src/utils/log/log_config_obj.py rename to oedp/src/utils/log/log_config_obj.py diff --git a/src/utils/log/logger_generator.py b/oedp/src/utils/log/logger_generator.py similarity index 100% rename from src/utils/log/logger_generator.py rename to oedp/src/utils/log/logger_generator.py diff --git a/src/utils/main_reader.py b/oedp/src/utils/main_reader.py similarity index 100% rename from src/utils/main_reader.py rename to oedp/src/utils/main_reader.py diff --git a/src/utils/tools.py b/oedp/src/utils/tools.py similarity index 100% rename from src/utils/tools.py rename to oedp/src/utils/tools.py -- Gitee From b2b55e9a7720ba13665eb2c28a40ec30f4b34dcf Mon Sep 17 00:00:00 2001 From: Dingjiahui Date: Wed, 15 Jan 2025 03:40:36 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20oedp-server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oedp-server/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 oedp-server/.keep diff --git a/oedp-server/.keep b/oedp-server/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 3ea6a8c2020bed3dc814b9ba9fd12376199339aa Mon Sep 17 00:00:00 2001 From: Dingjiahui Date: Wed, 15 Jan 2025 03:41:08 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20oedp-ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oedp-ui/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 oedp-ui/.keep diff --git a/oedp-ui/.keep b/oedp-ui/.keep new file mode 100644 index 0000000..e69de29 -- Gitee