wangdl
9d35c14bc2
fix: storage 默认 COS + indexStatus 更新 + BullMQ 跳过文件导入
...
Deploy API Server / build (push) Successful in 36s
Deploy API Server / deploy (push) Successful in 57s
- storage.config.ts: NODE_ENV=production 默认 COS
- internal-rag.controller.ts: saveChunks 同步更新 indexStatus
- document-import.worker.ts: 文件导入跳过,留给 Python RAG Worker
- .gitignore: 添加 uploads/
Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-04 11:59:03 +08:00
wangdl
a621bd169d
feat: 文档清理 + RAG Worker 迁移 + 批量操作 + HTTP 日志 + 学习会话修复
...
Deploy API Server / build-and-unit (push) Successful in 41s
Deploy API Server / current-integration (push) Successful in 33s
Deploy API Server / backward-compat (push) Successful in 0s
Deploy API Server / deploy (push) Failing after 57s
- 删除根 docs/ 中的 audit/issue 文档
- 删除 api-server/docs/ 中的 16 个审核/里程碑文档
- rag-worker/ 从 api-server 迁出为独立项目
- 新增 admin 导入批量重新解析、按知识库筛选、后端排序
- 新增 source 软删除标记,防止已删 source 重新解析
- 修复 upload-url 500(重复 UploadSession 创建 + 缺 sizeBytes)
- 修复 loadContextByScope 读 chunks 而非依赖 textLength
- 修复 MaterialReadingProgress.create() increment 语法错误
- 新增 LoggingInterceptor 记录所有 HTTP 请求
- 新增学习会话批量删除接口
- enrichWithNames 增加 email 回退
- 全局异常过滤器和 name-resolver 增强
Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-01 22:44:36 +08:00
wangdl
800ce4a2b2
feat(M-AI-02): schema audit (02-01) + ADR freeze (02-02)
...
M-AI-02-01: Production DB audit of all 5 AI tables (9 rows, 0 orphans, 37 test refs)
M-AI-02-02: Frozen AiJob Expand ADR — 43-column schema, 6 indexes, state mapping
Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-20 12:24:16 +08:00
783df02a26
chore: add CI debug screenshots to .gitignore
...
Deploy API Server / build-and-deploy (push) Failing after 19s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:24:39 +08:00
136490823c
chore: add prisma compiled seed files to .gitignore
...
Deploy API Server / build-and-deploy (push) Has been cancelled
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:24:23 +08:00
a16871fdc5
chore: 再次排除敏感文件
Deploy API Server / build-and-deploy (push) Successful in 19s
2026-05-09 21:08:55 +08:00
9a4041109e
chore: 从远程仓库删除 credentials.md 和 AI回答.md,加入 .gitignore
Deploy API Server / build-and-deploy (push) Waiting to run
2026-05-09 20:47:16 +08:00
bd44b7e138
feat: init api-server v0.1
...
- NestJS + TypeScript 后端 API
- 用户认证 (auth)
- 用户管理 (users)
- 学习路径与课程 (learning)
- AI 分析与对话 (ai)
- 用户反馈 (feedback)
- 等待名单 (waitlist)
- 知识库 (knowledge)
- Swagger API 文档(中文、访问控制)
- Basic Auth 保护生产环境文档
2026-05-04 16:09:01 +08:00