-
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
Merge main into in-app-messaging/main #10264
Merged
cshfang
merged 92 commits into
aws-amplify:in-app-messaging/main
from
cshfang:in-app-messaging/main
Aug 29, 2022
Merged
Merge main into in-app-messaging/main #10264
cshfang
merged 92 commits into
aws-amplify:in-app-messaging/main
from
cshfang:in-app-messaging/main
Aug 29, 2022
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
…pm packages, single transaction for batchSave
…are not being used
…d entrypoint files in folders
…p/amplify-js into expo-sqlite-adapter-codesharing
…amplify#10030) restore warning message
Imports specific functions instead of the whole JS module to improve bundle size
Co-authored-by: Chris Fang <chrfang@amazon.com>
…s-amplify#10136) * feat: PubSub Connection state tracking for MQTT and IoT providers * fix: Add disconnect message on connection lost
* fex(pubsub): Add distinct RN Reachibility implementation * fix(PubSub): Monitor tests * fix(pubsub): Connection Ack verification bug * Fix the test * fix: Add tests to cover the fixed bug * Update packages/pubsub/src/Providers/AWSAppSyncRealTimeProvider/index.ts Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com> * Update packages/pubsub/__tests__/AWSAppSyncRealTimeProvider.test.ts Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com> * Test fix * Fix test Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com>
- @aws-amplify/ui-angular@1.0.59 - @aws-amplify/ui-components@1.9.30 - @aws-amplify/ui-react@1.2.50 - @aws-amplify/ui-storybook@2.0.50 - @aws-amplify/ui-vue@1.1.44 - @aws-amplify/analytics@5.2.17 - @aws-amplify/api-graphql@2.3.14 - @aws-amplify/api-rest@2.0.50 - @aws-amplify/api@4.0.50 - @aws-amplify/auth@4.6.3 - aws-amplify-angular@6.0.50 - aws-amplify-react@5.1.33 - aws-amplify@4.3.32 - @aws-amplify/cache@4.0.52 - @aws-amplify/core@4.7.1 - @aws-amplify/datastore-storage-adapter@1.3.10 - @aws-amplify/datastore@3.12.7 - @aws-amplify/geo@1.3.13 - @aws-amplify/interactions@4.0.50 - @aws-amplify/predictions@4.0.50 - @aws-amplify/pubsub@4.5.0 - @aws-amplify/pushnotification@4.3.29 - @aws-amplify/storage@4.5.3 - @aws-amplify/xr@3.0.50
* fix(interactions): fix addPluggable API * fix(interactions): remove Add a invalid pluggable test Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com>
- @aws-amplify/ui-angular@1.0.60 - @aws-amplify/ui-components@1.9.31 - @aws-amplify/ui-react@1.2.51 - @aws-amplify/ui-storybook@2.0.51 - @aws-amplify/ui-vue@1.1.45 - @aws-amplify/analytics@5.2.18 - @aws-amplify/api-graphql@2.3.15 - @aws-amplify/api-rest@2.0.51 - @aws-amplify/api@4.0.51 - @aws-amplify/auth@4.6.4 - aws-amplify-angular@6.0.51 - aws-amplify-react@5.1.34 - aws-amplify@4.3.33 - @aws-amplify/cache@4.0.53 - @aws-amplify/core@4.7.2 - @aws-amplify/datastore-storage-adapter@1.3.11 - @aws-amplify/datastore@3.12.8 - @aws-amplify/geo@1.3.14 - @aws-amplify/interactions@4.0.51 - @aws-amplify/predictions@4.0.51 - @aws-amplify/pubsub@4.5.1 - @aws-amplify/pushnotification@4.3.30 - @aws-amplify/storage@4.5.4 - @aws-amplify/xr@3.0.51
… response (aws-amplify#10248) * feat(interactions): call onComplete callback with entire response
cshfang
requested review from
Ashish-Nanda,
iartemiev,
a team,
katiegoines,
stocaaro,
elorzafe,
ashika01,
thaddmt,
svidgen,
david-mcafee,
manueliglesias and
calebpollman
as code owners
August 27, 2022 02:02
This pull request introduces 1 alert and fixes 1 when merging 82fcd44 into d042ce9 - view on LGTM.com new alerts:
fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## in-app-messaging/main #10264 +/- ##
=========================================================
+ Coverage 79.61% 80.32% +0.70%
=========================================================
Files 323 326 +3
Lines 20367 20684 +317
Branches 4433 4501 +68
=========================================================
+ Hits 16215 16614 +399
+ Misses 4050 3970 -80
+ Partials 102 100 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
calebpollman
approved these changes
Aug 29, 2022
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
This PR merges
main
intoin-app-messaging/main
and bumps dependency versions to be up to date.Description of how you validated changes
yarn test
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.