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

chore: sync main into storage-browser integrity branch #14022

Conversation

AllanZhengYP
Copy link
Member

Description of changes

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Unit Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

Checklist for repo maintainers

  • Verify E2E tests for existing workflows are working as expected or add E2E tests for newly added workflows
  • New source file paths included in this PR have been added to CODEOWNERS, if appropriate

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

jjarvisp and others added 25 commits October 31, 2024 11:33
* [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 AllanZhengYP requested review from a team as code owners November 18, 2024 19:16
ashika112
ashika112 previously approved these changes Nov 18, 2024
@AllanZhengYP AllanZhengYP force-pushed the storage-browser/integrity-sync-1118 branch 2 times, most recently from 933589b to fd8d155 Compare November 18, 2024 19:38
@AllanZhengYP AllanZhengYP force-pushed the storage-browser/integrity-sync-1118 branch from fd8d155 to 4cfc960 Compare November 18, 2024 19:51
@AllanZhengYP AllanZhengYP merged commit 34fba2d into aws-amplify:storage-browser/integrity Nov 18, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants