• Joined on 2025-11-11
fish pushed to main at fish/asset_helper 2026-03-28 21:56:22 +08:00
c5260bcae8 修复:为 user-svc 添加健康检查和启动顺序控制
fish pushed to main at fish/asset_helper 2026-03-28 20:35:21 +08:00
5ac0a52bb1 feat: 封装 sendWs 工具函数,统一 WebSocket 消息格式
fish pushed to main at fish/asset_helper 2026-03-28 20:32:18 +08:00
9b2380fefb feat: 修改 WebSocket 消息结构,支持新的命令格式
fish pushed to main at fish/asset_helper 2026-03-28 20:26:36 +08:00
4f1c0ca9b6 fix: 客户端和网关只能通过长连接方式通信,移除 HTTP 注册端点
fish pushed to main at fish/asset_helper 2026-03-28 20:21:37 +08:00
b6efd99ea3 feat: 打通网关和用户注册的逻辑,添加用户注册 HTTP 端点
fish pushed to main at fish/asset_helper 2026-03-28 20:19:00 +08:00
5dd0a6a65c fix: 数据库时间由数据库自动生成,代码逻辑不处理时间
fish pushed to main at fish/asset_helper 2026-03-28 20:16:49 +08:00
c57cc89dfe fix: 使用 UUIDv7 生成 UUID,设置 create_time 和 update_time 为东八区时区
fish pushed to main at fish/asset_helper 2026-03-28 20:12:05 +08:00
4ff974439f feat: 实现用户注册功能,包括数据库表结构、gRPC 服务和业务逻辑
fish pushed to main at fish/asset_helper 2026-03-28 20:05:48 +08:00
e4bb25d1ac feat: 完善自动化脚本,添加测试命令和使用说明
fish pushed to main at fish/asset_helper 2026-03-28 20:03:25 +08:00
144dec7039 feat: 完善 Docker 编排文件,添加网络配置和 Nginx 配置
fish pushed to main at fish/asset_helper 2026-03-28 20:00:54 +08:00
d0dbc4a3a7 feat: 实现公共工具包,包括日志、错误处理、数据库和缓存
fish pushed to main at fish/asset_helper 2026-03-28 19:57:30 +08:00
be24b465b1 feat: 实现网关服务的长连接功能
fish pushed to main at fish/asset_helper 2026-03-28 19:52:43 +08:00
03728d743e feat: 初始化后端微服务架构骨架
fish pushed to main at fish/asset_helper 2026-03-28 19:40:08 +08:00
4b3e40afab reinit
fish pushed to main at fish/asset_helper 2026-03-28 18:50:24 +08:00
28af154df4 fix: 添加国内 Go 代理,移除自动安装插件,解决网络下载失败
fish pushed to main at fish/asset_helper 2026-03-28 18:44:40 +08:00
faa9c36bf6 fix: 修复 go.mod yaml.v3 依赖格式错误
fish pushed to main at fish/asset_helper 2026-03-28 18:37:31 +08:00
5814e6e9c5 fix: 锁定基础镜像版本,解决 Docker 镜像拉取超时问题
fish pushed to main at fish/asset_helper 2026-03-28 18:34:26 +08:00
31160ece4a fix: 移除启动时自动编译 proto 逻辑,避免网络错误,make dev 只启动容器
fish pushed to main at fish/asset_helper 2026-03-28 18:30:53 +08:00
5b37b1c354 refactor: 重构 proto 编译逻辑,完全在 Docker 内运行,不污染本地环境
fish pushed to main at fish/asset_helper 2026-03-28 18:28:11 +08:00
075a0d2441 refactor: 统一 Docker 服务命名规范,全小写横杠分隔