Skip to content

Deploy RC 391.1 to Production#10853

Closed
ajfarkas wants to merge 5 commits intostages/prodfrom
stages/rc-2024-06-21
Closed

Deploy RC 391.1 to Production#10853
ajfarkas wants to merge 5 commits intostages/prodfrom
stages/rc-2024-06-21

Conversation

@ajfarkas
Copy link
Contributor

Bug Fixes

  • Accessibility: Render email language preference as language of parts (#10841)
  • Reports: Resolve double-parsing JSON in Dropoff report (LG-13570) (#10846)

Internal

  • RISC: Remove obsolete code (#10826)
  • UI Components: Replace Alert component "other" as default style (#10779)
  • WebAuthn: Standardize form validation for WebauthnSetupForm (#10782)

vrajmohan and others added 5 commits June 20, 2024 16:48
**Why**:
RISC notifications are delivered through an ActiveJob; inline
invocation is no longer used.

**How**:
1. Remove references to risc_notifications_active_job_enabled in code
   and assume it to be true
2. Refactor tests to assert that RiscDeliveryJob is scheduled with the
   correct arguments

changelog: Internal, RISC, Remove obsolete code
changelog: Bug Fixes, Accessibility, Render email language preference as language of parts
* Replace Alert component "other" as default style

changelog: Internal, UI Components, Replace Alert component "other" as default style

* Shift nil validation to VALID_TYPES

See: https://github.com/18F/identity-idp/pull/10779/files#r1631544531
* Standardize form validation for WebauthnSetupForm

changelog: Internal, WebAuthn, Standardize form validation for WebauthnSetupForm

* Add attestation validation error to attestation_object

More appropriate than `name`
* LG-13570 we were parsing JSON as JSON and that was bad

* LG-13570 lint corrections

changelog: Bug Fixes, Reports, Resolve double-parsing JSON in Dropoff report (LG-13570)
@zachmargolis
Copy link
Contributor

this is not a patch deploy? I would expect us to just be deploying one commit

so to make the branch it would look like

git checkout origin/stages/prod -b stages/rc-2024-06-21
git cherry-pick -x f827d2b980b43557e5dbb654f7f286aedd052fde # commit on main we care about

and make a PR out of that

@ajfarkas
Copy link
Contributor Author

This is incorrect, it contains work I don't want in the patch.

@ajfarkas ajfarkas closed this Jun 21, 2024
@ajfarkas ajfarkas deleted the stages/rc-2024-06-21 branch June 21, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants