Merged
Conversation
changelog: Internal, Attempts API, Standardize events
…ing adding additional MFA (#7056)
* Sync Rubocop target platform versions to current versions changelog: Internal, Static Analysis, Update target platform versions for Rubocop analysis * Correct new lint errors
changelog: Internal, Attempts API, Standardize events
changelog: Internal, Attempts API, Standardize events
Resolves LG-7684 This brings us in alignment with the spec. changelog: Improvements, Authentication, Make state optional for OIDC Logout
Resolves LG-7676 Adds a new attribute to successful `SAML Auth` events to track the serial number of the matching cert identified through signature validation. If the signature validation fails, this attribute will be `nil`, indicating that none of the configured SP public certificates could be used to validate the signature in the SAML AuthnRequest. changelog: Improvements, Authentication, Add logging of matching certificate for SAML AuthnRequests
changelog: Internal, OIDC Logout, Enable accepting client_id parameter by default
changelog: Internal, Attempts API, Standardize events
also updating transform so Edge can deal with it changelog: Internal, Styling Updates, fixing icon positioning
#7065) * Display user data on the please verify page (#7265) Why: Inherited proofing users need to verify their data that has been imported is correct changelog: Internal, Inherited Proofing, User data on please verify page * Clean up specs * Further clean up * Remove remote proofing check * Minor styling fixes - quick
…ing (#7046) * LG-7187: Add follow-up survey field to in-person enrollments table * LG-7187: Start implementing email for follow-up survey * LG-7187: Style survey email and send on next partner sign-in * LG-7187: Send survey when user shares info with partner; add fallback test URL for survey * LG-7187: Test new survey DB query methods; format code * LG-7187: Expand tests; require IAL2 usage to send survey email * LG-7187: Add more tests relating to IPP survey email * LG-7187: Finish writing feature test for in-person proofing survey email * LG-7187: Fix unreliable tests and make IPP account creation reusable * changelog: Upcoming Features, In-person proofing, Send Customer Experience Follow-up Email * LG-7187: Add missing method to UserMailerPreview * LG-7187: Improve query tests; update English survey email translation * LG-7187: Combine paragraphs and use default margins/padding for survey email * LG-7187: Reference constant for IAL2 in IPP completion survey logic * LG-7187: Increase margin for paragraph above button
* Split, convert react-i18n package to TypeScript * react-i18n: Add support for self-closing elements in formatHTML changelog: Internal, Localization, Support self-closing HTML tags in localization helper * Add documentation for react-i18n * Run Prettier on README * Add (failing) regression coverage for dropped text See: #7034 (comment) Co-Authored-By: Matt Gardner <5004319+allthesignals@users.noreply.github.com> * Fix dropped text following self-closing tag Co-authored-by: Matt Gardner <5004319+allthesignals@users.noreply.github.com>
* Update IPP CTA language to include Baltimore option Includes updates to FR, ES, and EN locales. * Use formatHTML helper and br tag to generate newlines * changelog: Improvements, In-Person Proofing, Include new location in IPP CTA * Update README.md Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov> Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
* Fix personal key block display changelog: Bug Fixes, Identity Verification, Fix display of personal key page layout * Fix padding-y at all viewport sizes * Remove unused key-badge styles * Update spec selectors
Contributor
Author
|
|
**Why**: The job uses the passed date for the reporting range, so it should correspond to the date used in stubbing data, like what's done in other test cases in the file. [skip changelog]
mitchellhenke
approved these changes
Oct 3, 2022
orenyk
approved these changes
Oct 3, 2022
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.
Improvements
Bug Fixes
Internal