-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
chore: sync main into storage-browser integrity branch #14022
Merged
AllanZhengYP
merged 26 commits into
aws-amplify:storage-browser/integrity
from
AllanZhengYP:storage-browser/integrity-sync-1118
Nov 18, 2024
Merged
chore: sync main into storage-browser integrity branch #14022
AllanZhengYP
merged 26 commits into
aws-amplify:storage-browser/integrity
from
AllanZhengYP:storage-browser/integrity-sync-1118
Nov 18, 2024
Conversation
This file contains 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
* [Email MFA] Updating fetchMFAPreference and updateMFAPreference (aws-amplify#13720) * add EMAIL MFA option in fetchMFAPreference * add EMAIL MFA option in updateMFAPreference * update fetchMFAPreference tests * update updateMFAPreference tests * update bundle size * remove redundant assertions * [Email MFA] Add support for EMAIL_OTP during sign in flows (aws-amplify#13745) * Confirm Sign In With Email OTP * Confirm Sign In Tests With Email OTP * Update packages/auth/src/types/models.ts Co-authored-by: israx <70438514+israx@users.noreply.github.com> * Fix Errant Pascal Casing --------- Co-authored-by: israx <70438514+israx@users.noreply.github.com> * feat(auth): [EMAIL MFA] Sign In / Confirm Sign In With MFA_SETUP (aws-amplify#13760) * Sign In / Confirm Sign In With MFA_SETUP * Sign In State Management Tests * Confirm Sign In Happy Path Tests * Fix State Management Tests * Apply Feedback * loose email matching * Remove Unnecessary Export * Update SignInHelpers For Getting Allowed MFA Setup Types * Add Error Case Unit Tests * feat(auth): [EMAIL MFA] enable integ tests with backend configuration swapping (aws-amplify#13794) * chore: enable mfa integ tests * chore: add mfa-setup test def * chore: temporarily enable push integ tests * chore: disable push integ tests * chore: address test strategy feedback * chore: use trimmed challenge response * chore: improved naming * chore: update bundle size tests * chore: remove trimmed challenge response --------- Co-authored-by: israx <70438514+israx@users.noreply.github.com>
- @aws-amplify/adapter-nextjs@1.2.26 - @aws-amplify/analytics@7.0.56 - @aws-amplify/api@6.1.1 - @aws-amplify/api-graphql@4.5.1 - @aws-amplify/api-rest@4.0.56 - @aws-amplify/auth@6.6.0 - aws-amplify@6.8.0 - @aws-amplify/core@6.5.1 - @aws-amplify/datastore@5.0.58 - @aws-amplify/datastore-storage-adapter@2.1.58 - @aws-amplify/geo@3.0.56 - @aws-amplify/interactions@6.0.55 - @aws-amplify/notifications@2.0.56 - @aws-amplify/predictions@6.1.31 - @aws-amplify/pubsub@6.1.31 - @aws-amplify/storage@6.6.14 - tsc-compliance-test@0.1.61
feat(api-graphql): return entire payload in callback
* fix(core): Check for storage initialization errors * address nits and add logger * fixed unit test errors * bundle size fixes * implementing feedback Co-authored-by: AllanZhengYP <zheallan@amazon.com> --------- Co-authored-by: AllanZhengYP <zheallan@amazon.com>
- @aws-amplify/adapter-nextjs@1.2.27 - @aws-amplify/analytics@7.0.57 - @aws-amplify/api@6.1.2 - @aws-amplify/api-graphql@4.6.0 - @aws-amplify/api-rest@4.0.57 - @aws-amplify/auth@6.6.1 - aws-amplify@6.8.1 - @aws-amplify/core@6.5.2 - @aws-amplify/datastore@5.0.59 - @aws-amplify/datastore-storage-adapter@2.1.59 - @aws-amplify/geo@3.0.57 - @aws-amplify/interactions@6.0.56 - @aws-amplify/notifications@2.0.57 - @aws-amplify/predictions@6.1.32 - @aws-amplify/pubsub@6.1.32 - @aws-amplify/storage@6.6.15 - tsc-compliance-test@0.1.62
- @aws-amplify/adapter-nextjs@1.2.28 - @aws-amplify/analytics@7.0.58 - @aws-amplify/api@6.1.3 - @aws-amplify/api-graphql@4.6.1 - @aws-amplify/api-rest@4.0.58 - @aws-amplify/auth@6.6.2 - aws-amplify@6.8.2 - @aws-amplify/core@6.5.3 - @aws-amplify/datastore@5.0.60 - @aws-amplify/datastore-storage-adapter@2.1.60 - @aws-amplify/geo@3.0.58 - @aws-amplify/interactions@6.0.57 - @aws-amplify/notifications@2.0.58 - @aws-amplify/predictions@6.1.33 - @aws-amplify/pubsub@6.1.33 - @aws-amplify/storage@6.6.16 - tsc-compliance-test@0.1.63
…#14015) Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.3) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AllanZhengYP
requested review from
haverchuck,
cshfang,
HuiSF,
pranavosu and
a team
as code owners
November 18, 2024 19:16
ashika112
previously approved these changes
Nov 18, 2024
AllanZhengYP
force-pushed
the
storage-browser/integrity-sync-1118
branch
2 times, most recently
from
November 18, 2024 19:38
933589b
to
fd8d155
Compare
AllanZhengYP
force-pushed
the
storage-browser/integrity-sync-1118
branch
from
November 18, 2024 19:51
fd8d155
to
4cfc960
Compare
ashika112
approved these changes
Nov 18, 2024
ashwinkumar6
approved these changes
Nov 18, 2024
AllanZhengYP
merged commit Nov 18, 2024
34fba2d
into
aws-amplify:storage-browser/integrity
28 checks passed
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.
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.