Hoid
|
6b1b3d584e
|
fix: OpenAPI spec accuracy — hide internal endpoints, mark signup/verify deprecated
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 13m9s
- Remove @openapi annotations from /v1/billing/webhook (Stripe-internal)
- Remove @openapi annotations from /v1/billing/success (browser redirect)
- Mark /v1/signup/verify as deprecated (returns 410)
- Add 3 TDD tests in openapi-spec.test.ts
- Update 2 existing tests in app-routes.test.ts
- 530 tests passing (was 527)
|
2026-03-07 14:06:12 +01:00 |
|
DocFast Bot
|
45b5be248c
|
docs: remove free tier, update rate limits and auth for demo+pro model
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 11m58s
Promote to Production / Deploy to Production (push) Successful in 2m21s
- Remove free tier from rate limits, add Demo (5/hour, watermarked)
- Update auth section: remove free-tier key mention, link to docfast.dev
- Update getting started: demo → upgrade to Pro → use API key
- Add deprecated: true to /v1/signup/free swagger annotation
- Regenerate openapi.json
|
2026-02-20 19:10:25 +00:00 |
|
OpenClaw Deployer
|
e611609580
|
fix: compile TypeScript in Docker build — dist/ was never built in CI, connection resilience code was missing from images
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m59s
Promote to Production / Deploy to Production (push) Successful in 1m15s
|
2026-02-18 16:19:59 +00:00 |
|
DocFast Bot
|
1702abdeb8
|
fix: add /change-email route in index.ts + fix SQL query escaping in keys.ts
Deploy to Production / Deploy to Server (push) Successful in 1m36s
- Register GET /change-email route in src/index.ts (serves change-email.html)
- Fix updateKeyEmail() SQL query string (dollar signs were stripped by heredoc)
- Fix updateEmailByCustomer() SQL query string
- Rebuild TypeScript dist/
|
2026-02-17 11:34:21 +00:00 |
|
openclawd
|
1ef8f5743c
|
feat: Add built dist files with EU compliance routes
Deploy to Production / Deploy to Server (push) Failing after 20s
- Include compiled TypeScript with new /impressum, /privacy, /terms routes
- Temporary commit of dist files for Docker deployment
|
2026-02-16 13:09:25 +00:00 |
|