QSSS_new / backend

Commit History

特性:实现对话框、表单、输入框、标签、下拉菜单、分隔线、骨架屏、滑块、表格、文本区域的 UI 组件
c78ce9e

misonL commited on

feat(models): 添加StockSelection模型与Strategy的关系
1c9ea63

misonL commited on

fix(策略列表): 根据is_active参数正确过滤status状态
d81f598

misonL commited on

fix(认证): 暂时移除策略获取接口的用户认证用于调试
20029cd

misonL commited on

feat(api): 添加临时重定向以兼容旧前端请求
214714a

misonL commited on

refactor(auth): 将认证逻辑从服务层移动到依赖层
a2f64c1

misonL commited on

refactor(auth_service): 将oauth2_scheme移回模块级别以简化依赖
bf4d81c

misonL commited on

refactor(auth_service): 使用类变量引用oauth2_scheme替代直接引用
46c42bf

misonL commited on

refactor(策略端点): 导入get_strategy_service和get_stock_service依赖
73bf777

misonL commited on

refactor(deps): 导入 Any 类型以增强类型注解
67cf5f3

misonL commited on

refactor(deps): 移除类型提示并使用延迟导入以避免循环依赖
7f6400d

misonL commited on

feat(用户服务): 添加获取用户服务实例的函数
0ddf242

misonL commited on

refactor(auth): 重构认证模块为异步并添加依赖注入
2be8b5f

misonL commited on

refactor(deps): 将 get_db 改为异步生成器以简化数据库会话管理
87ce0a8

misonL commited on

fix(api): 移除策略接口URL中多余的斜杠
0a852cd

misonL commited on

refactor(models): 将UUID字段改为String类型以提升兼容性
44a3339

misonL commited on

refactor: 移除未使用的SQLAlchemy基类
8b598b4

misonL commited on

refactor(models): 将Stock模型中的Base导入从core.base改为core.db_selector
140071f

misonL commited on

refactor(股票服务): 更新数据服务导入为DataServiceMemory
71ade0d

misonL commited on

fix: 修正uvicorn运行入口模块名称错误
cc0fdca

misonL commited on

refactor(股票服务): 将DataService导入从data_service改为data_service_memory
675de3a

misonL commited on

refactor(db): 将数据库基础模块从database重命名为db_selector
0aa8cd1

misonL commited on

refactor(models): 使用 db_selector 模块中的 Base 替换 database 模块
99263e1

misonL commited on

refactor(security): 替换数据库获取函数为新的db_selector模块
4bff570

misonL commited on

refactor(data): 移除模块初始化文件中的直接导入
c6d82f3

misonL commited on

refactor: 重命名 DataService 为 DataServiceMemory
88af057

misonL commited on

refactor(data): 将DataService替换为DataServiceMemory实现
edb8a13

misonL commited on

fix: 修正内存模式下数据服务的导入路径
a0d9198

misonL commited on

refactor: 优化配置和Docker构建流程
0a643bd

misonL commited on

refactor: 重构为纯内存模式并优化部署配置
cf749ed

misonL commited on

refactor: 移除内存模式相关描述,统一数据库和服务命名
0445b02

misonL commited on

refactor: 更新Pydantic模型配置并优化API响应格式
6dde2bf

misonL commited on

refactor(api): 移除未使用的路由模块
dba5a1e

misonL commited on

refactor(策略服务): 将 StrategyManager 参数类型改为 Any
e6e9cef

misonL commited on

refactor(策略服务): 将 StockService 类型注解改为 Any 以提高灵活性
d0a91fb

misonL commited on

fix(api): 明确设置selections接口的response_model为None
8181201

misonL commited on

refactor(stocks): 移除股票排名接口的ranking_type参数验证
bfb93c8

misonL commited on

refactor(stock_service): 将 DataService 类型提示改为 Any
f83b20e

misonL commited on

refactor(models): 移除不存在的StockInfo类并修正导入
4613fe0

misonL commited on

docs(hf-space-deployment): 更新Hugging Face空间部署文档要求
1a4f341

misonL commited on

refactor(database): 重构数据库基础模型和初始化逻辑
33d13e8

misonL commited on

refactor(database): 简化数据库配置仅使用 SQLite 内存模式
3945057

misonL commited on

feat(数据库): 添加内存模式支持以使用SQLite内存数据库
dc163d4

misonL commited on

fix(Dockerfile): 创建必要的日志目录并设置权限
b2c92a9

misonL commited on

feat(配置): 添加上传目录配置并设置权限
e72e7f7

misonL commited on

refactor(docker): 清理未使用的docker配置并更新TA-Lib依赖
37954cc

misonL commited on

Optimize Docker caching and resolve TA-Lib dependency conflicts
ae797ec

misonL commited on

Upload 89 files
065ec1d
verified

misonL commited on