张翔
|
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 |
|
张翔
|
9ab7cb0982
|
test: 补充Handler层测试用例提升分支覆盖率
- SysUserHandler: 新增7个测试(分页、创建、更新、批量操作)
- SysRoleHandler: 新增3个测试(分页、更新NotFound)
- MenuHandler: 新增3个测试(默认参数、null参数、更新NotFound)
- 覆盖更多分支逻辑和边界条件
- 提升Handler层测试完整性
|
2026-03-14 18:03:12 +08:00 |
|
张翔
|
8ff7a6436d
|
test: 添加配置类和安全组件单元测试
- JwtTokenProviderTest: 测试JWT Token生成、解析和验证功能
- RateLimitConfigTest: 测试限流配置
- MultipartConfigTest: 测试文件上传配置
- 覆盖Token生成、解析、验证等核心安全功能
- 使用反射设置私有字段进行测试
- 避免Spring上下文依赖,提高测试速度
|
2026-03-14 17:10:22 +08:00 |
|
张翔
|
3bd684ce2a
|
test: 添加Service层单元测试
- OperationLogServiceTest: 测试操作日志服务
- SysDictDataServiceTest: 测试字典数据服务
- SysMenuServiceTest: 测试菜单服务(含树形结构构建)
- SysExceptionLogServiceTest: 测试异常日志服务(含分页查询)
- SysLoginLogServiceTest: 测试登录日志服务(含分页查询)
- SysDictTypeServiceTest: 测试字典类型服务
- 使用Mockito模拟Repository层依赖
- 使用StepVerifier验证响应式流
- 覆盖CRUD操作和复杂查询场景
|
2026-03-14 16:48:23 +08:00 |
|
张翔
|
fc9169cf6b
|
test: 添加StatsHandler和SysAuthHandler单元测试
- StatsHandler: 测试系统统计数据查询功能
- SysAuthHandler: 测试用户登录、注册、登出等认证功能
- 覆盖成功场景、失败场景和边界条件
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
|
2026-03-14 16:42:06 +08:00 |
|
张翔
|
087e747608
|
test: 添加SysLogHandler单元测试
- 测试系统日志Handler的12个方法
- 覆盖登录日志和异常日志的查询、创建、分页等功能
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
|
2026-03-14 16:39:31 +08:00 |
|
张翔
|
28e56fc2a5
|
test: 添加SysDictHandler单元测试
- 测试系统字典Handler的17个方法
- 覆盖字典类型和字典数据的查询、创建、更新、删除等功能
- 使用Mockito模拟Service层依赖
- 使用StepVerifier验证响应式流
|
2026-03-14 16:36:43 +08:00 |
|
张翔
|
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 |
|
张翔
|
af913ea8f4
|
chore: 更新 .gitignore 并移除已跟踪的构建产物
- 完善 Java/Maven 构建产物忽略规则
- 新增 Vue 3 + Vite 前端构建产物忽略
- 新增 Python E2E 测试相关文件忽略
- 新增 Playwright、Allure 测试报告忽略
- 新增 JaCoCo 覆盖率文件忽略
- 移除 target/ 目录下所有已跟踪的 .class 文件
- 优化 IDE 配置文件忽略规则
|
2026-03-13 10:24:24 +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 |
|