Commit Graph

102 Commits

Author SHA1 Message Date
张翔 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
张翔 a24406653b feat: 添加WebSocket配置和处理器 2026-03-12 07:49:57 +08:00
张翔 8048e8bded feat: 添加WebSocket依赖 2026-03-12 07:48:24 +08:00
张翔 5a4ac80018 feat: 添加SysFileHandler文件管理API(含文件预览)~ 2026-03-12 07:47:41 +08:00
张翔 3072378d2d feat: 添加SysNoticeHandler通知管理API 2026-03-12 07:44:33 +08:00
张翔 14c2872dac feat: 添加SysConfigHandler系统配置API 2026-03-12 07:44:06 +08:00
张翔 6af3949574 feat: 添加SysDictHandler字典管理API 2026-03-12 07:43:26 +08:00
张翔 1a658e598e feat: 添加SysUserMessageRepository数据访问层~ 2026-03-12 07:42:01 +08:00
张翔 2bef606164 feat: 添加SysFileRepository数据访问层~ 2026-03-12 07:40:34 +08:00
张翔 684a8a8699 feat: 添加SysNoticeRepository数据访问层~ 2026-03-12 07:39:19 +08:00
张翔 38fe0079d5 feat: 添加SysExceptionLogRepository数据访问层~ 2026-03-12 07:38:04 +08:00
张翔 80b3ba17c6 feat: 添加SysLoginLogRepository数据访问层~ 2026-03-12 07:36:34 +08:00
张翔 e060aef18a feat: 添加SysConfigRepository数据访问层~ 2026-03-12 07:33:54 +08:00
张翔 4e9065bda0 feat: 添加SysDictDataRepository数据访问层~ 2026-03-12 07:28:16 +08:00