• Joined on 2026-05-02
wangdl opened issue wangdl/api-server#50 2026-05-24 21:49:32 +08:00
H0-05 用户 JWT 和 Admin JWT 密钥彻底隔离
wangdl opened issue wangdl/api-server#51 2026-05-24 21:49:32 +08:00
H0-06 补齐 iOS 核心流程 DTO(import / source / learning-session)
wangdl opened issue wangdl/api-server#52 2026-05-24 21:49:32 +08:00
H0-07 修复后跑核心 CAPI E2E + 输出 iOS 对接文档
wangdl pushed to main at wangdl/admin-projects 2026-05-24 21:03:35 +08:00
60a9438176 fix: review status filter — change 全部 value from undefined to empty string
wangdl pushed to main at wangdl/admin-projects 2026-05-24 21:00:34 +08:00
d1661c0072 feat: add queue description column to events page
wangdl pushed to main at wangdl/admin-projects 2026-05-24 20:58:11 +08:00
5edc467d19 fix: add Chinese labels for import status, type, and step fields
wangdl pushed to main at wangdl/admin-projects 2026-05-24 20:56:38 +08:00
3b936d6cb0 fix: set global Empty description to 暂无数据 in ConfigProvider
wangdl pushed to main at wangdl/api-server 2026-05-24 20:41:58 +08:00
23988a1add fix: add sudo to rsync deploy commands to fix permission errors
wangdl pushed to main at wangdl/api-server 2026-05-24 20:38:47 +08:00
ee5ebb5766 fix: add BigInt JSON serialization patch for Prisma BigInt columns
wangdl pushed to main at wangdl/api-server 2026-05-24 20:36:36 +08:00
e36f9c9785 fix: project center — Gitea API wraps responses in {ok,data}, extract data field
wangdl pushed to main at wangdl/api-server 2026-05-24 20:31:25 +08:00
b81b7fba92 fix: replace prisma migrate deploy with db push in CI pipeline
wangdl pushed to main at wangdl/admin-projects 2026-05-24 20:06:35 +08:00
b80b5e0c13 fix: TS errors — missing useState import, unused imports, Promise type issues
wangdl pushed to main at wangdl/admin-projects 2026-05-24 20:03:30 +08:00
9ed1a64929 fix: project center — repo selector dropdown, fix Gitea tab, clean UI
wangdl pushed to main at wangdl/api-server 2026-05-24 20:03:28 +08:00
75f8dd27e7 fix: project center — fix empty repo list + Gitea tab bug + add repo selector
wangdl pushed to main at wangdl/api-server 2026-05-24 20:01:39 +08:00
7a7561363d perf: add missing createdAt indexes to 7 models for admin query performance
wangdl pushed to main at wangdl/api-server 2026-05-24 19:57:58 +08:00
2c164f46da perf: reduce SSH connection timeout from 5s to 2s for server metrics
wangdl pushed to main at wangdl/admin-projects 2026-05-24 19:56:09 +08:00
e85ffc1bcf perf: add staleTime to ReviewAdmin query to prevent unnecessary refetches
wangdl pushed to main at wangdl/api-server 2026-05-24 19:55:41 +08:00
f599af1b3c perf: add select clause to admin review query, exclude large TEXT columns
wangdl pushed to main at wangdl/api-server 2026-05-24 19:55:02 +08:00
8a6b103571 fix: add createdAt index to ReviewCard model to fix slow admin page load
wangdl pushed to main at wangdl/api-server 2026-05-24 18:56:56 +08:00
d241407424 fix: M4 audit — add DELETE decisions, PATCH user-agreements, regular user list endpoint