6 Commits

Author SHA1 Message Date
张翔 31ee0d4ece feat(docker): 添加网关服务,实现前端-》网关-》后端调用链路
- 更新 docker-compose.yml 添加网关服务
- 更新后端 Dockerfile 支持多模块构建
- 更新网关 Dockerfile 支持多模块构建
- 前端 API 请求现在通过网关路由到后端
2026-04-27 15:44:22 +08:00
张翔 60fb84e306 chore: 更新Docker和CI配置
- 更新Woodpecker CI配置
- 更新Docker Compose配置
- 更新应用主类配置
- 更新网关路由服务
- 更新审计日志相关代码
2026-04-15 23:38:03 +08:00
张翔 8a0cd64829 feat: extend operation log service and repository with pagination support 2026-03-18 22:34:43 +08:00
张翔 08cd057124 docs: update deployment configurations for multi-module architecture 2026-03-14 11:05:39 +08:00
张翔 dc53a233b9 refactor(domain): 将领域模型移动到common模块
重构项目结构,将分散在各模块的领域模型统一移动到manage-common模块
更新相关依赖和引用路径
调整docker-compose配置和测试标记
添加新的Playwright测试配置
优化Dockerfile构建过程
2026-03-13 19:58:57 +08:00
张翔 fe2e4110dd feat: add system quality improvement plan and implementation 2026-03-12 18:20:50 +08:00