Commit graph

5 commits

Author SHA1 Message Date
Josh
c662e41b97 Disable CDN caching for HTML, add Quicklink prefetching
All checks were successful
ci/woodpecker/push/build Pipeline was successful
- Change Cache-Control from s-maxage=31536000 to max-age=0,must-revalidate
  for all HTML pages and sitemap (fixes stale content after settings change)
- Remove Cloudflare PurgeURLs call since we're not caching HTML at CDN
- Add Quicklink for client-side prefetching on public blog pages
- Make main branch deploy automatic (remove manual trigger)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 22:02:47 +02:00
Josh
b56757770d perf: cache Go modules between CI runs
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 03:08:16 +02:00
Josh
4b0cdc4f69 fix: source .env before docker compose, make prod deploy manual
Some checks failed
ci/woodpecker/push/build Pipeline failed
- Source .env file before docker compose to load REGISTRY_URL
- Add event: manual to deploy-prod (requires manual trigger in Woodpecker)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 02:56:52 +02:00
Josh
b2b2a42ca9 fix: enable CI tests with build tags and add billing tests
Some checks failed
ci/woodpecker/push/build Pipeline failed
- Add build tag to studio/embed.go to exclude from test builds
- Create stub embed_testing.go for test builds
- Update CI pipeline to use -tags testing
- Add tests for webhook signature verification and status normalization

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 02:44:49 +02:00
Josh
cb4bebb42c refactor: move pipeline to .woodpecker/ directory
Some checks failed
ci/woodpecker/push/build Pipeline failed
Use Woodpecker's default directory-based pipeline discovery.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 02:26:29 +02:00