ForcePilot/test/api
Wenjie Zhang a5d55d6c37 refactor(storage): 重构对话数据库模型与存储管理
将业务数据模型从SQLite迁移至PostgreSQL,统一使用models_business.py
删除旧的SQLite模型和ConversationManager,新增repository和服务层
优化时间处理工具函数,增加utc_now_naive和format_utc_datetime
重构前端组件代码格式,统一多行导入和长字符串的换行风格
2026-01-24 10:56:31 +08:00
..
__init__.py test(tests): 添加全面的API接口测试套件 2025-09-20 22:53:37 +08:00
test_auth_router.py test: 增加路由的集成测试 2025-10-11 01:07:45 +08:00
test_chat_router.py test: 增加路由的集成测试 2025-10-11 01:07:45 +08:00
test_dashboard_router.py refactor(storage): 重构对话数据库模型与存储管理 2026-01-24 10:56:31 +08:00
test_graph_router_list.py refactor: 重构数据库访问层,用户/对话/消息都统一迁移至PostgreSQL并添加业务模型支持 2026-01-24 10:56:31 +08:00
test_knowledge_router.py feat(知识库): 重构知识库元数据存储为PostgreSQL数据库 2026-01-24 10:56:31 +08:00
test_settings_router.py feat: 添加 CLAUDE.md 文件以提供项目开发指导 2025-11-12 11:00:39 +08:00
test_system_router.py style: 优化代码格式和清理冗余 2025-10-11 02:34:42 +08:00
test_task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00
test_unified_graph_router.py refactor(router): 移除废弃的graph兼容性接口并合并测试 2025-12-20 15:13:56 +08:00