Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy RC 407 to Production #11117

Merged
merged 22 commits into from
Aug 20, 2024
Merged

Deploy RC 407 to Production #11117

merged 22 commits into from
Aug 20, 2024

Conversation

solipet
Copy link
Contributor

@solipet solipet commented Aug 20, 2024

User-Facing Improvements

  • Consent Screen: Arrange email as first item in IdV consent screen (#11113)
  • In-person Proofing: Ensure EIPP enrollments are expired (#11085)
  • Performance: Use defer for non-critical scripts (#11096)

Internal

  • Automated Testing: Enforce YAML normalization for application.yml.default (#11106)
  • Automated Testing: Improve reliability of automated tests (#11109)
  • Automated Testing: Add 50/50 state integration (#11090)
  • CI: Adding labels to kubernetes resources for easier tracing (#11081)
  • Code Quality: Refactor backup code verification to follow conventional form pattern (#11089)
  • Code Quality: Changed variable name (#11102)
  • Code Quality: Change name of class and references (#11098)
  • Code Quality: Renamed DocumentsStep to DocumentsAndSelfieStep (#11092)
  • Configuration: Do not write config file by default on boot (#11100)
  • Dependencies: Update dependencies to latest versions (#11103)
  • Documentation: Link consistently to default application configuration (#11111)
  • Documentation: Remove reference to frontend interest group team in contributing guide (#11108)
  • Documentation: Document analytics methods properties (#11099)
  • In-Person Proofing: Fix bug where user gets locked out of account after in_person_enrollment expires (#11105)
  • Rate Limiting: Enforce additional user IP rate-limiting on backup code submission (#11094)
  • Reporting: Adds some DIVR content to MKMR (#11072)

Upcoming Features

  • Adding Socure support: Created a webhook for Socure to invoke during IdV (#11101)
  • Doc Auth: Create feature flag for future use (#11114)

stephencshelton and others added 22 commits August 15, 2024 11:44
* changelog: Internal, CI, adding labels to kubernetes resources for easier tracing
…#11089)

changelog: Internal, Code Quality, Refactor backup code verification to follow conventional form pattern
changelog: Internal, Configuration, Do not write config file by default on boot
changelog: User-Facing Improvements, Performance, Use defer for non-critical scripts
changelog: Internal, Rate Limiting, Enforce additional user IP rate-limiting on backup code submission
* ensure that enhanced ipp enrollments are expired

* Changelog: User-Facing Improvements, In-person Pr oofing, ensure eipp enrollments are expired

* add specs for when enrollments aren't being expired

* update mock proofer to support manual testing of expired eipp enrollments

* Fix mock proofer to return correct error for expired eipp enrollments
* Document analytics methods in critical IdV flow

* Remove unnecessary allowed_extra_analytics

* Update FakeAnalytics spec to pass required properties

* Add changelog

changelog: Internal, Documentation, Document analytics methods properties
* Update Propshaft to 0.9.x

changelog: Internal, Dependencies, Update dependencies to latest versions

* Remove monkeypatch file reference
changelog: Internal, Automated Testing, Improve reliability of automated tests
#11108)

changelog: Internal, Documentation, Remove reference to frontend interest group team in contributing guide
* Renamed variable

* Changed value to non mutation of variable in all occurences, resolve PR comments

* changelog: internal, code format, changed variable name
changelog: Internal, Automated Testing, Enforce YAML normalization for application.yml.default
* Renamed component DocumentsStep -> DocumentsAndSelfieStep

Renamed files to match new component name. Because policy, the rename meant moving from a .jsx file to a .tsx file, so there was some Typescript cleanup to do; it amounted to adding dummy arguments to component rendering in the specs.

changelog: Upcoming Features,biometric verification,Renamed `DocumentsStep` to `DocumentsAndSelfieStep`
* docs: internal link yml config path

* docs: path can be a slash in front

* Add changelog

changelog: Internal, Documentation, Link consistently to default application configuration

---------

Co-authored-by: Guspan Tanadi <[email protected]>
* Updated name and refrences

* Reverting changes on non front end compnenet

* Renamed file resolving PR comment

* changelog: internal, code format, change name of class and refrences

* Reverting to Unknown error to resolve PR comment

* Adding new line to pass lint
Added minimal route and controller for the Socure web hook, and verified that it works from Socure's test bench.

Route is '/api/webhooks/socure/event'

changelog: Upcoming Features,Adding Socure support,Created a webhook for Socure to invoke during IdV

Co-authored-by: Zach Margolis <[email protected]>
* attempt to deactivate profile when expiring ipp enrollments in GetUspsProofingResultsJob

* deactivate associated profile after in_person_enrollment expires

* Changelog: Upcoming Features, In-Person Proofing, fix bug where user gets locked out of account after in_person_enrollment expires

* fix lint error

* add spec for deactivate_due_to_ipp_expiration
changelog: Internal, Automated Testing, Add 50/50 state integration
tests for the state_id step in the ID-IPP/EIPP flow in preperation for
removing FSM code.
* Add test coverage for expected presenter sort order

* LG-14219: Arrange email as first item in IdV consent screen

changelog: User-Facing Improvements, Consent Screen, Arrange email as first item in IdV consent screen
* LG-14022 | Embed key DIVR metrics in MKMR

changelog: Internal, Reporting, Adds some DIVR content to MKMR

---------

Co-authored-by: Zach Margolis <[email protected]>
#11114)

* changelog: upcoming feature, doc auth, create feature flag for future use

* Renaming to more specific varaible name
@solipet solipet merged commit 7e4c865 into stages/prod Aug 20, 2024
1 check passed
@solipet solipet deleted the stages/rc-2024-08-20 branch August 20, 2024 18:22
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.

10 participants