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

Commits on Aug 15, 2024

  1. Adding labels to kubernetes resources for easier tracing (#11081)

    * changelog: Internal, CI, adding labels to kubernetes resources for easier tracing
    stephencshelton authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9541594 View commit details
    Browse the repository at this point in the history
  2. Refactor backup code verification to follow conventional form pattern (

    …#11089)
    
    changelog: Internal, Code Quality, Refactor backup code verification to follow conventional form pattern
    aduth authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cf00082 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Do not write config file by default on boot (#11100)

    changelog: Internal, Configuration, Do not write config file by default on boot
    mitchellhenke authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9ffd3a3 View commit details
    Browse the repository at this point in the history
  2. Use defer for non-critical scripts (#11096)

    changelog: User-Facing Improvements, Performance, Use defer for non-critical scripts
    aduth authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3674e15 View commit details
    Browse the repository at this point in the history
  3. LG-14078: Rate-limit backup code attempts based on IP+user ID (#11094)

    changelog: Internal, Rate Limiting, Enforce additional user IP rate-limiting on backup code submission
    aduth authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c44f12a View commit details
    Browse the repository at this point in the history
  4. LG-14175: Expire EIPP enrollments in job (#11085)

    * 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
    eileen-nava authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    12da96c View commit details
    Browse the repository at this point in the history
  5. Document analytics methods properties in primary IdV flow (#11099)

    * 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
    aduth authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b5b9e5f View commit details
    Browse the repository at this point in the history
  6. Update Propshaft to 0.9.x (#11103)

    * Update Propshaft to 0.9.x
    
    changelog: Internal, Dependencies, Update dependencies to latest versions
    
    * Remove monkeypatch file reference
    aduth authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e92a99f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Try: Fix second MFA reminder flakey spec (#11109)

    changelog: Internal, Automated Testing, Improve reliability of automated tests
    aduth authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2c81950 View commit details
    Browse the repository at this point in the history
  2. Remove reference to frontend interest group team in contributing guide (

    #11108)
    
    changelog: Internal, Documentation, Remove reference to frontend interest group team in contributing guide
    aduth authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0c0e643 View commit details
    Browse the repository at this point in the history
  3. Renamed variable (#11102)

    * Renamed variable
    
    * Changed value to non mutation of variable in all occurences, resolve PR comments
    
    * changelog: internal, code format, changed variable name
    AShukla-GSA authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    08a2287 View commit details
    Browse the repository at this point in the history
  4. Enforce YAML normalization for application.yml.default (#11106)

    changelog: Internal, Automated Testing, Enforce YAML normalization for application.yml.default
    aduth authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0923f95 View commit details
    Browse the repository at this point in the history
  5. Jmax/lg 13875 rename documentstep in doc auth (#11092)

    * 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`
    jmax-gsa authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e101d33 View commit details
    Browse the repository at this point in the history
  6. Update configuration link in SDK upgrade documentation (#11111)

    * 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]>
    aduth and guspan-tanadi authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c3225b4 View commit details
    Browse the repository at this point in the history
  7. Updated name and references (#11098)

    * 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
    AShukla-GSA authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8632b33 View commit details
    Browse the repository at this point in the history
  8. LG-13934 Add socure webhook (#11101)

    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]>
    jmax-gsa and zachmargolis authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f963d71 View commit details
    Browse the repository at this point in the history
  9. LG-14231: Users can't access accounts after enrollment expires (#11105)

    * 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
    eileen-nava authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9dac9eb View commit details
    Browse the repository at this point in the history
  10. LG-12532 Add 50/50 tests for IPP state id page (#11090)

    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.
    shanechesnutt-ft authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2f77eb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e26251b View commit details
    Browse the repository at this point in the history
  12. LG-14219: Arrange email as first item in IdV consent screen (#11113)

    * 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
    aduth authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    daab1f8 View commit details
    Browse the repository at this point in the history
  13. LG-14022 | Merge selected DIVR stats into MKMR (#11072)

    * LG-14022 | Embed key DIVR metrics in MKMR
    
    changelog: Internal, Reporting, Adds some DIVR content to MKMR
    
    ---------
    
    Co-authored-by: Zach Margolis <[email protected]>
    n1zyy and zachmargolis authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    43762a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. changelog: upcoming feature, doc auth, create feature flag for future… (

    #11114)
    
    * changelog: upcoming feature, doc auth, create feature flag for future use
    
    * Renaming to more specific varaible name
    AShukla-GSA authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a897789 View commit details
    Browse the repository at this point in the history