Wiki/bridge
Corentin 0d4aa0413d
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
feat(bridge): admin endpoint to list tables of a database
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.
2026-05-11 12:31:52 +00:00
..
docs feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
src feat(bridge): admin endpoint to list tables of a database 2026-05-11 12:31:52 +00:00
tests feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
.env.example feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
.gitignore chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
biome.json chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
Dockerfile chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
package-lock.json feat(auth): Bloc 4 — middleware OIDC-ready avec dual mode service-token + Authentik JWT 2026-05-07 21:17:56 +02:00
package.json feat(auth): Bloc 4 — middleware OIDC-ready avec dual mode service-token + Authentik JWT 2026-05-07 21:17:56 +02:00
tsconfig.json chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
vitest.config.ts feat(bridge): add SSE realtime stream for R3.1.b database-view live updates 2026-05-07 23:55:06 +02:00