| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
detail: implement fmt, WorkflowSummary and related helpers in src/workflow/engine.rs 修改内容: - 在 src/workflow/engine.rs 中实现 fmt, WorkflowSummary and related helpers。 - 落入处理入口/辅助函数:fmt, WorkflowSummary, std::fmt::Display。 实现功能: - 交付 fmt, WorkflowSummary and related helpers 对应的运行时行为,使相关请求、调度、采集或数据处理路径具备实际执行能力。 | 8 天前 | |
detail: refine default and Default in src/workflow/executor.rs 修改内容: - 在 src/workflow/executor.rs 中实现 default and Default。 - 落入处理入口/辅助函数:default, Default。 实现功能: - 交付 default and Default 对应的运行时行为,使相关请求、调度、采集或数据处理路径具备实际执行能力。 | 8 天前 | |
module: introduce engine, executor and related helpers in src/workflow/mod.rs 修改内容: - 在 src/workflow/mod.rs 中引入 engine, executor and related helpers。 - 补充模块符号:engine, executor, parser, workflow_scheduler。 实现功能: - 建立 engine, executor and related helpers 的模块边界,为后续业务实现和跨模块调用提供类型与接口基础。 | 13 天前 | |
test: exercise test_topological_sort in src/workflow/parser.rs 修改内容: - 在 src/workflow/parser.rs 中补充 test_topological_sort 的测试覆盖。 - 新增或完善测试用例:test_topological_sort。 实现功能: - 验证 test_topological_sort 的关键场景,降低后续修改引入行为回归的风险。 | 3 天前 | |
test: cover test_workflow_scheduler_creation, test_workflow_scheduler_add_workflow and related helpers in src/workflow/workflow_scheduler.rs 修改内容: - 在 src/workflow/workflow_scheduler.rs 中补充 test_workflow_scheduler_creation, test_workflow_scheduler_add_workflow and related helpers 的测试覆盖。 - 新增或完善测试用例:test_workflow_scheduler_creation, test_workflow_scheduler_add_workflow, tests。 实现功能: - 验证 test_workflow_scheduler_creation, test_workflow_scheduler_add_workflow and related helpers 的关键场景,降低后续修改引入行为回归的风险。 | 3 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 天前 | ||
| 8 天前 | ||
| 13 天前 | ||
| 3 天前 | ||
| 3 天前 |