Conversation
- Ported RaiApi logic to Go (internal/service) - Implemented HTTP handlers using vanilla net/http (internal/api) - Implemented middleware for logging, caching, gzip (internal/middleware) - Created multi-stage Dockerfile - Updated CI/CD workflows - Removed backend JS files and dependencies - Added Go integration tests and verified with Dredd - Bumped version to 4.7.0
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Rewrote Node.js backend to Go 1.26 - Implemented structured logging with log/slog - Split models into separate files (internal/model) - Implemented strict DateValidator middleware - Used github.com/gorilla/handlers for compression - Updated Dockerfile to multi-stage build (Node for FE, Go for BE) - Updated CI/CD for Go 1.26 - Removed legacy JS backend files - Verified with Dredd and Integration tests
- Bumped package.json to 4.7.0 (fixes version check) - Restored web/templates/rss.xml (fixes Docker build) - Removed legacy JS files (fixes dredd/test execution) - Updated dredd.yml to run Go binary - Cleaned up git state - Verified with Go 1.26 requirement
- Use github.com/gorilla/handlers for compression - Use strict DateValidator middleware - Use log/slog for logging - Split models into separate files - Update Dockerfile for multi-stage build (copying assets) - Fix CI workflow for Go 1.26 - Clean up legacy files and deps
- Updated MONGO_URL parsing to use connstring - Verified and restored Go tests - Ran tests locally to ensure they pass
Rewrite backend in Go.
Ported the entire backend from Node.js to Go using standard library.
Updated Dockerfile, CI, and tests.
Removed backend JS files.
Bumped version to 4.7.0.
Verified with Dredd and integration tests.
PR created automatically by Jules for task 1727441034397264767 started by @maxcanna