gitdataai/admin/src
ZhenYi 05909dbde7
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(admin): use named export Cluster from ioredis 5.x
Previous `import { default as Cluster }` caused runtime to get Redis
instance instead of Cluster, resulting in ECONNREFUSED errors.
2026-04-20 10:03:26 +08:00
..
app fix(admin): add /api/health route for k8s readiness probe 2026-04-20 01:02:37 +08:00
components/admin feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
lib fix(admin): use named export Cluster from ioredis 5.x 2026-04-20 10:03:26 +08:00
types feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
middleware.ts fix(admin): add /api/health to public paths to allow k8s probe 2026-04-20 07:40:57 +08:00