• Joined on 2026-05-02
wangdl pushed to main at wangdl/api-server 2026-05-24 12:54:12 +08:00
6a182dcc85 ci: validate app directly then use systemd for persistence
wangdl pushed to main at wangdl/api-server 2026-05-24 12:52:05 +08:00
cf668c2bf4 fix: reset-failed before systemd restart to clear rate limit
wangdl pushed to main at wangdl/api-server 2026-05-24 12:50:20 +08:00
932bf362df fix: remove debug test-run step, restore normal CI + cleanup main.ts
wangdl pushed to main at wangdl/api-server 2026-05-24 12:48:33 +08:00
f0ddd7cf38 fix: add try-catch to all OnModuleInit hooks to prevent startup crashes
wangdl pushed to main at wangdl/api-server 2026-05-24 12:43:56 +08:00
4a924a24fa ci: raw app output, 5s timeout, show exit code
wangdl pushed to main at wangdl/api-server 2026-05-24 12:39:54 +08:00
70bb318ecc ci: show last 30 lines of test output to see full error
wangdl pushed to main at wangdl/api-server 2026-05-24 12:38:33 +08:00
80ac9f9834 fix: add global uncaught exception handlers to capture startup crashes
wangdl pushed to main at wangdl/api-server 2026-05-24 12:36:28 +08:00
79018e8d86 ci: grep for Prisma errors in test-run output
wangdl pushed to main at wangdl/api-server 2026-05-24 12:29:19 +08:00
5fdf3a6222 ci: show actual exit code + source maps for debugging
wangdl pushed to main at wangdl/api-server 2026-05-24 12:24:50 +08:00
69d5218b0f ci: simplify test-run to foreground with timeout 15s
wangdl pushed to main at wangdl/api-server 2026-05-24 12:20:52 +08:00
8103d547e1 fix: use port 3001 for test-run to avoid systemd port conflict
wangdl pushed to main at wangdl/api-server 2026-05-24 12:17:53 +08:00
257693676c ci: run app directly with health check polling before systemd restart
wangdl pushed to main at wangdl/api-server 2026-05-24 12:14:16 +08:00
b71371cd1c fix: lazy-init Qdrant connection to prevent app startup hang
wangdl pushed to main at wangdl/api-server 2026-05-24 12:08:01 +08:00
dbfb1d2fd6 ci: run app directly before systemd to capture NestJS startup errors
wangdl pushed to main at wangdl/api-server 2026-05-24 12:02:27 +08:00
8f7d30ea01 ci: capture journalctl logs when API restart fails
wangdl pushed to main at wangdl/api-server 2026-05-24 11:58:18 +08:00
fbe2e96381 fix: revert rootDir, instead normalize dist path in CI build step
wangdl pushed to main at wangdl/api-server 2026-05-24 11:54:51 +08:00
2c530ef73a fix: exclude prisma/rag-worker dirs from build due to rootDir constraint
wangdl pushed to main at wangdl/api-server 2026-05-24 11:52:30 +08:00
2b72d94a24 fix: set rootDir to src in tsconfig.build.json for consistent output
wangdl pushed to main at wangdl/api-server 2026-05-24 11:47:54 +08:00
61d1f3885c ci: add test-run step to capture app startup errors before restart
wangdl pushed to main at wangdl/api-server 2026-05-24 11:42:43 +08:00
81c49ca067 fix: add @Optional() to ContentSafetyService in KnowledgeBaseService