Commit Graph

22 Commits

Author SHA1 Message Date
f0d140c646 feat: 支持视频及缩略图元数据存储
All checks were successful
test/timeline-server/pipeline/head This commit looks good
在文件服务和故事服务中增加了对视频、持续时间及缩略图相关字段的支持。

- 在 `ImageInfo` 和 `StoryItem` 实体类中添加 `duration`、`thumbnailInstanceId` 等字段
- 更新 MyBatis 映射文件以支持新字段的持久化
- 在 `FileService` 中新增 `generateVideoUrl` 接口用于获取视频预签名地址
- 调整 `saveFileMetadata` 接口返回生成的 `instanceId`
- 优化了部分代码的格式和缩进
2026-02-12 14:43:57 +08:00
482c32a59c feat: 增加通知系统、RabbitMQ集成及Docker一键部署脚本
All checks were successful
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
35f3959474 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-07 17:55:04 +08:00
3918689e88 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-07 17:42:49 +08:00
cededdaaa9 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-07 13:47:22 +08:00
d155ebc18f 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-06 11:26:13 +08:00
cf68d35d76 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-06 10:59:06 +08:00
4a7c1356d1 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-06 09:14:31 +08:00
44dfd655db 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 17:12:57 +08:00
49de9c6348 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 17:03:06 +08:00
8271c9f000 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:40:46 +08:00
962a3ad07f 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:31:17 +08:00
d928c11f03 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:20:41 +08:00
f673358aa6 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:08:53 +08:00
de03f2f9d4 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 15:57:02 +08:00
640eb23bde 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 15:21:26 +08:00
d77061c46f 修改文件上传最大size
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2025-12-31 10:54:24 +08:00
jiangh277
e7fe90464d bug fix
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2025-12-26 18:27:22 +08:00
jiangh277
4c7d59f87b init 2025-12-24 14:17:19 +08:00
jiangh277
7f3505ab2e 故事项新建调整,上传图像增加缩略图 2025-08-06 18:38:42 +08:00
jiangh277
eba0eb085e init2 2025-08-04 16:51:13 +08:00
jiangh277
f8fb9b561c init 2025-07-22 23:00:39 +08:00