| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
module: wire as_str, from_method_and_path and related helpers in src/entities/audit_logs.rs 修改内容: - 在 src/entities/audit_logs.rs 中引入 as_str, from_method_and_path and related helpers。 - 补充模块符号:as_str, from_method_and_path, fmt, AuditAction。 实现功能: - 建立 as_str, from_method_and_path and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Related<super::packages::Entity> and related helpers in src/entities/backport_candidates.rs 修改内容: - 在 src/entities/backport_candidates.rs 中引入 to, Related<super::packages::Entity> and related helpers。 - 补充模块符号:to, Related<super::packages::Entity>, Related<super::l0_commits::Entity>, Related<super::distros::Entity>。 实现功能: - 建立 to, Related<super::packages::Entity> and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/commit_files.rs 修改内容: - 在 src/entities/commit_files.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::l1_commit_records::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/commit_records.rs 修改内容: - 在 src/entities/commit_records.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/compare_reports.rs 修改内容: - 在 src/entities/compare_reports.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape Model, Relation and related helpers in src/entities/distributed_locks.rs 修改内容: - 在 src/entities/distributed_locks.rs 中引入 Model, Relation and related helpers。 - 补充模块符号:Model, Relation, ActiveModelBehavior。 实现功能: - 建立 Model, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/distros.rs 修改内容: - 在 src/entities/distros.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, Related<super::backport_candidates::Entity>。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
framework: add ecosystem binding entity model 修改内容: - 新增生态绑定实体模型。 - 建立绑定记录到生态目标的级联外键关系。 实现功能: - 支持生态目标与外部业务对象的数据库关联。 | 4 天前 | |
framework: add ecosystem evidence entity model 修改内容: - 新增生态证据快照实体模型。 - 定义证据来源、HTTP 状态、原始载荷和归一化信号字段。 实现功能: - 为评估过程保存可追溯证据提供实体支持。 | 4 天前 | |
framework: add ecosystem report entity model 修改内容: - 新增生态报告实体模型。 - 定义报告状态、风险等级、置信度、维度结果和报告载荷字段。 实现功能: - 为生态评估报告落库和查询提供实体支持。 | 4 天前 | |
framework: add ecosystem target entity model 修改内容: - 新增生态目标实体模型。 - 定义目标类型、平台、仓库、刷新策略、元数据和报告时间字段。 实现功能: - 为服务层读写生态目标配置提供 SeaORM 实体。 | 4 天前 | |
module: shape to, Relation and related helpers in src/entities/issue_events.rs 修改内容: - 在 src/entities/issue_events.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::issues::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/issues.rs 修改内容: - 在 src/entities/issues.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::issue_events::Entity>, Related<super::tracking::Entity>。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/l0_commits.rs 修改内容: - 在 src/entities/l0_commits.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::packages::Entity>, Related<super::backport_candidates::Entity>。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: wire to, Related<super::commit_files::Entity> and related helpers in src/entities/l1_commit_records.rs 修改内容: - 在 src/entities/l1_commit_records.rs 中引入 to, Related<super::commit_files::Entity> and related helpers。 - 补充模块符号:to, Related<super::commit_files::Entity>, Related<super::spec_changes::Entity>, Related<super::spec_snapshots::Entity>。 实现功能: - 建立 to, Related<super::commit_files::Entity> and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/l2_commit_records.rs 修改内容: - 在 src/entities/l2_commit_records.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
module: shape to, Relation and related helpers in src/entities/l2_snapshots.rs 修改内容: - 在 src/entities/l2_snapshots.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
framework: implement Model in maintenance_evidence_snapshots for Packages def 修改内容: - 在 src/entities/maintenance_evidence_snapshots.rs 中新增/完善结构体 Model(Model)。 - 围绕 Packages.def、derive、sea_orm、to、def 补充数据读取、分支判断或结果组装逻辑。 实现功能: - 支持 SeaORM 实体映射、主键字段和表关系定义。 | 3 天前 | |
framework: implement Model in maintenance_reports for Packages def 修改内容: - 在 src/entities/maintenance_reports.rs 中新增/完善结构体 Model(Model)。 - 围绕 Packages.def、derive、sea_orm、to、def 补充数据读取、分支判断或结果组装逻辑。 实现功能: - 支持 SeaORM 实体映射、主键字段和表关系定义。 | 3 天前 | |
framework: expose ecosystem entities 修改内容: - 在实体模块入口注册生态目标、绑定、证据和报告实体。 - 在实体 prelude 中导出对应 Entity 类型。 实现功能: - 使服务层和接口层能够通过统一实体入口访问 ecosystem 数据表。 | 4 天前 | |
module: shape to, Relation and related helpers in src/entities/packages.rs 修改内容: - 在 src/entities/packages.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, Related<super::l0_commits::Entity>。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 17 天前 | |
framework: expose ecosystem entities 修改内容: - 在实体模块入口注册生态目标、绑定、证据和报告实体。 - 在实体 prelude 中导出对应 Entity 类型。 实现功能: - 使服务层和接口层能够通过统一实体入口访问 ecosystem 数据表。 | 4 天前 | |
module: shape to, Relation and related helpers in src/entities/spec_changes.rs 修改内容: - 在 src/entities/spec_changes.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::l1_commit_records::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 16 天前 | |
module: shape to, Relation and related helpers in src/entities/spec_snapshots.rs 修改内容: - 在 src/entities/spec_snapshots.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::l1_commit_records::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 16 天前 | |
module: shape to, Relation and related helpers in src/entities/sync_jobs.rs 修改内容: - 在 src/entities/sync_jobs.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 16 天前 | |
detail: format track collector branch resolution flow 修改内容: - 整理 track-collector 输出路径、默认分支过滤和本地/AtomGit 分支解析的换行格式。 - 不改变采集命令参数、分支解析和输出路径行为。 实现功能: - 提升采集入口代码可读性并保持原有采集流程不变。 | 3 天前 | |
module: shape to, Relation and related helpers in src/entities/tracking_reports.rs 修改内容: - 在 src/entities/tracking_reports.rs 中引入 to, Relation and related helpers。 - 补充模块符号:to, Relation, Related<super::tracking::Entity>, ActiveModelBehavior。 实现功能: - 建立 to, Relation and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 16 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 4 天前 | ||
| 4 天前 | ||
| 4 天前 | ||
| 4 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 3 天前 | ||
| 3 天前 | ||
| 4 天前 | ||
| 17 天前 | ||
| 4 天前 | ||
| 16 天前 | ||
| 16 天前 | ||
| 16 天前 | ||
| 3 天前 | ||
| 16 天前 |