ci: native AI code review + fix Forgejo CI for Node 24 #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/github-actions-and-coderabbit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The AI review:
Setup needed
ANTHROPIC_API_KEYsecret in ForgejoFORGEJO_TOKENsecret (for posting PR comments)* fix(api): replace all db.query.findFirst RAW patterns with db.select The Drizzle v1 relational query API with { RAW: } expressions crashes in the Cloudflare Worker runtime. Migrated all 34 remaining API route files (69 occurrences) to use db.select().from().where().limit(1) which works reliably through Hyperdrive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: DB-driven public feed overlays, replace broken db.query patterns Replace all hardcoded public app definitions with DB-driven overlays seeded via the API. Fix workspace lookup in the feed pipeline that silently failed in CF Workers (db.query.findFirst with RAW clause → db.select). Expand seed script to cover all 24 user-facing apps across platform, ventures, and experiments tiers. Also includes: API route fixes replacing broken db.query.findFirst patterns with db.select across deploy, apps, and admin endpoints; mobile app simplification; and assorted API hardening. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.