Commit Graph

65 Commits

Author SHA1 Message Date
张翔 db046bcb3c test: 添加SysConfigHandler单元测试
- 测试系统配置Handler的9个方法
- 覆盖查询、创建、更新、删除等功能
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
2026-03-14 16:35:10 +08:00
张翔 28ed7a8ed0 test: 添加MenuHandler单元测试
- 测试菜单Handler的9个方法
- 覆盖查询、创建、更新、删除、树形结构等功能
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
2026-03-14 16:33:22 +08:00
张翔 55301b78ae test: 添加SysRoleHandler单元测试
- 测试角色Handler的13个方法
- 覆盖查询、创建、更新、删除、恢复等功能
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
2026-03-14 16:32:25 +08:00
张翔 a1bb6f4fa0 test: 添加SysUserHandler单元测试
- 测试用户Handler的11个方法
- 覆盖查询、创建、更新、删除、密码修改等功能
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
2026-03-14 16:30:49 +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
张翔 c50ccd258f feat: 重构测试框架并优化代码结构
refactor(tests): 将e2e_tests迁移到tests_suite和api_integration_tests
style: 为Java类添加文档注释
docs: 更新.gitignore和配置文件
test: 添加性能测试和Playwright测试脚本
chore: 清理旧测试文件和配置
2026-03-14 13:49:39 +08:00
张翔 9e187f42e5 refactor: use Woodpecker CI and simplify monitoring to Spring Boot Actuator only 2026-03-14 11:59:34 +08:00
张翔 c3d7ad8a40 feat: complete all post-refactor tasks (performance, monitoring, docs, CI/CD) 2026-03-14 11:48:47 +08:00
张翔 6453c8c6fb feat: add notify handlers and routes to manage-app 2026-03-14 11:40:34 +08:00
张翔 2d14b47bcf feat: implement file service and handler in manage-file module 2026-03-14 11:34:27 +08:00
张翔 08cd057124 docs: update deployment configurations for multi-module architecture 2026-03-14 11:05:39 +08:00
张翔 915edf4f7a feat: implement JWT authentication and RBAC authorization filters in gateway 2026-03-14 11:03:20 +08:00
张翔 419c046dc4 refactor: add manage-notify and manage-file dependencies to manage-app 2026-03-14 10:38:00 +08:00
张翔 2dd239a142 refactor: migrate SysFile to manage-file module 2026-03-14 10:33:35 +08:00
张翔 4db2019d95 refactor: migrate WebSocket handler to manage-notify module 2026-03-14 10:31:12 +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
张翔 4f4331f2d9 feat: create manage-file module structure 2026-03-14 10:21:52 +08:00
张翔 3cb208ce32 feat: create manage-notify module structure 2026-03-14 10:20:54 +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
张翔 4f23ae8d8c refactor: extract common configurations to manage-common 2026-03-13 13:00:18 +08:00
张翔 9364b966c9 refactor: extract common DTOs to manage-common 2026-03-13 12:59:26 +08:00
张翔 e6b64a733a refactor: extract common utilities to manage-common 2026-03-13 12:58:44 +08:00
张翔 a1305aa53b feat: create manage-audit module structure 2026-03-13 12:53:17 +08:00
张翔 c864357b62 feat: create manage-common module structure 2026-03-13 12:52:18 +08:00
张翔 f88d3e1eab feat: create manage-app and manage-db module structures 2026-03-13 12:51:32 +08:00
张翔 e7148498ad feat: create manage-gateway module structure 2026-03-13 12:49:12 +08:00
张翔 a12638c567 fix: 修复 uploads 目录忽略规则
- 将 /uploads/ 改为 uploads/ 以匹配所有子目录中的 uploads 文件夹
- 确保上传测试文件不会被 git 跟踪
2026-03-13 10:30:52 +08:00
张翔 af913ea8f4 chore: 更新 .gitignore 并移除已跟踪的构建产物
- 完善 Java/Maven 构建产物忽略规则
- 新增 Vue 3 + Vite 前端构建产物忽略
- 新增 Python E2E 测试相关文件忽略
- 新增 Playwright、Allure 测试报告忽略
- 新增 JaCoCo 覆盖率文件忽略
- 移除 target/ 目录下所有已跟踪的 .class 文件
- 优化 IDE 配置文件忽略规则
2026-03-13 10:24:24 +08:00
张翔 2555bf5f55 refactor: 移除ant-design-vue和tailwindcss依赖并优化样式
style: 统一使用css替换scss并调整组件样式
style: 优化组件布局和属性顺序
chore: 更新.gitignore和.eslintrc配置
2026-03-13 09:55:05 +08:00
张翔 9f8bf041c3 feat: 更新端口配置并添加监控支持
fix: 修复测试配置和依赖检查

perf: 优化雪花算法性能

refactor: 清理冗余代码和未使用的导入

style: 统一代码格式和注释

test: 添加单元测试和集成测试

ci: 更新CI配置和构建脚本

chore: 更新依赖和配置文件
2026-03-13 08:50:19 +08:00
张翔 fe2e4110dd feat: add system quality improvement plan and implementation 2026-03-12 18:20:50 +08:00
张翔 c8646974d8 refactor: complete infrastructure refactoring phase 1
- Restore DAO layer design pattern (DictionaryDao, OperationLogDao, SysUserDao)
- Update Repository implementations to use DAO layer
- Add batch conversion methods to all converters (toEntityList, toDomainList)
- Migrate DictionaryHandler to functional WebFlux style
- Create unified SystemRouter configuration
- Add comprehensive .gitignore file
2026-03-12 12:37:14 +08:00
张翔 4366e742dc fix: correct .gitignore to not ignore source db directory 2026-03-12 12:34:56 +08:00
张翔 2119c6eb4b chore: add comprehensive .gitignore file 2026-03-12 12:29:26 +08:00
张翔 8bc02f153e fix: 修复SecurityConfig添加WebSocket端点匿名访问 2026-03-12 07:52:48 +08:00
张翔 95438f3334 feat: 集成WebSocket到UserMessageService 2026-03-12 07:51:59 +08:00
张翔 6d16a783ef feat: 集成WebSocket到NoticeService 2026-03-12 07:51:21 +08:00
张翔 0cebc8534d feat: 添加WebSocket服务层 2026-03-12 07:50:34 +08:00