Commit Graph

22 Commits

Author SHA1 Message Date
张翔 f6916fb5b9 test(QueryUtil): 修复测试用例中criteria的空指针问题
修改测试用例中query.getCriteria()的调用方式,使用orElse处理可能的空值情况,避免空指针异常
2026-03-24 14:30:16 +08:00
张翔 e4721053bd feat: 完善系统配置审计通知功能并优化异常处理
- 新增异常处理体系(BaseException及其子类)
- 优化密码、邮箱、用户名等基础类型
- 添加字典管理、登录日志、操作日志的E2E测试
- 完善API集成测试和安全测试
- 添加性能测试配置和脚本
- 优化OpenAPI配置和全局异常处理器
2026-03-24 14:05:35 +08:00
张翔 be5d5ede90 feat: 添加异常日志功能并优化UI样式
refactor: 重构后端查询逻辑和API响应处理

fix: 修复用户角色更新和文件上传问题

test: 添加前端性能测试脚本和E2E测试用例

chore: 更新依赖版本和配置文件

docs: 添加环境检查脚本和测试文档

style: 统一表格标签样式和路由命名

perf: 优化前端页面加载速度和响应时间
2026-03-24 13:32:20 +08:00
张翔 8a0cd64829 feat: extend operation log service and repository with pagination support 2026-03-18 22:34:43 +08:00
张翔 157aee2ffc feat: add operation_log table migration 2026-03-18 22:28:51 +08:00
张翔 22bf771760 test: add DictionaryConverter unit tests 2026-03-14 16:24:15 +08:00
张翔 76929aebd3 test: add SysLoginLogConverter unit tests 2026-03-14 16:23:36 +08:00
张翔 ddab6d2521 test: add OperationLogConverter unit tests 2026-03-14 16:22:53 +08:00
张翔 556d8aa760 test: add SysExceptionLogConverter unit tests 2026-03-14 16:22:02 +08:00
张翔 c42c15256f test: add SysDictDataConverter unit tests 2026-03-14 16:21:24 +08:00
张翔 49e2bf4041 test: add SysDictTypeConverter unit tests 2026-03-14 16:20:33 +08:00
张翔 62154773b3 test: add SysConfigConverter unit tests 2026-03-14 16:19:47 +08:00
张翔 ccf916c731 test: add SysMenuConverter unit tests 2026-03-14 16:19:19 +08:00
张翔 ddf2913d43 test: add SysRoleConverter unit tests 2026-03-14 16:18:31 +08:00
张翔 0d5001fd1e test: add SysUserConverter unit tests 2026-03-14 16:17:24 +08:00
张翔 2dd239a142 refactor: migrate SysFile to manage-file module 2026-03-14 10:33:35 +08:00
张翔 5840a880e3 refactor: migrate SysUserMessage to manage-notify module 2026-03-14 10:29:23 +08:00
张翔 4f1caaf758 refactor: migrate SysNotice to manage-notify module 2026-03-14 10:24:06 +08:00
张翔 dc53a233b9 refactor(domain): 将领域模型移动到common模块
重构项目结构,将分散在各模块的领域模型统一移动到manage-common模块
更新相关依赖和引用路径
调整docker-compose配置和测试标记
添加新的Playwright测试配置
优化Dockerfile构建过程
2026-03-13 19:58:57 +08:00
张翔 9aed900408 refactor(manage-db): 重构领域模型和查询工具类
将领域模型从sys.core和sys.infrastructure包迁移到manage-db包
添加BaseDomain作为基础领域类
实现QueryUtil工具类用于构建查询条件
新增多个Repository接口定义
添加commons-collections4依赖
2026-03-13 19:41:03 +08:00
张翔 57f85b20c8 refactor: extract database entities to manage-db (partial) 2026-03-13 13:03:13 +08:00
张翔 f88d3e1eab feat: create manage-app and manage-db module structures 2026-03-13 12:51:32 +08:00