26 Commits
Author SHA1 Message Date
insistence 726883f68a feat: 新增跨时区支持并完善定时任务调度 (#127)
* feat: 新增跨时区支持

* perf: 优化代码

* fix: 修复测试

* perf: 优化调度器日志打印
2026-09-12 17:01:05 +08:00
insistence b05614569f perf: 优化sqlalchemy模型创建时间和更新时间字段机制 (#125)
* perf: 优化sqlalchemy模型创建时间和更新时间字段机制

* feat: 新增时间字段mixin

* style: 格式化代码
2026-08-21 20:52:00 +08:00
insistence ae852b8501 feat: 新增多数据源功能 (#123)
* feat: 新增多数据源功能

* perf: 优化多worker下数据源打印重复日志的问题

* perf: 优化代码

* perf: 优化代码

* chore: 固定ai插件相关依赖
2026-08-21 15:26:24 +08:00
insistence 17e7f56fe5 feat: 新增接口限流装饰器 (#99)
* feat: 新增接口限流装饰器

* perf: 优化接口缓存装饰器和接口缓存失效装饰器

* chore: 更新github actions规则
2026-04-09 14:29:16 +08:00
insistence 11912cf993 feat: 新增ApiCache接口缓存装饰器和ApiCacheEvict接口缓存失效装饰器 (#97)
* feat: 新增ApiCache接口缓存装饰器和ApiCacheEvict接口缓存失效装饰器

* fix: 修复ruff lint异常
2026-04-07 17:40:56 +08:00
insistence 1857663c9f feat: 新增自动注册路由功能 2025-12-17 15:52:22 +08:00
insistence 98651f4d8f perf: 接口API文档的接口描述信息 2025-12-15 16:18:20 +08:00
insistence 40ccb84922 perf: 优化所有接口的API文档响应模型显示 2025-12-15 15:02:49 +08:00
insistence 1f51b628af perf: 优化API文档的响应模型显示 2025-12-12 17:44:54 +08:00
insistence 184982eb08 perf: controller层全部使用新依赖项 2025-12-11 16:59:18 +08:00
insistence a3355e2545 refactor&feat: 优化项目结构,新增common模块,原annotation、aspect、constant、enums模块移动至common模块下 2025-12-05 15:02:04 +08:00
insistence 1516c1a941 refactor&perf: 增强ruff规则,完善类型提示 2025-12-05 10:00:25 +08:00
insistence 545cb6606c revert: 因fastapi查询参数模型底层存在bug,回滚查询参数模型声明方式为as_query 2024-10-22 19:41:28 +08:00
insistence 5a04889f84 refactor: 基于fastapi0.115.0版本新特性,直接使用pydantic模型接收查询参数和表单数据,移除as_query和as_form使用方式 2024-09-29 09:43:38 +08:00
insistence 82ce4f00f5 refactor: 重构日志装饰器为Log 2024-07-15 10:39:52 +08:00
insistence c39375b776 perf: 优化定时任务模块service层及异常处理 2024-07-14 22:37:35 +08:00
insistence 659163d662 style: 使用ruff格式化定时任务模块,优化导入 2024-07-12 10:28:28 +08:00
insistence 19f34d6a81 chore: 将validate_annotation封装为pydantic-validation-decorator库 2024-07-07 09:09:19 +08:00
insistence d12c1c31f3 feat: 定时任务管理模块新增和编辑接口新增字段校验 2024-07-05 12:52:00 +08:00
insistence 77b4eb10b1 perf: 优化@log_decorator参数的类型提示 2024-06-30 21:04:50 +08:00
insistence d08fe67ab8 fix: 修复各模块新增数据时创建时间记录异常的问题 2024-06-26 21:05:25 +08:00
insistence 3b13237ad6 fix: 修复清空定时任务日志异常的问题 2024-05-17 15:07:17 +08:00
insistence 1972f1cb6d refactor: 重构数据库orm为异步 #I9MRQS 2024-05-17 15:04:30 +08:00
insistence 3ac12cab8c chore: 调整定时任务模块部分接口权限标识 2024-02-18 11:08:07 +08:00
insistence 3fda4a284c perf: 优化定时任务模块分页查询 2024-01-26 08:59:50 +08:00
insistence f0c38a87dc feat: 初始化项目架构 2024-01-22 23:46:27 +08:00