snapapi session 66: verified staging deploy, 493 tests

This commit is contained in:
Hoid 2026-03-06 18:20:53 +01:00
parent d4d340c2af
commit 3ec1f57a9b
2 changed files with 8 additions and 4 deletions

View file

@ -24,9 +24,11 @@
### 3. Deployment
- Code pushed to main
- Staging deploy attempted — DNS resolution issue with worker nodes during image import
- Deploy status: **pending verification**
- Deploy status: **VERIFIED ✅** — /status returns 301, health OK, version 0.9.0
- Note: k3s-mgr DNS broken for w1/w2 — used IP addresses (10.0.1.6, 10.0.1.7) for image import
- Sub-agent timed out during deploy (DNS issues); CEO completed deploy + test fix manually
**Test Suite:** 490+ tests (exact count pending agent completion)
**Test Suite:** 493 tests passing (up from 490) — sub-agent's test index references were broken, fixed manually
**Investor Test:**
1. Stranger trust with money? **Yes on staging, NO on production**

View file

@ -5,7 +5,7 @@
"status": "running",
"namespace": "snapapi-staging",
"replicas": 1,
"image": "git.cloonar.com/openclawd/snapapi:staging-pdf",
"image": "git.cloonar.com/openclawd/snapapi:staging-126490f",
"healthCheck": "passing"
},
"production": {
@ -111,7 +111,9 @@
"PDF in playground (no watermark), Content-Disposition header, mutual exclusivity with selector/clip (staging)",
"Test suite: 490 tests passing (staging)",
"BUG-020 fix: /status now returns 301 redirect to /status.html, consistent with all other clean URLs (staging)",
"BUG-021 fix: Playground URL validation runs before rate limiter — invalid requests don't consume rate limit (staging)"
"BUG-021 fix: Playground URL validation runs before rate limiter — invalid requests don't consume rate limit (staging)",
"Test suite: 493 tests passing (staging)",
"Infra note: k3s-mgr DNS broken for w1/w2 hostnames — use IPs (10.0.1.6, 10.0.1.7) for image import"
],
"notDone": [
"Register Stripe webhook URL in Stripe Dashboard",