Merged
Conversation
869c6cf to
ff0ee62
Compare
kristinmerbach
approved these changes
Mar 6, 2026
saipraveen18
approved these changes
Mar 6, 2026
jacobkagon
added a commit
that referenced
this pull request
Apr 20, 2026
* Revert "enhance SSN matching logic to prevent applicant saves when SSN is taken (#5986)" This reverts commit 0289274. * Revert "update non requesting applicants evidence states on hub call (#5996)" This reverts commit 468d9ae. * Revert "Add base-uri directive. (#6042)" This reverts commit da0d227. * Revert "update email validation regex across models and controllers (#6055)" This reverts commit 0e44a74. * Revert "update event source reference (#6007)" This reverts commit 73694e9. * use eligibility year to create previous THHG and remove date check (#6117) * use eligibility year to create previous THHG and remove date check for non active enrollments * fix spec * rubocop fix --------- Co-authored-by: Sai Praveen Gudimetla <saipraveen.gudimetla@gmail.com> * reintroduce disabled FAA continue button (#6132) * add verification history prior to sending dmf request (#6137) * add verification history prior to sending dmf request * update class comparison check * redirect ridp verified consumers on pre ridp pages (#6124) * redirect ridp verified consumers * spec fix * cucumber coverage * fix ARIA error (#6145) * fix ARIA error * contrast errors --------- Co-authored-by: Sai Praveen Gudimetla <saipraveen.gudimetla@gmail.com> * update spec to accurately expect outstanding aasm state (#6156) * update test to accurately expected evidence aasm state * fix indentation on spec * remove unnecessary line from spec * add refocus after modal close and prevent focus traps (#6116) * add refocus after modal close and prevent focus traps * add missing declaration * remove unnecessary code comments * Add script to delete stale tax household enrollments (#6157) * Add script to delete stale tax household enrollments * fix comment * show expired or determined evidence app history (#6162) Co-authored-by: Jacob Kagon <69021620+jacobkagon@users.noreply.github.com> * move to v3 evidence checks instead of consumer_role state (#6118) * move to v3 evidences from consumer_role * hbx_enrollment_spec addition * consumer role doesn't affect enrollment * add pending eligibility cuke * lint * update to reuse individual market logic * spec fixes * protect against missing family_id --------- Co-authored-by: Michael Karamanov <michael.karamanov@ideacrew.com> * handle enrollment generation failures gracefully (#6165) * Handle enrollment generation failures gracefully in AddEligibilityDetermination operation * lint fix * evidence downgrades from outstanding or rejected (#6109) Co-authored-by: Michael Karamanov <mdkaramanov@gmail.com> * check to prevent stale verified evidence uploads (#6163) * check to prevent stale verified evidence uploads * rubocop * fix spec * handle carrier rescission terms and cancels (#6136) * intial changes * add handling to enrollments canceled or terminated via carrier rescission * remove comment and update query * remove more comments * include new translations * remove comment * add key to system config * change key in system config value * update var name for clarity * change fraud reason from fraudulent activity to fraud * fix logic in families helper * revert linter changes to hbx enrollment * revert linter changes again * add cucumbers for enrollment history * remove cucumber step to ensure GHA passes * use correct translation in spec * remove irrelevant test and step * fix failing cucumber after broken by merge trunk Conflicts: config/client_config/dc/system/config/templates/features/enroll_app/enroll_app.yml config/client_config/me/system/config/templates/features/enroll_app/enroll_app.yml system/config/templates/features/enroll_app/enroll_app.yml revert 6007 changes * update ui display text for rescinded enrollments (#6147) * update ui display text for rescinded enrollments * fix specs failing in gha * remove unused translation --------- Co-authored-by: vishal kalletla <vishuk1201@gmail.com> Co-authored-by: Sai Praveen Gudimetla <saipraveen.gudimetla@gmail.com> Co-authored-by: Alec Turnbull <alecturnbull81@gmail.com> Co-authored-by: Tristan <33517218+TristanB17@users.noreply.github.com> Co-authored-by: Michael Karamanov <mdkaramanov@gmail.com> Co-authored-by: Jacob Kagon <69021620+jacobkagon@users.noreply.github.com> Co-authored-by: Michael Karamanov <michael.karamanov@ideacrew.com>
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.
PR Checklist
Please check if your PR fulfills the following requirements:
lethelpers andbeforeblocks..html_safe.PR Type
What kind of change does this PR introduce?:
What is the ticket # detailing the issue?
Ticket: https://app.clickup.com/t/868gkd3ua && https://app.clickup.com/t/868hmurgx
A brief description of the changes:
New behavior: update event source gem reference. add feature switch for event source auto shutdown.
Feature Flag
For all new feature development, a feature flag is required to control the exposure of the feature to our end users. A feature flag needs a corresponding environment variable to initialize the state of the flag. Please share the name of the environment variable below that would enable/disable the feature and indicate which client(s) it applies to.
Variable name:
Additional Context
Include any additional context that may be relevant to the peer review process.