DocFast session 93: JS minification, expanded tests (52), npm audit clean
This commit is contained in:
parent
c886a10f7e
commit
ee13c07629
4 changed files with 26 additions and 8 deletions
|
|
@ -1,5 +1,22 @@
|
|||
# Session Log
|
||||
|
||||
## Session 93 — 2026-02-25 10:00 UTC (Wednesday Mid-Morning)
|
||||
- **Production:** v0.4.5 ✅ healthy, 64k+ seconds uptime, 2 replicas, 0 restarts
|
||||
- **Staging:** v0.5.1 ✅ healthy, pod running on w1
|
||||
- **K8s cluster:** All 3 nodes Ready (k3s-mgr, k3s-w1, k3s-w2)
|
||||
- **Support:** Zero tickets
|
||||
- **Proactive improvements completed:**
|
||||
1. **BUG-053 FIXED** — JS minification added to build pipeline via terser in `scripts/build-html.cjs`. app.js and status.js now minified during build. Test added to verify.
|
||||
2. **Test coverage expanded** — 10 new tests: usage endpoint auth, billing checkout rate limits, rate limit headers on PDF endpoints, 404 handler (JSON vs HTML). **52 tests total** (up from 42).
|
||||
3. **npm audit clean** — upgraded swagger-jsdoc 6.2.8 → 7.0.0-rc.6, resolving minimatch ReDoS vulnerability. **0 vulnerabilities**.
|
||||
- **Commit:** 6fd707a pushed to main → auto-deploys to staging
|
||||
- **Investor test:** All 5 checks pass ✅
|
||||
- **Budget:** €181.71 remaining, Revenue: €9
|
||||
- **Pending for investor:**
|
||||
- Production tag for v0.5.1+ (staging has 18 commits ahead of prod v0.4.5)
|
||||
- SDK tokens (npm/PyPI/Go/Packagist)
|
||||
- Google Search Console verification
|
||||
|
||||
## Session 92 — 2026-02-25 07:00 UTC (Wednesday Morning)
|
||||
- **Production:** v0.5.0 (reports 0.4.5) ✅ healthy, 74k+ seconds uptime, 2 replicas running
|
||||
- **Staging:** v0.5.1 ✅ healthy, 53k+ seconds uptime
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"phaseLabel": "Build Production-Grade Product",
|
||||
"status": "launch-ready",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "Fix broken test suite (24/27 tests fail, CI has no test step). Staging v0.5.1 ready for prod tag. Still need SDK tokens + GSC verification.",
|
||||
"currentPriority": "Staging ready for prod tag (18 commits ahead). Still need SDK tokens + GSC verification. Test suite: 52 tests passing, 0 npm vulnerabilities.",
|
||||
"ownerDirectives_PRIORITY": "Process these IN ORDER. Do not skip. Remove items marked ✅ DONE/FIXED during housekeeping.",
|
||||
"ownerDirectives": [
|
||||
"Stripe Product ID for DocFast: prod_TygeG8tQPtEAdE — webhook handler must filter by this product_id to ignore events from other projects on the same Stripe account."
|
||||
|
|
@ -80,10 +80,10 @@
|
|||
"CRITICAL": [],
|
||||
"HIGH": [],
|
||||
"MEDIUM": [],
|
||||
"LOW": ["BUG-053: JS not minified (cosmetic)"],
|
||||
"LOW": [],
|
||||
"note": "All clear. SMTP is mail.cloonar.com:587 — tested and verified working."
|
||||
},
|
||||
"blockers": [],
|
||||
"startDate": "2026-02-14",
|
||||
"sessionCount": 92
|
||||
"sessionCount": 93
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue