This website requires JavaScript.
Explore
Help
Sign In
wangdl
/
api-server
Watch
2
Star
0
Fork
0
You've already forked api-server
Code
Issues
28
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy.yml
Actor
All actors
suche-Hermes
suyun-Claude
wangdl
Status
All status
success
failure
waiting
running
fix: silence baseUrl deprecation warning in TS 6.x
deploy.yml #197
:
Commit
34065931dd
pushed by
wangdl
main
2026-05-24 16:21:12 +08:00
19s
fix: remove invalid distinct option from Prisma findMany
deploy.yml #193
:
Commit
3f2ba8ba93
pushed by
wangdl
main
2026-05-24 14:23:59 +08:00
19s
feat: M3-03 — Growth & Retention, streak + recommendations
deploy.yml #192
:
Commit
098b8055f5
pushed by
wangdl
main
2026-05-24 14:16:36 +08:00
19s
feat: M3-02 — Review Engine, Anki SM-2 algorithm + schedule state machine
deploy.yml #191
:
Commit
cddcf57a93
pushed by
wangdl
main
2026-05-24 14:12:21 +08:00
19s
feat: M3-01 — Learning Engine, AIAnalysisCompleted event + FocusItem generation
deploy.yml #190
:
Commit
c840531eea
pushed by
wangdl
main
2026-05-24 14:05:08 +08:00
18s
fix: M2-02/06 audit — system KB seed + candidate Content Safety
deploy.yml #189
:
Commit
3c242a807a
pushed by
wangdl
main
2026-05-24 13:59:14 +08:00
20s
feat: M2-08 — Knowledge Ops, chunk viewer + RAG debug + candidate inspector
deploy.yml #187
:
Commit
7ae94d9178
pushed by
wangdl
main
2026-05-24 13:44:01 +08:00
33s
feat: M2-07 — RAG Chat module with sessions, messages, citations
deploy.yml #186
:
Commit
98bc9961ba
pushed by
wangdl
main
2026-05-24 13:39:49 +08:00
33s
fix: make systemd restart non-fatal — app verified working directly
deploy.yml #181
:
Commit
bb555d4a72
pushed by
wangdl
main
2026-05-24 13:04:17 +08:00
31s
refactor: clean up CI debug code, keep direct app health validation
deploy.yml #180
:
Commit
be59749239
pushed by
wangdl
main
2026-05-24 13:01:48 +08:00
31s
ci: validate app directly then use systemd for persistence
deploy.yml #178
:
Commit
6a182dcc85
pushed by
wangdl
main
2026-05-24 12:54:47 +08:00
34s
fix: reset-failed before systemd restart to clear rate limit
deploy.yml #177
:
Commit
cf668c2bf4
pushed by
wangdl
main
2026-05-24 12:52:41 +08:00
34s
fix: remove debug test-run step, restore normal CI + cleanup main.ts
deploy.yml #176
:
Commit
932bf362df
pushed by
wangdl
main
2026-05-24 12:50:57 +08:00
35s
fix: add try-catch to all OnModuleInit hooks to prevent startup crashes
deploy.yml #175
:
Commit
f0ddd7cf38
pushed by
wangdl
main
2026-05-24 12:49:09 +08:00
34s
ci: raw app output, 5s timeout, show exit code
deploy.yml #174
:
Commit
4a924a24fa
pushed by
wangdl
main
2026-05-24 12:44:27 +08:00
31s
ci: show last 30 lines of test output to see full error
deploy.yml #173
:
Commit
70bb318ecc
pushed by
wangdl
main
2026-05-24 12:40:32 +08:00
36s
fix: add global uncaught exception handlers to capture startup crashes
deploy.yml #172
:
Commit
80ac9f9834
pushed by
wangdl
main
2026-05-24 12:39:06 +08:00
31s
ci: grep for Prisma errors in test-run output
deploy.yml #171
:
Commit
79018e8d86
pushed by
wangdl
main
2026-05-24 12:36:59 +08:00
30s
ci: show actual exit code + source maps for debugging
deploy.yml #170
:
Commit
5fdf3a6222
pushed by
wangdl
main
2026-05-24 12:29:50 +08:00
31s
ci: simplify test-run to foreground with timeout 15s
deploy.yml #169
:
Commit
69d5218b0f
pushed by
wangdl
main
2026-05-24 12:25:27 +08:00
36s
fix: use port 3001 for test-run to avoid systemd port conflict
deploy.yml #168
:
Commit
8103d547e1
pushed by
wangdl
main
2026-05-24 12:21:25 +08:00
32s
ci: run app directly with health check polling before systemd restart
deploy.yml #167
:
Commit
257693676c
pushed by
wangdl
main
2026-05-24 12:18:27 +08:00
32s
fix: lazy-init Qdrant connection to prevent app startup hang
deploy.yml #166
:
Commit
b71371cd1c
pushed by
wangdl
main
2026-05-24 12:14:51 +08:00
34s
ci: run app directly before systemd to capture NestJS startup errors
deploy.yml #165
:
Commit
dbfb1d2fd6
pushed by
wangdl
main
2026-05-24 12:08:35 +08:00
34s
ci: capture journalctl logs when API restart fails
deploy.yml #164
:
Commit
8f7d30ea01
pushed by
wangdl
main
2026-05-24 12:03:01 +08:00
32s
fix: revert rootDir, instead normalize dist path in CI build step
deploy.yml #163
:
Commit
fbe2e96381
pushed by
wangdl
main
2026-05-24 11:58:53 +08:00
33s
fix: exclude prisma/rag-worker dirs from build due to rootDir constraint
deploy.yml #162
:
Commit
2c530ef73a
pushed by
wangdl
main
2026-05-24 11:55:12 +08:00
21s
fix: set rootDir to src in tsconfig.build.json for consistent output
deploy.yml #161
:
Commit
2b72d94a24
pushed by
wangdl
main
2026-05-24 11:52:49 +08:00
18s
ci: add test-run step to capture app startup errors before restart
deploy.yml #160
:
Commit
61d1f3885c
pushed by
wangdl
main
2026-05-24 11:48:29 +08:00
34s
fix: add @Optional() to ContentSafetyService in KnowledgeBaseService
deploy.yml #159
:
Commit
81c49ca067
pushed by
wangdl
main
2026-05-24 11:43:17 +08:00
33s
First
Previous
...
2
3
4
5
6
Next
Last