This commit is contained in:
zeaslity
2025-03-28 09:17:32 +08:00
parent 6816638267
commit 92d0f10933
4 changed files with 977 additions and 44 deletions

View File

@@ -3,7 +3,9 @@
<component name="Go" enabled="true" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/agent-operator/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

73
.idea/workspace.xml generated
View File

@@ -5,25 +5,10 @@
</component>
<component name="ChangeListManager">
<list default="true" id="6047a167-18d5-4f8e-a170-63c3fd101bda" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.editorconfig" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/WddSuperAgent.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/WddSuperAgent.iml" 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/a_run/run_test.sh" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/a_run/run_test.sh" afterDir="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/cert_manager_wdd/AcmeClient.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cert_manager_wdd/AcmeClient.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/Cloudflare.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/Cloudflare_test.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/DNS.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cloudflare/DNS.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/Zone.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cloudflare/Zone.go" 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/Base.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Base.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/CertManager.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/CertManager.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Info.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Info.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/cmd/Zsh.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Zsh.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/root.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/root.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/host_info/Config.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/host_info/Config.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/log/CallerLog.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/log/CallerLog.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/op/Excutor.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/op/Excutor.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/agent-wdd/op/PackageOperator.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/op/PackageOperator.go" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -34,37 +19,37 @@
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
<component name="KubernetesApiProvider"><![CDATA[{
"isMigrated": true
}]]></component>
<component name="ProjectColorInfo"><![CDATA[{
"customColor": "",
"associatedIndex": 3
}]]></component>
<component name="KubernetesApiPersistence">{}</component>
<component name="KubernetesApiProvider">{
&quot;isMigrated&quot;: true
}</component>
<component name="ProjectColorInfo">{
&quot;customColor&quot;: &quot;&quot;,
&quot;associatedIndex&quot;: 3
}</component>
<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 (1).executor": "Run",
"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",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"vue.rearranger.settings.migration": "true"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;PowerShell.one-build-and-upload.ps1 (1).executor&quot;: &quot;Run&quot;,
&quot;PowerShell.one-build-and-upload.ps1.executor&quot;: &quot;Run&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;RunOnceActivity.go.formatter.settings.were.checked&quot;: &quot;true&quot;,
&quot;RunOnceActivity.go.migrated.go.modules.settings&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;go.import.settings.migrated&quot;: &quot;true&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
}
}]]></component>
}</component>
<component name="RunManager" selected="PowerShell.one-build-and-upload.ps1 (1)">
<configuration name="one-build-and-upload.ps1 (1)" 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 />
@@ -98,6 +83,8 @@
<option name="presentableId" value="Default" />
<updated>1743088643405</updated>
<workItem from="1743088645374" duration="2622000" />
<workItem from="1743124314153" duration="96000" />
<workItem from="1743124481375" duration="159000" />
</task>
<servers />
</component>