删除多个不再使用的配置文件和脚本,更新工作区配置,优化构建和上传脚本,增强项目结构的清晰度和可维护性。

This commit is contained in:
zeaslity
2025-03-27 23:26:39 +08:00
parent 7dabce3fa5
commit c2ca7eb6d7
25 changed files with 157 additions and 1414 deletions

17
.idea/WddSuperAgent.iml generated Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/agent-common/SplitProject/doris-25.2.1/templates" />
</list>
</option>
</component>
</module>

9
.idea/libraries/k8s_nfs.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="k8s-nfs">
<CLASSES>
<root url="jar://$PROJECT_DIR$/agent-common/real_project/jsntejpt/old/k8s-nfs.zip!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/sdejpt.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="sdejpt">
<CLASSES>
<root url="jar://$PROJECT_DIR$/agent-common/real_project/sdejpt/old/sdejpt.zip!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/sdejpt2.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="sdejpt2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/agent-common/real_project/sdejpt/sdejpt.zip!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/zjyd_app_yaml.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="zjyd-app-yaml">
<CLASSES>
<root url="jar://$PROJECT_DIR$/agent-common/real_project/zjyd/zjyd-app-yaml.zip!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

6
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_23" default="true" project-jdk-name="graalvm-jdk-23" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/WddSuperAgent.iml" filepath="$PROJECT_DIR$/.idea/WddSuperAgent.iml" />
</modules>
</component>
</project>

90
.idea/workspace.xml generated
View File

@@ -4,7 +4,37 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="a8fa4a21-4f18-44c5-b1f8-06c0b196f277" name="Changes" comment="增加run文件" />
<list default="true" id="6047a167-18d5-4f8e-a170-63c3fd101bda" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/agent-wdd/a_run/one-build-and-run.ps1" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/a_run/one-build-and-upload.ps1" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/a_run/readme_help.txt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/a_run/run_test.sh" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/a_run/test-shell.sh" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/host_info/CPU.go" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/host_info/Config.go" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/host_info/Disk.go" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/host_info/Memory.go" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/host_info/Network.go" afterDir="false" />
<change afterPath="$PROJECT_DIR$/agent-wdd/host_info/OS.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/agent-wdd-config.yaml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/build/agent-wdd_linux_amd64" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/build/agent-wdd_linux_amd64" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Acme.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Acme.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Config.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Config.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Proxy.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Proxy.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/config/CPU.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/config/Config.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/config/Disk.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/config/Memory.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/config/Network.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/config/OS.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/one-build-and-run.ps1" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/test/one-click-build-run.ps1" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/test/readme_help.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/test/run_test.sh" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/test/test-shell.sh" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -18,26 +48,24 @@
<component name="KubernetesApiProvider"><![CDATA[{
"isMigrated": true
}]]></component>
<component name="MaliciousPackageCheckinHandlerState">
<option name="packageCheck" value="true" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"customColor": "",
"associatedIndex": 3
}]]></component>
<component name="ProjectId" id="2utKw4naSvx8QWsUOLbV0bV13oh" />
<component name="ProjectId" id="2uuBaTDiig9pNF3K97SuvZFPJpc" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"PowerShell.one-build-and-upload.ps1.executor": "Run",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.go.formatter.settings.were.checked": "true",
"RunOnceActivity.go.migrated.go.modules.settings": "true",
"git-widget-placeholder": "main",
"go.import.settings.migrated": "true",
"go.sdk.automatically.set": "true",
"last_opened_file_path": "C:/Users/wddsh/Documents/IdeaProjects/WddSuperAgent",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -46,6 +74,17 @@
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="RunManager" selected="PowerShell.one-build-and-upload.ps1">
<configuration name="one-build-and-upload.ps1" type="PowerShellRunType" factoryName="PowerShell" temporary="true" scriptUrl="$PROJECT_DIR$/agent-wdd/a_run/one-build-and-upload.ps1" executablePath="$PROJECT_DIR$/../../../../../Windows/System32/WindowsPowerShell/v1.0/powershell.exe">
<envs />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="PowerShell.one-build-and-upload.ps1" />
</list>
</recent_temporary>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
@@ -57,47 +96,18 @@
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="a8fa4a21-4f18-44c5-b1f8-06c0b196f277" name="Changes" comment="" />
<created>1743062665598</created>
<changelist id="6047a167-18d5-4f8e-a170-63c3fd101bda" name="Changes" comment="" />
<created>1743088643405</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1743062665598</updated>
<workItem from="1743062666757" duration="1644000" />
<updated>1743088643405</updated>
<workItem from="1743088645374" duration="454000" />
</task>
<task id="LOCAL-00001" summary="初始化项目">
<option name="closed" value="true" />
<created>1743062965296</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1743062965296</updated>
</task>
<task id="LOCAL-00002" summary="增加run文件">
<option name="closed" value="true" />
<created>1743063154455</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1743063154455</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="VcsManagerConfiguration">
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_CODE_CLEANUP_BEFORE_PROJECT_COMMIT" value="true" />
<option name="CHECK_NEW_TODO" value="false" />
<MESSAGE value="初始化项目" />
<MESSAGE value="增加run文件" />
<option name="LAST_COMMIT_MESSAGE" value="增加run文件" />
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
<option name="REARRANGE_BEFORE_PROJECT_COMMIT" value="true" />
<option name="NON_MODAL_COMMIT_POSTPONE_SLOW_CHECKS" value="false" />
</component>
<component name="VgoProject">
<settings-migrated>true</settings-migrated>
</component>