gitdataai/admin
ZhenYi a7e31d5649 feat(tests): add comprehensive Playwright integration tests for all API endpoints
- tests/01: add graceful login timeout handling with try/catch
- tests/02: migrate from isolated request.newContext to uiLogin + page.request pattern
- tests/03: workspace members, platform users CRUD, billing, alert-config
- tests/04: room messages, room list, repo list/detail APIs
- tests/05: project members CRUD, project detail, project billing
- tests/06: API token CRUD, logout, health check
- tests/07: AI provider/model/version/pricing CRUD
- tests/08: admin user CRUD, role CRUD

All tests use consistent checkBackendAvailable() + uiLogin() pattern with
graceful degradation (test.skip) when backend is unreachable.
2026-04-20 22:37:05 +08:00
..
deploy fix(admin): upgrade ioredis cluster to 5.x RedisCluster API 2026-04-20 09:28:28 +08:00
public feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
scripts fix(admin): quote image tag to prevent Helm format string parsing 2026-04-20 01:33:34 +08:00
src feat(admin): auto-migrate admin DB tables on health check (audit_log, user, role, permission) 2026-04-20 19:32:38 +08:00
tests feat(tests): add comprehensive Playwright integration tests for all API endpoints 2026-04-20 22:37:05 +08:00
.gitignore feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
AGENTS.md feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
bun.lock feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
CLAUDE.md feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
Dockerfile config(admin): admin env 2026-04-20 00:22:42 +08:00
eslint.config.mjs feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
next.config.ts fix(admin): ioredis 5.x username/password in redisOptions, add logging 2026-04-20 15:50:51 +08:00
package-lock.json feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
package.json feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
PLAN.md feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
playwright.config.ts feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
postcss.config.mjs feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
README.md feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
ROADMAP.md feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
tsconfig.json feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.