Commit Graph

9 Commits

Author SHA1 Message Date
张翔 8a0cd64829 feat: extend operation log service and repository with pagination support 2026-03-18 22:34:43 +08:00
张翔 8ff7a6436d test: 添加配置类和安全组件单元测试
- JwtTokenProviderTest: 测试JWT Token生成、解析和验证功能
- RateLimitConfigTest: 测试限流配置
- MultipartConfigTest: 测试文件上传配置
- 覆盖Token生成、解析、验证等核心安全功能
- 使用反射设置私有字段进行测试
- 避免Spring上下文依赖,提高测试速度
2026-03-14 17:10:22 +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
张翔 419c046dc4 refactor: add manage-notify and manage-file dependencies to manage-app 2026-03-14 10:38:00 +08:00
张翔 dc53a233b9 refactor(domain): 将领域模型移动到common模块
重构项目结构,将分散在各模块的领域模型统一移动到manage-common模块
更新相关依赖和引用路径
调整docker-compose配置和测试标记
添加新的Playwright测试配置
优化Dockerfile构建过程
2026-03-13 19:58:57 +08:00
张翔 f88d3e1eab feat: create manage-app and manage-db module structures 2026-03-13 12:51:32 +08:00