Deploy RC 350 to Production#9970
Merged
zachmargolis merged 13 commits intostages/prodfrom Jan 25, 2024
Merged
Conversation
changelog: Internal, Dependencies, Update identity-hostdata gem
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.53 to 1.10.54. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.53...v1.10.54) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade saml_idp gem to include validation error for empty cert elements changelog: Bug Fixes, SAML validation, Raises Validation error when SAML request has an X509Certificate element that contains nil
changelog: Internal, Doc Auth, Cleanup not ready section.
…ollowing layers (#9932) * Refactor review app dockerfile to improve cachability changelog: Internal, Containerization, Refactor review app dockerfile to improve cachability * move SSL certificate down * move stuff around
…#9947) * conver SuspenseErrorBoundary from javascript to typescript Co-authored-by: Brittany Greaner <brittany.greaner@gsa.gov> Co-authored-by: Charles Ferguson <charles.ferguson@gsa.gov> * Apply suggestions from code review thanks Zach Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com> * [skip changelog] * happy linting * Apply suggestions from code review Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com> * remove import RetrySubmissionError (unused) after making handledError type generic Error as suggested during review --------- Co-authored-by: Brittany Greaner <brittany.greaner@gsa.gov> Co-authored-by: Charles Ferguson <charles.ferguson@gsa.gov> Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com> Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com>
changelog: Bug Fixes, RISC Security Events, Only allow push notifications to active integrations
* build-sass: Use new Shared Resources API changelog: Internal, Build Tools, Improve performance of stylesheet build tool * Document new option * Use async Sass compiler Faster * Include average performance metric in changelog
* Reimplement password strength as ViewComponent, custom element changelog: Internal, Code Quality, Improve maintainability of password strength UI element * Use score directly in class and strength strings Avoid mappings See: #9826 (comment) * Remove XML-safe check from i18n_spec We've since moved away from vendor which received string content as XML Originally: #1531 * Update specs for PasswordConfirmationComponent * Add specs for PasswordStrengthElement * Arrange conditions in consistent order Easier comparison See: https://github.com/18F/identity-idp/pull/9826/files#r1443220055 Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com> * Add PasswordStrengthComponent specs * Add PasswordStrengthComponent component preview * Update PasswordToggleComponent to respect custom field ID * Add test coverage for event disavowal password change JavaScript --------- Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
* LG-11759: Add inline device nickname editing for security keys changelog: User-Facing Improvements, Security Key, Add inline rename and deletion to account management * Format label string with join See: #9807 (comment) Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com> --------- Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
… assertion (#9960) changelog: Bug Fixes, SAML Authentication, Returns 400 with error when a blank certificate element is included in the SAML assertion
* Improve reliability of WebauthnSetupForm spec changelog: Internal, Automated Testing, Improve reliability of tests * Assign transports for consistency * Use correct value format
…9875) * LG-11917: Update doc to use new version for all client in staging. changelog: Internal, Documentation, Use new SDK for all clients in staging. * LG-11917: typo. * LG-11917: sdk testing document update with coverage. * LG-11917: typo and grammer.
solipet
approved these changes
Jan 25, 2024
mitchellhenke
approved these changes
Jan 25, 2024
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.
User-Facing Improvements
Bug Fixes
Internal