Commit Graph

  • 715c4c7ba3 Merge branch 'refs/heads/master' into production 钟良源 2025-10-14 11:45:29 +0800
  • 0230119987 feat(flowEditor): 添加流程运行功能及WebSocket支持 钟良源 2025-10-14 11:44:52 +0800
  • 11c796aa75 refactor(config): 移除 WebSocket 代理配置 钟良源 2025-10-14 11:44:41 +0800
  • 1a8629d84c feat(flowEditor): 添加历史记录功能和撤销重做操作 钟良源 2025-10-14 10:58:02 +0800
  • 3c57f650fb feat(flow): 支持添加应用组件和复合组件 钟良源 2025-10-13 17:52:08 +0800
  • fc7f4853a0 feat(ide): 实现组件市场添加功能并优化数据处理 - 在 _app.tsx 中为不同组件类型添加 fontCompType 标识 - 移除登录表单的默认用户名密码初始化值- 增加工程组件数据获取的异步等待处理 -重构 market.tsx 组件以支持添加到工程的功能- 新增 addProjectComp 和 addProjectBaseComp API 接口 - 优化右侧边栏宽度从 350px 调整为 550px- 完善组件是否已添加的状态显示和交互逻辑- 增加从缓存获取组件列表及监听 Redux 状态更新的能力 - 修复侧边栏树节点选择判断逻辑,避免误判无子节点情况 - 添加刷新按钮用于重新加载组件库数据 钟良源 2025-10-13 15:48:25 +0800
  • cb07ba397b feat(flow): 更新流程列表获取逻辑并优化数据存储,修改复合组件两种类型的获取接口 钟良源 2025-10-13 10:03:10 +0800
  • 756a98943d feat(market):重构组件市场页面结构和分类逻辑 钟良源 2025-10-13 10:02:42 +0800
  • c375745670 feat(componentTest): 添加组件测试页面基础结构(样式未开发) 钟良源 2025-10-10 16:06:00 +0800
  • 5b2f1020d2 feat(orchestration): 实现应用组件信息展示功能 钟良源 2025-10-10 16:05:19 +0800
  • b81b0dbf38 feat(ide): 添加项目组件数据管理功能 钟良源 2025-10-10 16:04:53 +0800
  • 3dbf1ccac6 feat(ideContainer): 添加组件测试页面并优化组件渲染逻辑 钟良源 2025-10-10 16:03:53 +0800
  • dd2281dacc feat: 增加工程页-组件页中所需要的静态资源 钟良源 2025-10-10 16:03:18 +0800
  • 93ed8ace38 fix:修改jenkins HuangHuiKang 2025-10-10 11:18:29 +0800
  • d27534e786 fix:修改jenkins HuangHuiKang 2025-10-10 11:11:19 +0800
  • dcdc603794 fix:修改jenkins HuangHuiKang 2025-10-10 11:08:56 +0800
  • ce34f7cda9 fix:修改jenkins HuangHuiKang 2025-10-10 11:03:30 +0800
  • 98050a731b fix:修改jenkins HuangHuiKang 2025-10-10 10:49:34 +0800
  • 32e023eeab fix:修改jenkins HuangHuiKang 2025-10-10 10:31:49 +0800
  • d62e125f63 fix:修改jenkins HuangHuiKang 2025-10-10 10:29:36 +0800
  • e395daec8d fix(chart): types兼容性修复,修改热力图cellSize类型为number 钟良源 2025-10-10 10:09:38 +0800
  • 28ead53d02 Merge remote-tracking branch 'origin/master' 钟良源 2025-10-10 09:53:29 +0800
  • cc3236901f chore(deps): 将 echarts 版本从 6.0.0 降级至5.6.0 钟良源 2025-10-10 09:53:04 +0800
  • a110ec904a chore(ignore): 更新.gitignore文件 钟良源 2025-10-10 09:52:18 +0800
  • c4b8595c01 build(config): 指定静态导出的输出目录 钟良源 2025-10-10 09:51:38 +0800
  • b319ed6f37 chore:修改jenkins HuangHuiKang 2025-10-10 09:45:29 +0800
  • 23dcfe4902 chore:修改jenkins HuangHuiKang 2025-10-10 09:42:58 +0800
  • d6b310cbe1 chore:修改jenkins HuangHuiKang 2025-10-10 09:37:37 +0800
  • 72e613cbae chore:修改jenkins HuangHuiKang 2025-10-10 09:36:55 +0800
  • 2c63a75a44 chore:新增jenkins HuangHuiKang 2025-10-10 09:28:30 +0800
  • fdb453f93f chore:新增jenkins HuangHuiKang 2025-10-10 09:22:26 +0800
  • f412f978f5 chore:新增jenkins HuangHuiKang 2025-10-10 09:20:09 +0800
  • f8fcb671b7 chore:新增jenkins HuangHuiKang 2025-10-10 09:16:33 +0800
  • ad592ef134 feat(componentDeployment): 添加组件部署页面及相关组件 钟良源 2025-10-09 15:50:04 +0800
  • 6cfc87a42d assets: 增加组件部署页面所需的静态资源 钟良源 2025-10-09 15:49:30 +0800
  • 22d6da2c60 feat(componentCoding): 增加组件编码页 钟良源 2025-10-09 14:25:25 +0800
  • bc8fdcd2a0 pref(ideContainer): 优化renderContent函数中对于一打开标签的存在判断 钟良源 2025-10-09 09:28:40 +0800
  • 7a4d82c5f8 feat(appCompComponent): 增加所有工程下的子类-组件页 钟良源 2025-10-09 09:27:54 +0800
  • 5f97a93c68 feat(api): 增加scene模块的api 钟良源 2025-09-29 16:23:24 +0800
  • 11494f7d17 feat(login): 登录后获取用户信息及组件数据 钟良源 2025-09-29 15:40:00 +0800
  • 7bb5df9abc pref(utils): 优化convertFlowData初始化的判断条件 钟良源 2025-09-29 15:39:14 +0800
  • 742beda43e feat(componentList):为菜单项添加图标和选中状态 钟良源 2025-09-29 14:52:27 +0800
  • 4359fd8247 feat(sidebar): 侧边栏图标更换,默认菜单数据增加icon和activeIcon属性 钟良源 2025-09-29 14:45:03 +0800
  • af18bec033 feat(sidebar): 侧边栏图标更换,默认菜单数据增加icon和activeIcon属性 钟良源 2025-09-29 14:33:14 +0800
  • d3da19f695 pref(sidebar): 优化sidebar组件的渲染逻辑,优化点击激活标签时对二级菜单的宽度设置逻辑 钟良源 2025-09-29 14:17:01 +0800
  • 7aa5ed95bf feat(component): 添加组件列表页面 钟良源 2025-09-29 14:16:09 +0800
  • 51f180d4e9 pref: 代码格式化 钟良源 2025-09-29 11:05:53 +0800
  • d2d0f828fd pref(sidebar): 优化不同identity的menu获取逻辑 钟良源 2025-09-29 11:05:40 +0800
  • 90562d6f43 feat(orchestration): 实现全局变量管理页面 钟良源 2025-09-28 17:15:40 +0800
  • 3e1ae07849 pref(sidebar): 优化showSubMenu判断的resizeBox宽度修改 钟良源 2025-09-28 16:58:30 +0800
  • 93d9997fee style(sidebar): 优化ResizeBox行内样式覆盖setSubMenu导致拖动后无法修改宽度的问题 钟良源 2025-09-28 16:52:20 +0800
  • e9fee3c0ab feat(event): 实现事件管理功能 钟良源 2025-09-28 16:15:32 +0800
  • 4a310d573f feat(ideContainer): 引入事件容器并优化侧边栏显示逻辑 钟良源 2025-09-28 15:36:13 +0800
  • 566a8ed287 pref(sidebar): 优化侧边栏应用编辑是的默认数据回显逻辑 钟良源 2025-09-28 15:08:26 +0800
  • 6156857bfd feat(ideContainer): 子菜单增加动态图标赋值,修改原先的empty图片路径 钟良源 2025-09-28 14:54:47 +0800
  • bd89012fb9 feat(public): 引入新的ideContainer目录下使用的静态资源文件 钟良源 2025-09-28 14:53:55 +0800
  • 95a132c061 feat(ideContainer): 实现应用删除时自动关闭相关标签页 钟良源 2025-09-28 10:53:38 +0800
  • c52ee5f5ca feat(sidebar): 实现应用的新增、编辑和删除功能 钟良源 2025-09-28 10:39:37 +0800
  • c844ca1314 feat(sidebar): 增加应用的新建功能 钟良源 2025-09-28 09:50:31 +0800
  • 659f48d00a feat(flowEditor): 增加useDefault默认配置标识,启动则默认显示开始结束两个节点 钟良源 2025-09-28 09:49:24 +0800
  • 7abfe6d174 feat(ideContainer): ide容器增加无内容的空状态渲染,sidebar组件传入onRefresh函数 钟良源 2025-09-28 09:48:37 +0800
  • a9aa38a1d0 pref(sidebar): 优化子菜单构造是的parentKey的取值 钟良源 2025-09-26 15:20:35 +0800
  • ec2400aa60 feat(utils): 为 convertFlowData 添加 useDefault 参数以支持返回默认节点 钟良源 2025-09-26 14:59:48 +0800
  • feae6798d6 pref(sidebar): 优化菜单项的副作用,增加subMenuData数据的非空校验 钟良源 2025-09-26 14:49:44 +0800
  • ca92a2c252 pref(sidebar): 优化菜单获取逻辑,副作用监听identity 钟良源 2025-09-26 14:45:55 +0800
  • a3735d3a5b feat(ideContainer): 优化菜单选中逻辑与数据结构 钟良源 2025-09-26 14:40:41 +0800
  • e148d58e7f pref(ideContainer): 优化sidebar组件的一级菜单和二级菜单联动逻辑 钟良源 2025-09-26 14:05:47 +0800
  • fffeca1925 pref(ideContainer): 点击tab项不再联动sidebar 钟良源 2025-09-26 14:01:42 +0800
  • 046356cec6 style(ideContainer): 增加侧边栏搜索和添加功能并调整子菜单宽度 钟良源 2025-09-26 10:29:25 +0800
  • 7df26f5dd6 feat(compGrid): 更新组件类型并支持分页数据加载 钟良源 2025-09-26 10:19:14 +0800
  • 9d9f930078 feat(componentLibrary): 实现组件库搜索与标签页切换功能新增组件搜索状态管理及过滤逻辑 钟良源 2025-09-26 10:00:45 +0800
  • 66bf0e57f4 feat(componentLibrary): 组件库信息从登录后获取的组件列表中获取 钟良源 2025-09-26 09:42:28 +0800
  • 4041e019bb feat(_app): 登录后获取当前用户下面的所有组件信息 钟良源 2025-09-26 09:40:57 +0800
  • 8c397f848f feat(api): 添加组件和流程相关接口 钟良源 2025-09-26 09:40:24 +0800
  • 41c9b60bbe pref(axios): 优化axios请求中非200状态码的异常处理逻辑 钟良源 2025-09-26 09:21:22 +0800
  • 29ae355f01 style(login): 登录页文案和logo修改为工业软件相关 钟良源 2025-09-26 09:20:04 +0800
  • f48036f26a feat(ideContainer): 使用redux实时缓存画布的对应数据,引入防抖函数优化性能 钟良源 2025-09-25 17:28:21 +0800
  • 5f39448f74 pref(flowEditor): 优化保存后的提示交互 钟良源 2025-09-25 16:41:02 +0800
  • 1aab20277f pref(utils): 优化数据转换的处理 钟良源 2025-09-25 16:40:38 +0800
  • eeddc8ab8a feat(utils): 添加通用反序列化方法以处理JSON格式字符串 钟良源 2025-09-25 16:40:09 +0800
  • 059a04cfd1 feat(utils): 增加reactFlow数据转换为原始数据的方法 钟良源 2025-09-25 15:39:00 +0800
  • c9cf8a07e8 feat(flowEditor): 数据流程编辑和保存功能 钟良源 2025-09-25 15:38:30 +0800
  • 24fe10ad54 feat(api): 新增应用资源相关接口 钟良源 2025-09-25 15:36:57 +0800
  • 2bac4d1d8e pref(utils): 在数据转换是主动添加没有进行实例的节点类型 钟良源 2025-09-25 11:19:59 +0800
  • 3bdd07fac7 pref(store): 优化updateFlowData的处理逻辑 钟良源 2025-09-25 10:39:02 +0800
  • f9c62f5bbd fix(utils): 添加空数据检查避免转换空的流程数据 钟良源 2025-09-25 10:38:38 +0800
  • 54b323ef1a feat(ideContainer): 增加所有工程中组件列表的菜单项 钟良源 2025-09-25 09:45:00 +0800
  • b4bc83436c feat(ideContainer): ideContainer侧边栏开发 钟良源 2025-09-25 09:14:16 +0800
  • 9bb142e403 pref(ideContainer): 优化tab组件和menuData数据对于key的处理逻辑 钟良源 2025-09-23 16:03:13 +0800
  • 74e09e170e feat(ideContainer): 更新菜单数据结构并支持动态应用列表加载 钟良源 2025-09-23 14:05:43 +0800
  • 69cee04dba build(next): 配置静态导出并更新导出脚本 钟良源 2025-09-23 10:04:05 +0800
  • 3509d2d1dd pref(announcement): 修改mock数据为静态数据 钟良源 2025-09-23 10:03:53 +0800
  • 3d2a44f9fe refactor(pubUse):重构图片资源管理方式 钟良源 2025-09-23 09:53:26 +0800
  • 5b51f3da1b refactor(flowEditor): 重构节点编辑器和节点组件结构将 flowEditor 中的节点和节点编辑器相关代码迁移至 components/FlowEditor 目录 钟良源 2025-09-23 09:26:43 +0800
  • b1d7abfebf cli(tsconfig): 更新tsconfig.json的配置 钟良源 2025-09-22 16:16:15 +0800
  • 668d7bbc9e config(env): 环境变量更新配置 钟良源 2025-09-22 16:15:37 +0800
  • b02aec5d0d docs: 删除无用console.log 钟良源 2025-09-19 15:51:59 +0800
  • c4d5d36268 feat(ideContainer): 引入ideContainer专属store, 实现画布的actionBar与ide容器logBar的状态交互 钟良源 2025-09-19 15:51:13 +0800
  • 669f3a74da feat(flowEditor): 添加操作栏组件 钟良源 2025-09-19 15:35:55 +0800
  • 107814434b feat(flowEditor): 引入 ActionBar 组件并调整节点编辑弹窗样式 钟良源 2025-09-19 15:32:32 +0800