• Joined on 2024-05-09
hailin pushed to main at hailin/gcx 2026-03-08 04:37:38 +00:00
827b6d03c8 fix(kong): raise rate limit 100→2000 req/min to avoid 429 on admin panel
hailin pushed to main at hailin/gcx 2026-03-08 04:22:59 +00:00
856354690d fix(mobile/profile): fix HoldingsSummaryModel import path
hailin pushed to main at hailin/gcx 2026-03-08 04:17:36 +00:00
4065d586a9 feat(mobile/coupons): complete coupon holdings feature
hailin pushed to main at hailin/it0 2026-03-08 04:16:22 +00:00
432cdc46a8 fix(dockerfile): use pnpm exec prisma generate in production stage
hailin pushed to main at hailin/it0 2026-03-08 04:10:23 +00:00
7edbea6ff0 fix(dockerfile): correct prisma generate path + add openssl for Alpine detection
hailin pushed to main at hailin/it0 2026-03-08 02:19:22 +00:00
aa2b8e3138 fix(presence-service): use linux-musl-openssl-3.0.x Prisma binary target for Alpine
hailin pushed to main at hailin/it0 2026-03-08 02:17:08 +00:00
75eff6e8e7 fix(flutter): pin livekit_client to ^2.6.4, upgrade device_info_plus to ^12.3.0
hailin pushed to main at hailin/it0 2026-03-08 02:10:47 +00:00
ddf221cece fix(presence-service): generate prisma client in docker production stage
hailin pushed to main at hailin/it0 2026-03-08 02:08:32 +00:00
2ac60094bd fix(dockerfile): copy prisma generated client from builder to production stage
hailin pushed to main at hailin/it0 2026-03-08 02:04:59 +00:00
dd3abb3e67 fix(presence-service): set rootDir=../.. to match monorepo dist path structure
hailin pushed to main at hailin/it0 2026-03-08 01:51:35 +00:00
418a9b4196 fix(presence-service): run prisma generate before nest build
hailin pushed to main at hailin/it0 2026-03-08 01:51:26 +00:00
7285fd3b0d feat(profile): hide engine/update/voice-test entries from Me page
hailin pushed to main at hailin/it0 2026-03-08 01:47:43 +00:00
4ed7870cb3 chore: update pnpm lockfile for presence-service dependencies
hailin pushed to main at hailin/it0 2026-03-08 01:44:12 +00:00
8d2fd3335a feat(telemetry): add presence-service + Flutter telemetry module
hailin pushed to main at hailin/it0 2026-03-07 20:21:40 +00:00
d56486a4aa fix(agent-service): use hailin168/openclaw-bridge Docker Hub image
hailin pushed to main at hailin/gcx 2026-03-07 19:50:38 +00:00
c00c48c8bd fix(notification): accept optional type query param to fix 400 error
hailin pushed to main at hailin/gcx 2026-03-07 19:46:15 +00:00
af7fdfd428 fix(mobile/share): fix referral code overflow, remove team stats & team reward section
hailin pushed to main at hailin/gcx 2026-03-07 19:37:01 +00:00
825e619224 fix(referral): auto-create profile for legacy users on getMyInfo
hailin pushed to main at hailin/gcx 2026-03-07 19:29:48 +00:00
13ab4ba1f3 fix(mobile/telemetry): add NativeAdapter to heartbeat & uploader, fix 2xx status check
hailin pushed to main at hailin/it0 2026-03-07 19:29:43 +00:00
ad46e45181 fix(agent-service): remove duplicate remove() override conflicting with TenantAwareRepository base