gcx/backend
hailin 825e619224 fix(referral): auto-create profile for legacy users on getMyInfo
Users registered before referral-service was deployed have no profile row.
getMyInfo() now auto-provisions a profile on first access instead of
throwing NotFoundException.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 11:36:58 -08:00
..
kong fix(kong): admin-service read/write timeout 60s → 600s 2026-03-07 08:47:06 -08:00
migrations feat(telemetry): 完整实现 presence-service 迁移 + Flutter 遥测接入 2026-03-05 23:33:13 -08:00
packages fix(auth): add local JwtStrategy to all services, fix @genex/common import 2026-03-04 23:00:39 -08:00
scripts fix: RegexRouter 精确匹配 outbox 表,防止 heartbeat 事件污染消费者 2026-02-15 07:04:17 -08:00
services fix(referral): auto-create profile for legacy users on getMyInfo 2026-03-07 11:36:58 -08:00
.dockerignore feat(docker): 重构Monorepo构建 — 支持@genex/common共享包 2026-02-19 19:00:27 -08:00
.env.example fix(auth): 将 JWT access token 有效期从 15m 改为 24h 2026-03-07 08:06:37 -08:00
deploy.sh fix(auth): 将 JWT access token 有效期从 15m 改为 24h 2026-03-07 08:06:37 -08:00
docker-compose.yml fix(admin-service): 本地磁盘存储 + Docker volume 解决 EACCES 权限问题 2026-03-07 08:20:05 -08:00