1193dc70e0
test(SmartCollectionServiceTest): 添加对JsonProcessingException的处理
...
test/timeline-server/pipeline/head There was a failure building this commit
在测试中为objectMapper.writeValueAsString添加异常处理,确保测试用例能够正确处理可能出现的JsonProcessingException
2026-02-25 16:46:34 +08:00
edeb4fc168
test: 更新测试依赖并优化测试代码
...
test/timeline-server/pipeline/head There was a failure building this commit
- 添加spring-boot-starter-test和mockito-junit-jupiter测试依赖
- 简化AlbumServicePropertyTest中的photoIdLists生成器
- 统一WebSocket测试中的any()参数类型为Object.class
- 优化TestDataGenerators中的代码格式和UserProfile时间类型
2026-02-25 16:18:24 +08:00
8080750078
refactor(ReactionController): 提取获取用户ID的逻辑到独立方法
...
test/timeline-server/pipeline/head There was a failure building this commit
将重复的jwtUtils.getUserIdFromRequest调用提取为私有方法getUserIdFromRequest
2026-02-25 15:58:54 +08:00
32097e57d7
fix(user-service): resolve Spring Cloud OpenFeign and Jakarta servlet dependencies
...
test/timeline-server/pipeline/head There was a failure building this commit
- Add spring-cloud-starter-openfeign dependency for Feign client support
- Add jakarta.servlet-api dependency for Spring Boot 3.x compatibility
- Update HttpServletRequest import from javax.servlet to jakarta.servlet in SmartCollectionController
- Document backend build fixes and dependency migration in BACKEND_FIXES_SUMMARY.md
- Resolve compilation errors caused by missing Spring Cloud and Jakarta EE dependencies
2026-02-25 15:27:20 +08:00
10ef5918fc
feat(user-service): 实现用户服务核心功能与数据同步
...
test/timeline-server/pipeline/head There was a failure building this commit
- 新增用户资料、偏好设置、自定义字段管理功能
- 实现评论、反应、相册与智能集合的完整业务逻辑
- 添加离线变更记录与数据同步机制支持冲突解决
- 集成 Redis 缓存配置与用户统计数据聚合
- 创建 8 个业务控制器处理用户交互请求
- 新增 Feign 客户端与故事服务集成
- 补充详细的后端实现与 WebSocket 指南文档
- 更新项目依赖配置支持新增功能模块
2026-02-25 15:04:30 +08:00
7972fa775a
chore: 修改 XUserIdHandshakeInterceptor 以支持 Bearer 前缀
test/timeline-server/pipeline/head This commit looks good
2026-02-11 15:11:08 +08:00
482c32a59c
feat: 增加通知系统、RabbitMQ集成及Docker一键部署脚本
...
test/timeline-server/pipeline/head This commit looks good
1. 新增通知中心功能,支持好友请求、评论、点赞等多种通知类型的持久化与推送
2. 集成 RabbitMQ 用于异步处理动态日志,解耦动态服务与日志记录逻辑
3. 提供完整的 Docker Compose 部署方案及一键启动/停止脚本(Shell/Bat)
4. 优化文件服务,增加图片上传时的自动压缩处理以节省存储空间
5. 增强动态服务,支持通过 shareId 公开访问动态项及关键词搜索功能
6. 完善代码健壮性,在关键业务 Service 层增加 @Transactional 事务控制
2026-02-11 14:28:27 +08:00
cf68d35d76
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-06 10:59:06 +08:00
4a7c1356d1
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-06 09:14:31 +08:00
44dfd655db
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 17:12:57 +08:00
49de9c6348
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 17:03:06 +08:00
8271c9f000
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:40:46 +08:00
962a3ad07f
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:31:17 +08:00
d928c11f03
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:20:41 +08:00
f673358aa6
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:08:53 +08:00
de03f2f9d4
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 15:57:02 +08:00
640eb23bde
引入nacos支持
test/timeline-server/pipeline/head This commit looks good
2026-01-05 15:21:26 +08:00
jiangh277
4c7d59f87b
init
2025-12-24 14:17:19 +08:00
jiangh277
aa42f35254
新增user服务和gateway服务
2025-08-12 19:01:26 +08:00