Skip to content

update event source reference#6007

Merged
kristinmerbach merged 12 commits intotrunkfrom
cu_868gkd3ua_graceful_shutdown_of_consumers
Mar 10, 2026
Merged

update event source reference#6007
kristinmerbach merged 12 commits intotrunkfrom
cu_868gkd3ua_graceful_shutdown_of_consumers

Conversation

@vkghub
Copy link
Copy Markdown
Contributor

@vkghub vkghub commented Jan 29, 2026

PR Checklist

Please check if your PR fulfills the following requirements:

  • The title follows our guidelines
  • Tests for the changes have been added (for bug fixes/features), and they use let helpers and before blocks.
  • For all UI changes, there is Cucumber coverage.
  • Any endpoint touched in the PR has an appropriate Pundit policy. For open endpoints, the reasoning is documented in the PR and code.
  • Any endpoint modified in the PR only responds to the expected MIME types.
  • For all scripts or rake tasks, how to run them is documented in both the PR and the code.
  • There are no inline styles added.
  • There is no inline JavaScript added.
  • There is no hard-coded text added/updated in helpers/views/JavaScript. New/updated translation strings do not include markup/styles unless there is supporting documentation.
  • Code does not use .html_safe.
  • All images added/updated have alt text.
  • Does not bypass RuboCop rules in any way.

PR Type

What kind of change does this PR introduce?:

  • Bugfix
  • Feature (requires Feature flag)
  • Data fix, Migration, or Report (inert code, no impact until run)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • CI related changes
  • Dependency updates (e.g., add a new gem or update to a version)
  • Release (Prepares code for a release, e.g., version bumps, changelog updates, tagging, deployment scripts)

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:

  • DC
  • ME

Additional Context

Include any additional context that may be relevant to the peer review process.

@vkghub vkghub self-assigned this Jan 29, 2026
@vkghub vkghub added the enhancement New feature or request label Jan 29, 2026
@vkghub vkghub force-pushed the cu_868gkd3ua_graceful_shutdown_of_consumers branch from 869c6cf to ff0ee62 Compare February 25, 2026 22:39
@vkghub vkghub marked this pull request as ready for review February 26, 2026 18:58
@vkghub vkghub requested a review from a team as a code owner February 26, 2026 18:58
kristinmerbach
kristinmerbach previously approved these changes Feb 27, 2026
Copy link
Copy Markdown
Contributor

@kristinmerbach kristinmerbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kristinmerbach kristinmerbach enabled auto-merge (squash) February 27, 2026 15:20
saipraveen18
saipraveen18 previously approved these changes Mar 6, 2026
Copy link
Copy Markdown
Contributor

@saipraveen18 saipraveen18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@vkghub vkghub dismissed stale reviews from saipraveen18 and kristinmerbach via 631fe47 March 6, 2026 17:02
@kristinmerbach kristinmerbach merged commit 73694e9 into trunk Mar 10, 2026
266 of 276 checks passed
@kristinmerbach kristinmerbach deleted the cu_868gkd3ua_graceful_shutdown_of_consumers branch March 10, 2026 16:57
sri49 added a commit that referenced this pull request Apr 5, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants