This website requires JavaScript.
fc978a5e7f
feat: M4-03 — server health checks (Docker/MySQL/Redis/Qdrant/Gitea/Nginx/Worker)
WangDL
2026-05-24 17:51:20 +08:00
90e921366a
feat: M4-02 — admin learning data views (sessions, AI analysis, AI usage logs)
WangDL
2026-05-24 17:45:43 +08:00
5816ddf488
fix: add missing userTrend/aiCallTrend fields to dashboard stats response
WangDL
2026-05-24 17:41:53 +08:00
fb1c6fd216
feat: M4-01 — enhance admin dashboard with real metrics + caching
WangDL
2026-05-24 17:36:23 +08:00
783df02a26
chore: add CI debug screenshots to .gitignore
WangDL
2026-05-24 16:24:39 +08:00
136490823c
chore: add prisma compiled seed files to .gitignore
WangDL
2026-05-24 16:24:23 +08:00
34065931dd
fix: silence baseUrl deprecation warning in TS 6.x
WangDL
2026-05-24 16:20:50 +08:00
2bfa9ad7c3
fix: M3 audit — scheduleState persistence, AI→ReviewCard subscriber, ActiveRecall queue, streak bug, domain events
WangDL
2026-05-24 16:17:34 +08:00
8e5d722a1e
feat: M3-04/05/06 — Workspace Experience, Notification, Cache Module
WangDL
2026-05-24 16:01:34 +08:00
4be418ef4a
fix: TypeScript errors — string→number, activityDate, remove easeFactor from update
WangDL
2026-05-24 14:25:54 +08:00
3f2ba8ba93
fix: remove invalid distinct option from Prisma findMany
WangDL
2026-05-24 14:23:36 +08:00
098b8055f5
feat: M3-03 — Growth & Retention, streak + recommendations
WangDL
2026-05-24 14:16:14 +08:00
cddcf57a93
feat: M3-02 — Review Engine, Anki SM-2 algorithm + schedule state machine
WangDL
2026-05-24 14:11:58 +08:00
c840531eea
feat: M3-01 — Learning Engine, AIAnalysisCompleted event + FocusItem generation
WangDL
2026-05-24 14:04:47 +08:00
3c242a807a
fix: M2-02/06 audit — system KB seed + candidate Content Safety
WangDL
2026-05-24 13:58:50 +08:00
0c07b59765
fix: add @Optional() to ContentSafetyService in RagChatService
WangDL
2026-05-24 13:46:30 +08:00
7ae94d9178
feat: M2-08 — Knowledge Ops, chunk viewer + RAG debug + candidate inspector
WangDL
2026-05-24 13:43:23 +08:00
98bc9961ba
feat: M2-07 — RAG Chat module with sessions, messages, citations
WangDL
2026-05-24 13:39:14 +08:00
06351c7381
feat: M2-06 — Artifact model + KnowledgeItem.learnable + Admin AAPI
WangDL
2026-05-24 13:34:24 +08:00
68540b0d67
feat: M2-05 — Vector integration contracts + citation context assembler
WangDL
2026-05-24 13:28:05 +08:00
9520d1f549
feat: M2-04 — Ingestion & Indexing, ImportStepLog + Admin monitor AAPI
WangDL
2026-05-24 13:12:16 +08:00
dffcd0192d
fix: restore simple systemd restart — server rate-limit manually cleared
WangDL
2026-05-24 13:06:54 +08:00
bb555d4a72
fix: make systemd restart non-fatal — app verified working directly
WangDL
2026-05-24 13:03:42 +08:00
be59749239
refactor: clean up CI debug code, keep direct app health validation
WangDL
2026-05-24 13:01:13 +08:00
844deaf281
fix: handle kill/wait exit codes, don't fail on systemd
WangDL
2026-05-24 12:58:52 +08:00
6a182dcc85
ci: validate app directly then use systemd for persistence
WangDL
2026-05-24 12:54:11 +08:00
cf668c2bf4
fix: reset-failed before systemd restart to clear rate limit Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
WangDL
2026-05-24 12:52:04 +08:00
932bf362df
fix: remove debug test-run step, restore normal CI + cleanup main.ts
WangDL
2026-05-24 12:50:19 +08:00
f0ddd7cf38
fix: add try-catch to all OnModuleInit hooks to prevent startup crashes
WangDL
2026-05-24 12:48:30 +08:00
4a924a24fa
ci: raw app output, 5s timeout, show exit code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
WangDL
2026-05-24 12:43:54 +08:00
70bb318ecc
ci: show last 30 lines of test output to see full error
WangDL
2026-05-24 12:39:51 +08:00
80ac9f9834
fix: add global uncaught exception handlers to capture startup crashes
WangDL
2026-05-24 12:38:30 +08:00
79018e8d86
ci: grep for Prisma errors in test-run output
WangDL
2026-05-24 12:36:25 +08:00
5fdf3a6222
ci: show actual exit code + source maps for debugging
WangDL
2026-05-24 12:29:17 +08:00
69d5218b0f
ci: simplify test-run to foreground with timeout 15s
WangDL
2026-05-24 12:24:48 +08:00
8103d547e1
fix: use port 3001 for test-run to avoid systemd port conflict
WangDL
2026-05-24 12:20:51 +08:00
257693676c
ci: run app directly with health check polling before systemd restart
WangDL
2026-05-24 12:17:48 +08:00
b71371cd1c
fix: lazy-init Qdrant connection to prevent app startup hang
WangDL
2026-05-24 12:14:14 +08:00
dbfb1d2fd6
ci: run app directly before systemd to capture NestJS startup errors
WangDL
2026-05-24 12:07:58 +08:00
8f7d30ea01
ci: capture journalctl logs when API restart fails
WangDL
2026-05-24 12:02:26 +08:00
fbe2e96381
fix: revert rootDir, instead normalize dist path in CI build step
WangDL
2026-05-24 11:58:16 +08:00
2c530ef73a
fix: exclude prisma/rag-worker dirs from build due to rootDir constraint
WangDL
2026-05-24 11:54:48 +08:00
2b72d94a24
fix: set rootDir to src in tsconfig.build.json for consistent output
WangDL
2026-05-24 11:52:27 +08:00
61d1f3885c
ci: add test-run step to capture app startup errors before restart
WangDL
2026-05-24 11:47:52 +08:00
81c49ca067
fix: add @Optional() to ContentSafetyService in KnowledgeBaseService
WangDL
2026-05-24 11:42:41 +08:00
3602fb6cdb
fix: add missing opposite relation fields for Prisma validation
WangDL
2026-05-24 11:40:36 +08:00
b3bce7ff78
feat: M2-03 — Material & Source, SourceReference citation tracking
WangDL
2026-05-24 11:31:46 +08:00
052cd5cba8
feat: M2-02 — Workspace + KnowledgeBase + Folder management
WangDL
2026-05-24 11:23:58 +08:00
292e7e5638
feat: M2-01 — User & Account deepening, membership + deletion + devices
WangDL
2026-05-24 11:18:56 +08:00
14eaad53c3
fix: auto-aggregate AI costs hourly instead of manual-only
WangDL
2026-05-24 11:13:02 +08:00
eb62868e8f
feat: M1-06 — Quota/Cost closing, AI cost aggregation + reports + CSV export
WangDL
2026-05-24 11:03:52 +08:00
809f125107
feat: M1-05 — Observability deepening, AI + Worker performance metrics
WangDL
2026-05-24 10:56:36 +08:00
a08fd4970a
feat: M1-04 — Content Safety deepening, reports CAPI, violation records
WangDL
2026-05-24 10:53:19 +08:00
90c27ee979
fix: don't crash on startup when SECRET_MASTER_KEY is not set in production
WangDL
2026-05-24 10:46:20 +08:00
a5a592988a
fix: idempotent migration SQL + cleanup failed M1 tables in CI
WangDL
2026-05-24 10:44:06 +08:00
14824a3609
fix: regenerate package-lock.json with prisma dependency restored
WangDL
2026-05-24 10:34:48 +08:00
af800b2eb5
fix: TypeScript build errors — RedisService.keys(), eventBus void, Qdrant API
WangDL
2026-05-24 10:22:56 +08:00
5fd737967f
feat: M1-01~03 — AI Gateway deepening, Vector module, Task Queue deepening
WangDL
2026-05-24 10:18:07 +08:00
d32411760f
feat: M0-12 Secret & Vendor Asset — AES-256-GCM encrypted key storage + Admin AAPI
WangDL
2026-05-23 20:36:39 +08:00
628bb31c98
fix: clean migrations — single working file for UserMembership+QuotaUsage+CostDailySummary
WangDL
2026-05-23 20:30:02 +08:00
2a3f55c58e
fix: simplify dashboard — skip missing tables
WangDL
2026-05-23 20:28:10 +08:00
28ff67c69e
fix: BigInt for sizeBytes
WangDL
2026-05-23 20:26:44 +08:00
6aa24cc5bb
fix: dashboard safe queries for missing tables + workflow prisma generate
WangDL
2026-05-23 20:26:34 +08:00
fd1897d385
feat: M0-11 — QuotaService + Redis deduction + Admin AAPI + CostDailySummary + UserMembership
WangDL
2026-05-23 20:13:49 +08:00
d88233fd5b
feat: M0-10 — audit log for manual task retry
WangDL
2026-05-23 20:08:54 +08:00
7a31bd3702
fix: revert AdminAuditService to PrismaService — queue not available in auth module
WangDL
2026-05-23 19:57:43 +08:00
b5d5fb357f
ci: add prisma generate step after deploy
WangDL
2026-05-23 19:54:11 +08:00
903474b7c2
fix: eventBus at end of params
WangDL
2026-05-23 19:48:18 +08:00
7c1e439c3b
fix: reorder optional params
WangDL
2026-05-23 19:48:06 +08:00
466acc7e83
fix: return empty string when queue unavailable
WangDL
2026-05-23 19:47:55 +08:00
ad0e4f397a
fix: break circular dependency between EventBusService and QueueService
WangDL
2026-05-23 19:47:40 +08:00
99d03bb26c
feat: M0-10 — TaskLog table + task events + retry audit
WangDL
2026-05-23 19:29:08 +08:00
2c6d56bcfc
feat: M0-10 — Task types enum + worker heartbeat + Domain Events for tasks
WangDL
2026-05-23 19:27:46 +08:00
9244db05b4
feat: M0-09 — BullMQ cleanup queue + Domain Events + async COS delete
WangDL
2026-05-23 09:47:30 +08:00
7eb7427817
fix: use hard delete
WangDL
2026-05-23 09:44:39 +08:00
8d08b0ed9c
fix: remove deletedAt filter
WangDL
2026-05-23 09:44:32 +08:00
32be0d8831
feat: M0-09 admin files AAPI
WangDL
2026-05-23 09:44:19 +08:00
d3ec1d52d6
fix: move event publish inside retry loop
WangDL
2026-05-23 09:43:01 +08:00
e7cbe6da26
feat: M0-08 — Domain Event publish on AI usage + EventBus injection
WangDL
2026-05-23 09:42:29 +08:00
908ffc7041
fix: add model field to SiliconFlow usage
WangDL
2026-05-23 09:39:27 +08:00
f8a9ae224e
fix: await grouping
WangDL
2026-05-23 09:39:18 +08:00
22f6668077
fix: remove duplicate fields
WangDL
2026-05-23 09:39:10 +08:00
9501231148
fix: optional chaining on safetyCheck
WangDL
2026-05-23 09:38:47 +08:00
d4913a58a9
fix: remove duplicate contentSafety param
WangDL
2026-05-23 09:38:38 +08:00
22132410a2
feat: M0-08 — SiliconFlow provider + Content Safety integration + dynamic config
WangDL
2026-05-23 09:38:09 +08:00
577b2c7abe
fix: rename controller in module
WangDL
2026-05-23 09:35:18 +08:00
8b3f463d34
fix: simplify AI Gateway controller
WangDL
2026-05-23 09:35:10 +08:00
5cd4e1ec5a
feat: M0-08 admin AI Gateway status AAPI
WangDL
2026-05-23 09:34:55 +08:00
2bd416c807
feat: M0-07 Observability — MetricsInterceptor + admin metrics AAPI
WangDL
2026-05-22 23:19:31 +08:00
c7052ee48e
fix: ThrottlerStorage v6 interface again
WangDL
2026-05-22 23:16:06 +08:00
178225f212
fix: last duplicate
WangDL
2026-05-22 23:15:48 +08:00
52ae413c19
fix: remove duplicate TimeoutInterceptor import
WangDL
2026-05-22 23:15:24 +08:00
966bda8b26
fix: restore AppModule class declaration
WangDL
2026-05-22 23:15:12 +08:00
2f979a7048
fix: duplicate TimeoutInterceptor
WangDL
2026-05-22 23:13:50 +08:00
ec78330773
fix: remove duplicate AdminThrottleModule
WangDL
2026-05-22 23:13:17 +08:00
e8eeae55df
fix: remove duplicate ContentSafetyModule import
WangDL
2026-05-22 23:13:02 +08:00
504861c5a1
fix: app.module dedup
WangDL
2026-05-22 23:12:49 +08:00
9e8f3dccd7
feat: M0-06 Content Safety — sensitive word check + admin AAPI
WangDL
2026-05-22 23:12:39 +08:00
4d977d2a85
fix: ThrottlerStorage v6 interface
WangDL
2026-05-22 23:09:37 +08:00
28d68675b1
feat: M0-05 Traffic Protection — Redis throttle + timeout
WangDL
2026-05-22 23:09:16 +08:00