Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
nop-entropy
/
nop-code
下载当前目录
canonical-entropy
chore(code,job): 清理i18n和action-auth冗余配置
2bed7a0b
创建于
16 小时前
历史提交
文件
最后提交记录
最后更新时间
design
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 个月前
model
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 天前
nop-code-api
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 天前
nop-code-app
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 天前
nop-code-codegen
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 个月前
nop-code-core
fix(code): 修复VFS文件扫描和路径解析导致索引返回0文件 - ProjectAnalyzer depthIterator filter对目录返回true以允许递归遍历子目录 - ProjectAnalyzer filePattern解析支持**/*.java格式,正确提取文件扩展名 - CodeIndexService.resolveVfsPath对绝对路径(/开头)添加file:前缀 - TestCodeIndexService改用JunitBaseTestCase避免无数据库配置时IoC初始化失败
16 小时前
nop-code-dao
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 天前
nop-code-flow
fix(nop-code): AR-84 exact annotation matching, AR-85 multilang test file detection, AR-49 dynamic testGap P2 functional correctness fixes: - AR-84: isPotentiallyDynamic uses equals() instead of contains() for annotation matching, preventing false negatives like SomeBeanAnnotation matching Bean. - AR-85: Indexer test file detection now covers Kotlin/Python/TypeScript patterns (Test.kt, _test.py, test_*.py, .spec.ts, .test.ts) for TESTED_BY generation. - AR-49: FlowDetector.computeCriticality now receives testGap parameter computed dynamically from symbol filePath in extData rather than hardcoded 1.0.
1 天前
nop-code-graph
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 天前
nop-code-lang-java
fix(nop-code): IoC配置一致性修复 - Plan 94 Phase 3 - 08-05: _lang-typescript.beans.xml 添加 xsi:schemaLocation - 08-06: 三个lang模块添加 _module 文件
1 天前
nop-code-lang-python
fix(nop-code): IoC配置一致性修复 - Plan 94 Phase 3 - 08-05: _lang-typescript.beans.xml 添加 xsi:schemaLocation - 08-06: 三个lang模块添加 _module 文件
1 天前
nop-code-lang-typescript
fix(nop-code): IoC配置一致性修复 - Plan 94 Phase 3 - 08-05: _lang-typescript.beans.xml 添加 xsi:schemaLocation - 08-06: 三个lang模块添加 _module 文件
1 天前
nop-code-meta
chore(code,job): 清理i18n和action-auth冗余配置 - 精简nop-code-meta和nop-code-web的i18n条目 - 更新NopCodeSemanticEdge视图配置 - 清理nop-job模块多余的i18n和权限配置
16 小时前
nop-code-service
fix(code): 修复VFS文件扫描和路径解析导致索引返回0文件 - ProjectAnalyzer depthIterator filter对目录返回true以允许递归遍历子目录 - ProjectAnalyzer filePattern解析支持**/*.java格式,正确提取文件扩展名 - CodeIndexService.resolveVfsPath对绝对路径(/开头)添加file:前缀 - TestCodeIndexService改用JunitBaseTestCase避免无数据库配置时IoC初始化失败
16 小时前
nop-code-web
chore(code,job): 清理i18n和action-auth冗余配置 - 精简nop-code-meta和nop-code-web的i18n条目 - 更新NopCodeSemanticEdge视图配置 - 清理nop-job模块多余的i18n和权限配置
16 小时前
.dockerignore
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 个月前
.gitattributes
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 个月前
.gitignore
refactor(code-service): BizModel聚合根归拢,消除伪BizModel,indexDirectory支持本地路径 - 将NopCodeAnalysis的图分析方法归入NopCodeIndex聚合根 - 将TypeHierarchy/CallHierarchy/Type方法归入NopCodeSymbol聚合根 - 删除4个无实体的伪BizModel文件 - CodeIndexService.indexDirectory增加本地路径检测,自动切换Path版本 - persistInSession跳过calleeId为null的Call实体 - TestCodeIndexService改为直接测试ProjectAnalyzer(无需IoC)
23 天前
pom.xml
fix(nop-code): ORM配置与依赖清理 - Phase 2 - 移除nop-code.orm.xml根元素的ext:useStdFields=true声明 - 修复NopCodeSemanticEdge审计字段: createdBy/delFlag移除tagSet=seq, createTime从BIGINT改为DATETIME, delFlag从SMALLINT改为TINYINT+boolFlag - 从nop-code-service/pom.xml移除未使用的nop-sys-dao和nop-biz-file-core依赖 - 移除nop-code-api死模块(从父pom移除module声明并删除目录)
1 天前