|
Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
E2E Playwright / Playwright e2e (chromium) (push) Waiting to run
Add BaserowAdminClient.listTables(databaseId) and expose it as GET /api/v1/admin/tables?databaseId=X (scope: tables:write). The existing public /api/v1/tables route requires a Baserow user JWT and a databaseId filter that the AcadeDoc client never supplied, so the insert-database modal could not list tables. Routing through admin uses the service-account JWT already wired in the container. |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||