Commit Graph

  • 8459227f42 行控制与列控制页面功能优化 master si@aidatagov.com 2025-02-04 00:46:13 +0800
  • 2acc63bcd4 页面优化 si@aidatagov.com 2025-01-24 00:06:25 +0800
  • 6cce2560ee ds接口可配置 si@aidatagov.com 2025-01-23 23:50:25 +0800
  • 81430697f6 修改request方式,整合ds的url xueyinfei 2025-01-22 20:15:32 +0800
  • f7eeaca583 代码优化 si@aidatagov.com 2025-01-22 01:35:02 +0800
  • c3ce7ba52b vue3更改 si@aidatagov.com 2025-01-22 00:40:19 +0800
  • 02615b0a12 vue2转vue3 si@aidatagov.com 2025-01-21 01:33:45 +0800
  • 2b5911c988 Merge branch 'master' of http://47.121.207.11:3000/developers/vue-fastapi-admin si@aidatagov.com 2025-01-21 00:31:57 +0800
  • bd5d95239c 功能同步 si@aidatagov.com 2025-01-21 00:31:09 +0800
  • 565385567f aichat 暂停 xueyinfei 2025-01-20 11:04:27 +0800
  • 3fa77c66f8 aichat xueyinfei 2025-01-13 20:35:18 +0800
  • ea5eece0a4 init xueyinfei 2024-12-27 14:02:22 +0800
  • 8f851f5e51 fix: 修复默认关闭Tags-Views时,内链页面打不开 insistence 2024-12-10 15:53:06 +0800
  • 29b672cdab perf: 参数键值更换为多行文本 insistence 2024-12-10 15:16:40 +0800
  • 27fe0e04f6 feat: 用户头像新增支持http(s)链接 insistence 2024-12-10 15:02:16 +0800
  • 591dbe06a2
    !22 RuoYi-Vue3-FastAPI v1.5.1 Merge pull request !22 from insistence/develop insistence 2024-11-12 07:35:06 +0000
  • 43b7931591 docs: 更新README文档 insistence 2024-11-12 15:31:01 +0800
  • 51257df07c chore: 升级版本至1.5.1 insistence 2024-11-12 15:30:54 +0800
  • c282f362f4 perf: 移除已弃用的log_decorator装饰器 insistence 2024-11-12 15:10:17 +0800
  • 425d6e00eb perf: 校检文件名是否包含特殊字符 insistence 2024-11-08 17:10:54 +0800
  • 564d470240 perf: 优化字典数组条件判断 insistence 2024-11-08 17:06:21 +0800
  • a1937448d6 refactor: 定时任务改用AsyncIOScheduler和AsyncIOExecutor insistence 2024-11-07 10:01:49 +0800
  • 1ddb1bd5b5 feat: 定时任务新增支持调用异步函数 insistence 2024-11-06 22:28:09 +0800
  • 4f4ee34e8d style: 修复书写错误 insistence 2024-10-31 15:38:58 +0800
  • 8202e8c9db
    !21 RuoYi-Vue3-FastAPI v1.5.0 Merge pull request !21 from insistence/develop insistence 2024-10-22 12:05:05 +0000
  • b797ffb5af docs: 更新README文档 insistence 2024-10-22 20:02:09 +0800
  • c2795c49e4 chore: 升级版本至1.5.0 insistence 2024-10-22 20:01:59 +0800
  • 545cb6606c revert: 因fastapi查询参数模型底层存在bug,回滚查询参数模型声明方式为as_query insistence 2024-10-22 19:41:28 +0800
  • d0211cfd11 perf: 优化上传图片带域名时不增加前缀 insistence 2024-10-22 19:36:27 +0800
  • a3c9ffdad5 fix: 修复登录日志导出文件名称错误的问题 insistence 2024-10-22 19:34:13 +0800
  • 5ce1ffd557 perf: 优化参数设置页面 insistence 2024-10-22 17:04:34 +0800
  • 850d8d7890 fix: 修复DictTag组件控制台抛异常的问题 #IAYSVZ insistence 2024-10-22 17:04:08 +0800
  • 53cc6eb8ce perf: 优化列表查询排序 insistence 2024-10-22 16:28:08 +0800
  • c7af974d3f feat: 新增对PostgreSQL数据库的支持 insistence 2024-10-22 16:27:47 +0800
  • bb143ac15a perf: 优化CamelCaseUtil和SnakeCaseUtil以兼容更多转换场景 insistence 2024-10-21 11:11:05 +0800
  • c6c9020d89
    !18 RuoYi-Vue3-FastAPI v1.4.0 Merge pull request !18 from insistence/develop insistence 2024-09-29 02:24:08 +0000
  • df1929ab24 docs: 更新README文档 insistence 2024-09-29 09:50:32 +0800
  • 3d15c37182 chore: 升级版本至1.4.0 insistence 2024-09-29 09:50:23 +0800
  • d9810bfb67 perf: 优化前端登录请求方法 insistence 2024-09-29 09:47:25 +0800
  • 5a04889f84 refactor: 基于fastapi0.115.0版本新特性,直接使用pydantic模型接收查询参数和表单数据,移除as_query和as_form使用方式 insistence 2024-09-29 09:43:38 +0800
  • 8a964bf3f5 chore: 更新fastapi版本至0.115.0 insistence 2024-09-29 09:39:56 +0800
  • f573e3e93b style: 修复书写错误 insistence 2024-09-24 20:20:04 +0800
  • 84a02a42aa
    !17 RuoYi-Vue3-FastAPI v1.3.3 Merge pull request !17 from insistence/develop insistence 2024-09-04 01:16:02 +0000
  • c750908c04 docs: 更新README文档 insistence 2024-09-04 09:07:42 +0800
  • af89388294 chore: 升级版本至1.3.3 insistence 2024-09-04 09:07:34 +0800
  • 09380dc94f chore: 更新pydantic-validation-decorator版本为0.1.4,修复了一些底层bug insistence 2024-09-04 09:02:13 +0800
  • 82c84b2afe perf: 日志装饰器异常处理增加logger打印日志 insistence 2024-09-04 09:01:41 +0800
  • f404aba689 fix: 修复在线用户模块条件查询无效的问题 insistence 2024-08-17 16:52:46 +0800
  • 9013b1917e perf: 优化在线用户模块前后端字段描述一致 insistence 2024-08-17 16:51:38 +0800
  • c415dfa8e1
    !16 RuoYi-Vue3-FastAPI v1.3.2 Merge pull request !16 from insistence/develop insistence 2024-08-08 01:38:22 +0000
  • 5765e967ae docs: 更新README文档 insistence 2024-08-08 09:28:33 +0800
  • 1ba4d959ce chore: 升级版本至1.3.2 insistence 2024-08-08 09:27:51 +0800
  • df8ab6bc55 chore: 调整.gitignore策略 insistence 2024-08-08 09:24:09 +0800
  • ca6668331f style: 优化添加中间件函数注释 insistence 2024-08-08 09:20:57 +0800
  • d49d05b776 feat: 新增gzip压缩中间件 insistence 2024-08-08 09:18:07 +0800
  • d8e3f7dca1 fix: 修复定时任务监听函数中事件没有job_id报错的问题 insistence 2024-08-07 14:41:57 +0800
  • 5ee1a64587 fix: 修复分页函数计算has_next错误的问题 #10 insistence 2024-08-02 10:27:06 +0800
  • 9a31c21943
    !15 RuoYi-Vue3-FastAPI v1.3.1 Merge pull request !15 from insistence/develop insistence 2024-07-31 03:24:06 +0000
  • e52f0f42cb docs: 更新README文档 insistence 2024-07-31 11:14:38 +0800
  • 1f51525dfa chore: 升级版本至1.3.1 insistence 2024-07-31 11:13:57 +0800
  • a1c77829cd perf: 补充定时任务违规字符串 insistence 2024-07-31 10:59:01 +0800
  • 07771c180d fix: 修复1.3.0版本采用新的异常处理机制后日志装饰器无法记录异常日志的问题 insistence 2024-07-27 16:31:01 +0800
  • d55ddbebaf
    !14 RuoYi-Vue3-FastAPI v1.3.0 Merge pull request !14 from insistence/develop insistence 2024-07-16 10:11:31 +0000
  • bea5d9428e docs: 更新README文档 insistence 2024-07-16 15:24:51 +0800
  • e275cbdaee chore: 升级版本至1.3.0 insistence 2024-07-16 15:23:25 +0800
  • 5742582073 chore: 调整vue版本以适应部分模块 insistence 2024-07-16 15:21:52 +0800
  • eab51c0355 perf: 优化API文档字段描述显示 insistence 2024-07-16 15:19:36 +0800
  • 6734df119a perf: 优化用户管理模块部分接口逻辑 insistence 2024-07-16 15:15:43 +0800
  • 42269f78c3 chore: 使用PyJWT替换python-jose以解决一些安全性问题 insistence 2024-07-16 09:40:56 +0800
  • 93d7ecb1ee chore: 更新依赖至最新版本 insistence 2024-07-16 09:39:24 +0800
  • 70e1b7a078 refactor: 重构RedisInitKeyConfig为枚举类型 insistence 2024-07-16 08:52:49 +0800
  • e359471361 perf: 对数据权限sql去重 insistence 2024-07-16 08:13:11 +0800
  • 7df6616e54 refactor: 重构数据权限逻辑 insistence 2024-07-15 21:31:01 +0800
  • 2263897111 perf: 优化部分ids字符串分割写法 insistence 2024-07-15 21:24:17 +0800
  • d1b6db4769 feat: 菜单管理新增路由名称 insistence 2024-07-15 15:46:20 +0800
  • a001ff8099 fix: 修复重复的getList insistence 2024-07-15 14:59:33 +0800
  • ee625ea3ed style: 优化代码 insistence 2024-07-15 14:57:58 +0800
  • 3cf31828e0 perf: cron生成的表达式hour优化 insistence 2024-07-15 14:37:40 +0800
  • bcf7467308 perf: 优化部分ids进行字符串分割后的校验 insistence 2024-07-15 14:21:05 +0800
  • 997a3068ac fix: 修复升级element-plus后el-radio使用label过期的问题 insistence 2024-07-15 11:38:29 +0800
  • 753403b0f8 fix: 修复check_role_data_scope_services参数类型不匹配的问题 insistence 2024-07-15 11:37:28 +0800
  • 1d4fb2cdb2 fix: 修复validate_second_or_minute参数丢失的问题 insistence 2024-07-15 11:36:34 +0800
  • 82ce4f00f5 refactor: 重构日志装饰器为Log insistence 2024-07-15 10:39:52 +0800
  • 068503d275 feat: 新增CronUtil工具类 insistence 2024-07-15 08:49:15 +0800
  • c39375b776 perf: 优化定时任务模块service层及异常处理 insistence 2024-07-14 22:37:35 +0800
  • 4669d6b29b chore: 调整ServiceException的日志级别 insistence 2024-07-13 18:16:55 +0800
  • e3b422cc6e style: 优化部分文件中的函数及类注释 insistence 2024-07-13 18:15:35 +0800
  • c23a3ccfaf style: 使用ruff格式化app.py,优化导入 insistence 2024-07-12 11:36:06 +0800
  • 5d8b177a12 style: 使用ruff格式化server.py,优化导入 insistence 2024-07-12 11:35:58 +0800
  • 5dd6513706 style: 使用ruff格式化aspect模块,优化导入 insistence 2024-07-12 11:31:10 +0800
  • bdb1a67d44 style: 使用ruff格式化annotation模块,优化导入 insistence 2024-07-12 11:29:15 +0800
  • 7af22e97ad style: 使用ruff格式化sub_applications模块,优化导入 insistence 2024-07-12 11:23:46 +0800
  • fea346413c style: 使用ruff格式化module_task模块,优化导入 insistence 2024-07-12 11:23:01 +0800
  • 44af38612c style: 使用ruff格式化middlewares模块,优化导入 insistence 2024-07-12 11:22:23 +0800
  • 13cfc60782 style: 使用ruff格式化exceptions模块,优化导入 insistence 2024-07-12 11:21:37 +0800
  • 9b40c05e64 style: 使用ruff格式化config模块,优化导入 insistence 2024-07-12 11:19:07 +0800
  • ed9ad54b46 style: 使用ruff格式化utils模块,优化导入 insistence 2024-07-12 11:13:01 +0800
  • 380693c66d style: 使用ruff格式化验证码模块,优化导入 insistence 2024-07-12 11:06:57 +0800
  • 91e31cfbf7 style: 使用ruff格式化服务监控模块,优化导入 insistence 2024-07-12 11:04:40 +0800
  • 371fed69df style: 使用ruff格式化缓存监控及列表模块,优化导入 insistence 2024-07-12 10:59:41 +0800