|
|
@@ -4,9 +4,128 @@
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="">
|
|
|
+ <list default="true" id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="构建Docker镜像">
|
|
|
+ <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/pom.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/META-INF/spring-configuration-metadata.json" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/application-dev.yml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/application-prod.yml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/application-test.yml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/application-uat.yml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/application.yml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/AiPlatformApplication.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/config/properties/OpenAiProperties.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/config/properties/SparkAiProperties.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/config/properties/StorleadAiProperties.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/controller/AiChatController.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/controller/WebSocketEndpointController.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/core/AiProviderType.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/core/AiService.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/core/ChatRequest$Builder.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/core/ChatRequest.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/core/ChatResponse$Builder.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/core/ChatResponse.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/exception/AiServiceException.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/factory/AiServiceFactory.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/factory/AiServiceFactoryManager.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/factory/impl/OpenAiServiceFactory.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/factory/impl/SparkAiServiceFactory.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/factory/impl/StorleadAiServiceFactory.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/AiChatService.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/WebSocketService.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/impl/OpenAiService.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/impl/SparkAiService.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/impl/StorleadAiService.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/util/HttpClientUtil.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/AiChatWebSocketHandler.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/MessageType.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/WebSocketConfig.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/WebSocketConnectionManager.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/WebSocketMessage.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/WebSocketSessionManager$SessionInfo.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/websocket/WebSocketSessionManager.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-dependencies/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-dependencies/pom.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/CacheConstant.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/CodeGenerateInterface.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/CommonConstant.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/DSConstants.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/DataBaseConstant.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/DefContants.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/LongToStringSerializer.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/SystemConstant.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/constant/UserCacheKeyConstants.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/enums/DataTypeEnum.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/property/YamlPropertyResourceFactory.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/system/query/MatchTypeEnum.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/system/query/QueryCondition.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/system/query/QueryRuleEnum.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/ConvertUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/DateUtil.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/DateUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/HtmlUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/LocalDateUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/MD5Util.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/RandomCodeUtil.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/RandomGenerateHelper.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/RsaUtils$RsaKeyPair.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/RsaUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/SnowFlake.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/SpringContextUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/SqlInjectionUtil.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/StringUtil.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/SystemUtils.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/WordUtilsTest.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/ZipUtil.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/encryptor/AccessKeyEncryptor.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/generate/CodeGenerate.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/generate/DefaultIdentifierGenerator.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/generate/IdWorker.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/generate/IdentifierGenerator.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/util/generate/Sequence.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/validation/NeContains.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/validation/NeContainsValidator.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/validation/NotContains.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/validation/NotContainsValidator.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/vo/FeignResult.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-common/target/classes/com/storlead/framework/common/vo/UserVo.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-core/target/classes/com/storlead/framework/core/Page.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-core/target/classes/com/storlead/framework/core/annotation/Menu.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-core/target/classes/com/storlead/framework/core/annotation/MenuApi.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-core/target/classes/com/storlead/framework/core/annotation/PerDataAccess.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-core/target/classes/com/storlead/framework/core/context/Context.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-core/target/classes/com/storlead/framework/core/context/IContext.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-framework/storlead-web/pom.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/assemble/QueryBaseDTO.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/assemble/Result.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/config/Swagger2Config.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/enums/ErrorMsgCode.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/enums/ResultCode.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/exception/DaoException.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/exception/MsgCodeSupport.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/exception/TopException.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/exception/WebException.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/filter/AllRequestFilter.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/filter/AuthRequestFilter.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/filter/CodeRouteMapping.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/filter/RoutingRequestFilter.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/interceptor/AllRequestInterceptor.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/message/MsgCode.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/message/PageResp.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/message/ServiceMsgCode.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/message/TopMsgCode.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/message/WebResp.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/process/ApiResultHandler.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/process/WebMvcConfigurer$1.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/process/WebMvcConfigurer.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/wrapper/JsonRequestWrapper$1.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/classes/com/storlead/framework/web/wrapper/JsonRequestWrapper.class" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/maven-archiver/pom.properties" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/storlead-framework/storlead-web/target/xpert-web-2.7.0-jdk11-SNAPSHOT.jar" beforeDir="false" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
@@ -116,7 +235,7 @@
|
|
|
<workItem from="1758780969521" duration="11096000" />
|
|
|
<workItem from="1758849538252" duration="14257000" />
|
|
|
<workItem from="1759021657878" duration="17861000" />
|
|
|
- <workItem from="1759109339436" duration="15671000" />
|
|
|
+ <workItem from="1759109339436" duration="18255000" />
|
|
|
</task>
|
|
|
<task id="LOCAL-00001" summary="ai项目">
|
|
|
<option name="closed" value="true" />
|
|
|
@@ -150,7 +269,15 @@
|
|
|
<option name="project" value="LOCAL" />
|
|
|
<updated>1759131642120</updated>
|
|
|
</task>
|
|
|
- <option name="localTasksCounter" value="5" />
|
|
|
+ <task id="LOCAL-00005" summary="构建Docker镜像">
|
|
|
+ <option name="closed" value="true" />
|
|
|
+ <created>1759131898399</created>
|
|
|
+ <option name="number" value="00005" />
|
|
|
+ <option name="presentableId" value="LOCAL-00005" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1759131898399</updated>
|
|
|
+ </task>
|
|
|
+ <option name="localTasksCounter" value="6" />
|
|
|
<servers />
|
|
|
</component>
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
@@ -195,7 +322,8 @@
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
<MESSAGE value="ai项目" />
|
|
|
<MESSAGE value="集成星火和jenkinsfile" />
|
|
|
- <option name="LAST_COMMIT_MESSAGE" value="集成星火和jenkinsfile" />
|
|
|
+ <MESSAGE value="构建Docker镜像" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="构建Docker镜像" />
|
|
|
</component>
|
|
|
<component name="XDebuggerManager">
|
|
|
<breakpoint-manager>
|