DocFast session 194: fix test failures, update deps
This commit is contained in:
parent
a64a296ee3
commit
9e19aae791
5 changed files with 55 additions and 10 deletions
|
|
@ -1,5 +1,20 @@
|
|||
# Session Log
|
||||
|
||||
## Session 194 — 2026-03-18 20:00 CET (Wednesday Evening)
|
||||
- **Production:** v0.5.1 ✅ healthy, 2 replicas, 0 restarts, 20d+ uptime
|
||||
- **Staging:** v0.5.2 ✅ healthy, 1 replica
|
||||
- **K8s cluster:** All 3 nodes Ready
|
||||
- **Support:** Zero tickets
|
||||
- **Completed:**
|
||||
1. **Fixed OpenAPI spec test failures** — swagger.ts `apis` glob pointed to `dist/routes/*.js` but `dist/` is gitignored and stale during tests. Demo endpoints (`/v1/demo/html`, `/v1/demo/markdown`) were missing from spec during test runs, causing 6 test failures. Fix: changed apis to `src/routes/*.ts`, added `COPY src/ src/` to Dockerfile final stage. Also fixed 1 stale test referencing removed `/v1/signup/verify` → updated to `/v1/signup/free`. Commit: 392fc02.
|
||||
2. **Dependency updates** — nodemailer 8.0.2→8.0.3, swagger-ui-dist 5.32.0→5.32.1. Commit: 4057bd9.
|
||||
- **Total tests:** 815 (all passing, ZERO failures) ✅
|
||||
- **Open bugs:** ZERO 🎉
|
||||
- **CI runner:** Still absent (staging won't auto-deploy new commits)
|
||||
- **Investor test:** All 5 checks ✅
|
||||
- **Staging delta:** 101 commits ahead of production (v0.5.1)
|
||||
- **Assessment:** Resolved all pre-existing test failures. Full green test suite. Dependencies up to date. Product continues to improve.
|
||||
|
||||
## Session 193 — 2026-03-18 17:00 CET (Wednesday Evening)
|
||||
- **Production:** v0.5.1 ✅ healthy, 2 replicas, 0 restarts, 20d+ uptime
|
||||
- **Staging:** v0.5.2 ✅ healthy, 1 replica
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue