Skip to content

Deploy RC 298 to Prod#8810

Merged
aduth merged 15 commits intostages/prodfrom
stages/rc-2023-07-20
Jul 20, 2023
Merged

Deploy RC 298 to Prod#8810
aduth merged 15 commits intostages/prodfrom
stages/rc-2023-07-20

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented Jul 19, 2023

User-Facing Improvements

  • Identity Verification: Change continue button on personal key page (#8799)
  • In-Person Proofing: Send sms notification when enrollment status is available. (#8772)
  • Logging: Separate OpenID Connect Authorization Request and Handoff Logging (#8798)
  • Suspension: Add email send on create account (#8801)

Bug Fixes

  • Asset Compilation: Delete invalid symlinks referencing identity-idp-config (#8786)
  • Code Revert: Revert changes introduced in a9c3096 (#8773)
  • Localization: Fix tab navigation not showing selected tab in specific parameter combinations (#8792, #8800)
  • In-person proofing: Created a new route-controller-view for IPP ssn step outside of FSM (#8744)

Internal

  • Code Quality: Convert JavaScript to TypeScript (#8796)
  • IdV events: Renamed upload events to hybrid handoff for clarity. (#8784)
  • Maintenance: Remove unused re-authentication controller routes (#8722)

Upcoming Features

  • Face or Touch Unlock: Filter WebAuthn authenticators by requested attachment (#8795)
  • Face or Touch Unlock: Update copy for face or touch unlock error messages (#8775)
  • Face or Touch Unlock: Update account creation text for platform authenticators (#8750)

Mitchell Henke and others added 15 commits July 17, 2023 12:22
changelog: Bug Fixes, Asset Compilation, Delete invalid symlinks referencing identity-idp-config
* Remove unused re-authentication controller routes

changelog: Internal, Maintenance, Remove unused re-authentication controller routes

* remove specs

* remove unused session attribute

* remove unused tracker method

* remove unused template and content

Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>

---------

Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
* changelog: User-Facing Improvements, Webauthn platform, update account creation text

* remove test check

* fix tests

* lint and add additional tests for webauthn setup page

* LG-10231: address comments around controller and spec behavior

* fix rubocop

* address comment

* add spec, update spacing
* Fix current path detection for locale URL parameter

changelog: Bug Fixes, Localization, Fix tab navigation not showing selected tab in specific parameter combinations

* Simple is good

* Use ApplicationController for route definitions
* LG-10126: WIP

* LG-10126: pull in dependency.

* LG-10126: WIP, test etc.

* LG-10126: WIP, test etc.

* LG-10126: test update.

* LG-10126: notification message.

* LG-10126: perform later

* LG-10126: pass in id.

* LG-10126: linter.
changelog: In-Person Proofing: send sms notification when proofing result is available.

* LG-10126: minor fix.

* LG-10126: linter.
changelog: User-Facing Improvements, In-Person Proofing, send sms notification when enrollment status is available.

* changelog: User-Facing Improvements, In person Proofing, Send sms notification when enrollment status is available (LG-10126)

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: lint.

* LG-10126: address comment.

* LG-10126: build error and comment.

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: use before_save

* LG-10126: traits for association

* LG-10126: traits for association

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: address comment.

* LG-10126: triggering when set expired from USPS request error.

* LG-10126: accidental change.

* LG-10126: test expired status.

* LG-10126: no sms for expired.

* LG-10126: revert.

* LG-10126: minor change.
Renamed analytics event

Was `doc_auth_upload_submitted`, is now `doc_auth_hybrid_handoff`

changelog: Internal,IdV events,Renamed upload events to hybrid handoff for clarity.
)

* Separate OpenID Connect Authorization Request and Handoff Logging

changelog: Improvements, Logging, Separate OpenID Connect Authorization Request and Handoff Logging

* remove attributes

* Update app/controllers/openid_connect/authorization_controller.rb

Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>

* inline analytics call

Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>

---------

Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
…re (#8799)

* Remove full_width on personal key continue button

* changelog: User-Facing Improvements, Identity Verification, Change continue button on personal key page
* Add new feature flag for SSN controller

* Delete unused view

* Set up new route, controller, view for In-Per SSN

* Set up new controller for In Person SSN

* updated feature flag name

* Update route, templates

* Update current step so step indicator is accurate

* Fix linter issues

* Changed path of files to change route

* Update new route name to be more verbose

* Modified rediects, update route alias, removed unused code

* Modified route, moved files, updated VerifyInfo  show to link to SSN page

* Add feature and controller specs for idv ipp ssn

* fix linter

* add more ipp ssn feature specs

* Add threatmetrix specs in, format erb file

* changelog: User-Facing Improvements, In-person proofing, created a new route-controller-view for IPP ssn step outside of FSM

* Remove should_render_threatmetrix_js and tests, not used in fsm ssn so not going to add in non fsm

* Delete unused before action

* update in_person/ssn_cont specs

* Added before action to ipp ssn controller

* delete before action

* updated click_idv_update method
changelog: Internal, Code Quality, Convert JavaScript to TypeScript
* Fix tab navigation current path detection for non-GET request

changelog: Bug Fixes, Localization, Fix tab navigation not showing selected tab in specific parameter combinations

* Add specs

* Bump CodeClimate
* LG-10214 Fix Suspended User Create Account Email send

changelog: User-Facing Improvements, Suspension, Add email send on create account
* update copy for when platform auth device is already registered

* update copy for when verification fails

* normalize keys

* add error for when user fails at account setup

* add link functionality in form error message, fix `link_html` key

* add `in_mfa_selection_flow` conditional for error display

* update spanish and french text for general errors

* changelog: User-facing Improvements, Face or touch unlock, update copy for face or touch unlock error messages

* fix lint error

* remove leftover method

* make tests pass

* make small edit for test setup

* change `link_html` -> `link` variable

* make normalize error

* fix all keys

* add test for new if logic

* make test pass
* Refactor references to platform authenticator param

* LG-9483: Filter WebAuthn verification credential by attachment

changelog: Upcoming Features, Face or Touch Unlock, Filter WebAuthn authenticators by requested attachment
@aduth aduth merged commit 80afdc2 into stages/prod Jul 20, 2023
@aduth aduth deleted the stages/rc-2023-07-20 branch July 20, 2023 19:38
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.

7 participants