Wiki/bridge
Corentin JOGUET 1528017bab test(adapters): tests integration redis (testcontainers) + baserow/docmost (fake HTTP server)
- redis-cache.ts : 16 tests via testcontainers redis:7-alpine, coverage 100% lines / 95.2% branches
- baserow-client.ts : 18 tests via serveur node:http local, coverage 99% lines / 96.9% branches
- docmost-client.ts : 25 tests via serveur node:http local (login + cookie + envelope { data }), coverage 97.7% lines / 93.7% branches
- helper tests/helpers/http-server.ts : serveur Node natif reutilisable (request log + route registry)
- vitest.config.ts : ajout threshold 70% lines+branches sur src/adapters/**
- suppression sanity.test.ts (stub remplace par 3 vraies suites)
- justification fake HTTP vs container heavy en commentaire en tete de fichier

Resultat : 220/220 tests verts, coverage adapters >> seuil 70% requis.
2026-05-07 20:31:08 +02:00
..
src fix(bridge): smoke test fixes — skip rows malformees + BASEROW_TABLE_IDS override 2026-05-07 20:09:27 +02:00
tests test(adapters): tests integration redis (testcontainers) + baserow/docmost (fake HTTP server) 2026-05-07 20:31:08 +02:00
.env.example chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +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(bridge/adapters): bloc 1 propre — BaserowClient + DocmostClient + RedisCache 2026-05-07 19:39:58 +02:00
package.json feat(bridge/adapters): bloc 1 propre — BaserowClient + DocmostClient + RedisCache 2026-05-07 19:39:58 +02:00
tsconfig.json chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
vitest.config.ts test(adapters): tests integration redis (testcontainers) + baserow/docmost (fake HTTP server) 2026-05-07 20:31:08 +02:00