文件最后提交记录最后更新时间
fix(nop-code): ORM模型审计修复 - Plan 94 Phase 1 - 04-05: NopCodeFlowMembership createdTime→createTime,统一审计字段命名 - 04-06: NopCodeSemanticEdge 添加 useLogicalDelete=true deleteFlagProp=delFlag - 04-07: NopCodeIndex 添加数据库索引(status/rootPath/language/lastIndexed) - 修复 CodeIndexService 中 setCreatedTime→setCreateTime 引用 - 代码生成更新: 实体类、xmeta、view、i18n、_app.orm.xml 1 天前
feat(code): 添加 nop-code 代码索引模块 新增 nop-code 模块用于代码符号索引和分析: - nop-code-dao: 数据访问层,包含符号、调用、引用等实体 - nop-code-meta: 元数据定义和国际化 - nop-code-service: 业务服务层 - nop-code-web: 前端页面 - nop-code-app: 应用启动模块 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> 3 个月前
feat(code): 添加 nop-code 代码索引模块 新增 nop-code 模块用于代码符号索引和分析: - nop-code-dao: 数据访问层,包含符号、调用、引用等实体 - nop-code-meta: 元数据定义和国际化 - nop-code-service: 业务服务层 - nop-code-web: 前端页面 - nop-code-app: 应用启动模块 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> 3 个月前
chore(code,job): 清理i18n和action-auth冗余配置 - 精简nop-code-meta和nop-code-web的i18n条目 - 更新NopCodeSemanticEdge视图配置 - 清理nop-job模块多余的i18n和权限配置 17 小时前
fix(code): P2测试质量提升与P3修复 Phase 5 - 测试质量与P2 Decision裁定: - 补充CriticalNodeAnalyzer核心算法测试(centrality, bridge detection, topN) - 补充KnowledgeGapAnalyzer测试(isolated symbols, weak/strong community, threshold) - 补充GraphDiffer边差异测试(getAddedEdges, getRemovedEdges, mixed diff) - 修复TestDocKeywordExtractor测试名与断言矛盾 - 所有P2 Decision findings已裁定(adopt/residual/acceptable) Phase 6 - P3修复: - nop-code-api pom.xml添加parent POM继承 - 19处硬编码1.0.0-SNAPSHOT改为${project.version} - 删除未引用的_NopCodeDaoConstants.java和NopCodeDaoConstants.java - 26个ORM index命名从idx_改为ix_{table}_{columns}对齐平台标准 - 6个dict.yaml valueType从int改为string - _lang-typescript.beans.xml补充xsi namespace声明 - algorithmUsed 'none'改为null对齐枚举 - xmeta kinds prop类型从String改为List<String> 1 天前