chore: migrate service URLs from Leapcell to Fly.io and add git to Docker image - #73
Conversation
…cker image Actualizado SERVICE_URL por defecto de gitgost.leapcell.app a gitgost.fly.dev en .env.example, internal/github/ntfy.go, README.md, .github/workflows/release.yml y templates HTML. Agregado git al Dockerfile con apk add. Implementada tabla comments en schema.sql con políticas RLS. Agregados métodos InsertComment y GetTotalComments en database/supabase.go. Integrado tracking de comentarios en CreateAnonymousCommentHandler y CreateAnonymou
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe PR adds anonymous comment persistence infrastructure, migrates the hosted service domain from leapcell.app to fly.dev, and updates the frontend to display comment counts and support Tor access. Core changes include a new comments database table, Supabase client operations for comment insertion and counting, handler wiring to persist comment URLs, and comprehensive domain reference updates across configuration, code, and documentation. ChangesAnonymous comments feature with domain infrastructure
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Actualizado SERVICE_URL por defecto de gitgost.leapcell.app a gitgost.fly.dev en .env.example, internal/github/ntfy.go, README.md, .github/workflows/release.yml y templates HTML. Agregado git al Dockerfile con apk add. Implementada tabla comments en schema.sql con políticas RLS. Agregados métodos InsertComment y GetTotalComments en database/supabase.go. Integrado tracking de comentarios en CreateAnonymousCommentHandler y CreateAnonymou
Summary by CodeRabbit
New Features
Documentation
Chores