comparison · c_a4b313331fd6 (tommy-mor) vs c_7074f7a7bb57 (tommy-mor)
Side A adds substantive production infrastructure (Dockerfile, fly.toml, supervisord, entrypoint script) plus real bugfixes to JDBC URL parsing (handling postgresql:// scheme and query params), SSL config, and DB connection retry logic in Rust—concrete lasting deployment capability. Side B is a small, somewhat regressive UI tweak that removes pin-form functionality for unpinned items and only adds one CSS line, offering far less durable value.
A ships lasting production infrastructure (multi-stage Dockerfile, fly.toml, supervisord) plus real compatibility fixes: JDBC URL/SSL parsing, smaller pools, PORT env handling, and rustsorter DB connect retries. B only tweaks CSS (display:flex) and removes pin/vote-preview UI surface area—small polish with little enduring project value.
Side A adds substantial production infrastructure and runtime robustness: a Fly.io deployment (Dockerfile, supervisor, entrypoint, fly.toml), support for managed PostgreSQL with SSL URL handling, PORT environment support, and retry logic for Rust database connections. Side B is a small UI cleanup, removing pin controls and a preview section while adding a single CSS display rule, with far less lasting architectural impact.
comparison · c_7074f7a7bb57 (tommy-mor) vs c_5c85fe45df61 (tommy-mor)
Side B adds a clean, self-contained CI/CD workflow that provides lasting automation value with no downsides. Side A is a small UI tweak/simplification but also removes a pin-form feature and a vote preview block without clear explanation, mixing minor cleanup with functionality removal, making its net lasting value less clear-cut.
B adds a durable CI deploy workflow (checkout, flyctl setup, remote deploy on main) that keeps production in sync without manual steps. A mostly removes pin UI/RPC and a vote-preview block plus a one-line display:flex tweak, so its lasting product/infra impact is smaller and partly subtractive.
Side B adds a GitHub Actions workflow that automatically deploys the Fly.io application on pushes to main, including concurrency control and authenticated deployment, creating an ongoing operational improvement for the project. Side A mostly removes UI elements (pin form and vote preview), drops an unused parameter, and adds a missing `display: flex` CSS rule; while it includes minor cleanup and a small styling fix, it is a narrower, less broadly impactful change.