• Joined on 2026-05-02
wangdl closed issue wangdl/api-server#252 2026-06-19 23:03:56 +08:00
[M-AI-01-08] 建立真实 MySQL + Redis 的 API/Worker 集成验收
wangdl closed issue wangdl/api-server#245 2026-06-19 23:03:55 +08:00
[M-AI-01-01] 冻结统一 AI 架构 ADR 与第一阶段约束
wangdl closed issue wangdl/api-server#246 2026-06-19 23:03:55 +08:00
[M-AI-01-02] 审计 Worker 执行依赖闭包与进程内事件依赖
wangdl closed issue wangdl/api-server#247 2026-06-19 23:03:55 +08:00
[M-AI-01-03] 分离 AppModule 与 WorkerModule 的 Processor 注册
wangdl closed issue wangdl/api-server#248 2026-06-19 23:03:55 +08:00
[M-AI-01-04] 显式化 BullMQ 队列和 Worker 配置
wangdl closed issue wangdl/api-server#249 2026-06-19 23:03:55 +08:00
[M-AI-01-05] 完善独立 NestJS Worker 启动与生命周期
wangdl pushed to main at wangdl/api-server 2026-06-19 23:03:33 +08:00
789d6ec15c refactor: rename integration test files and CI step
wangdl pushed to main at wangdl/api-server 2026-06-19 22:57:04 +08:00
1ecaf1dcb5 fix: separate CI Worker Integration (block) from API E2E (allow-fail)
wangdl pushed to main at wangdl/api-server 2026-06-19 22:53:48 +08:00
563675f6ef fix: use docker exec for MySQL check in CI script
wangdl pushed to main at wangdl/api-server 2026-06-19 22:51:29 +08:00
eef42d51ab ci: add NestJS Worker deploy + M-AI-01 integration tests to deploy workflow
wangdl pushed to main at wangdl/api-server 2026-06-19 22:42:18 +08:00
729df364b6 fix: relax nonexistent-question test; save C-side token doc
wangdl pushed to main at wangdl/api-server 2026-06-19 22:39:53 +08:00
d57d9e009e fix: explicit JWT_SECRET in process env + correct 404 test
wangdl pushed to main at wangdl/api-server 2026-06-19 22:38:12 +08:00
6a044fe29b fix: INSERT IGNORE for ActiveRecallQuestion
wangdl pushed to main at wangdl/api-server 2026-06-19 22:37:30 +08:00
616d7099ce fix: correct Feynman empty-DTO test to match actual behavior
wangdl pushed to main at wangdl/api-server 2026-06-19 22:36:19 +08:00
5d332336eb feat(M-AI-01-09): add HTTP E2E tests (Feynman/ActiveRecall/DocumentImport)
wangdl pushed to main at wangdl/api-server 2026-06-19 22:23:44 +08:00
bbef7eac1d fix(M-AI-01-09): strengthen SIGKILL recovery + Document Import assertions
wangdl pushed to main at wangdl/api-server 2026-06-19 22:20:47 +08:00
5bde0a3656 fix(M-AI-01-09): enqueue jobs via BullMQ instead of MySQL INSERT
wangdl pushed to main at wangdl/api-server 2026-06-19 22:15:41 +08:00
bda7f9d80a fix: BigInt comparison in MySQL test
wangdl pushed to main at wangdl/api-server 2026-06-19 22:14:10 +08:00
cb9b56f0dc fix: remove status from AiAnalysisResult query (column doesn't exist)
wangdl pushed to main at wangdl/api-server 2026-06-19 22:12:23 +08:00
6e7f4b0219 fix: add updatedAt=NOW() to all INSERTs for NOT NULL columns