Release 103 - #1130
Open
eanders wants to merge 13 commits into
Open
Conversation
* prepare copyright update tooling * Process copyright headers with rake task * review script comment update - fix target * Port changes from the warehouse --------- Co-authored-by: Elliot Anders <elliot@greenriver.org>
Speculative fixe for occasional core-dumps during the `bin/database-ready.rb` boot check caused by bootsnap's ISeq compile cache failing on large, unused AWS SDK files. - Optimize AWS dependencies: Disable auto-require for unused AWS SDK gems to reduce boot-time compile surface (retaining only -rails, -s3, and -ses). - Unify Ruby runtime: Reconcile version skews by upgrading `.ruby-version`, Dockerfile, docker-compose, and CI workflows to Ruby 4.0.5. - Dev tools: Install `jq` into the Docker image for dev QOL
json: * CVE-2026-54696 websocket-driver * GHSA-2x63-gw47-w4mm * GHSA-8j3g-f24p-4mpw * GHSA-33ph-fccm-39pj * GHSA-ghhp-3qvg-889p * GHSA-x2f5-4prf-w687
This reverts commit 6d75f9a. undo accidental direct commit to release branch
json: * CVE-2026-54696 websocket-driver * GHSA-2x63-gw47-w4mm * GHSA-8j3g-f24p-4mpw * GHSA-33ph-fccm-39pj * GHSA-ghhp-3qvg-889p * GHSA-x2f5-4prf-w687
Fix ID collisions, wrap availability reset in transaction, and update upload form - Skip and report rows where globally unique client IDs collide with existing records from other agencies. - Wrap the client availability reset and reactivation logic in a single database transaction to ensure atomicity on failure. - Update the upload form to require explicit agency and availability selections, enforce agency permission restrictions, and preserve submitted values on validation failure. - Report internal processing failures to Sentry while maintaining user-facing row-level error reporting.
[#9383] Fix Filter Cropping
dtgreiner
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging this PR
Description
Release 103