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

Merge main into in-app-messaging/main #10264

Merged

Conversation

cshfang
Copy link
Contributor

@cshfang cshfang commented Aug 27, 2022

Description of changes

This PR merges main into in-app-messaging/main and bumps dependency versions to be up to date.

Description of how you validated changes

yarn test

Checklist

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

chintannp and others added 30 commits February 11, 2022 13:26
…pm packages, single transaction for batchSave
…p/amplify-js into expo-sqlite-adapter-codesharing
Imports specific functions instead of the whole JS module to improve bundle size
Co-authored-by: Chris Fang <chrfang@amazon.com>
stocaaro and others added 13 commits August 17, 2022 15:55
…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 cshfang changed the title In app messaging/main Merge main into in-app-messaging/main Aug 27, 2022
@lgtm-com
Copy link

lgtm-com bot commented Aug 27, 2022

This pull request introduces 1 alert and fixes 1 when merging 82fcd44 into d042ce9 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@codecov-commenter
Copy link

Codecov Report

Merging #10264 (82fcd44) into in-app-messaging/main (d042ce9) will increase coverage by 0.70%.
The diff coverage is 90.93%.

@@                    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     
Impacted Files Coverage Δ
packages/api-graphql/src/types/index.ts 100.00% <ø> (ø)
packages/auth/src/Errors.ts 100.00% <ø> (ø)
packages/datastore/src/types.ts 81.29% <ø> (ø)
...ages/datastore/src/sync/processors/subscription.ts 73.58% <60.00%> (+34.35%) ⬆️
packages/core/src/Signer.ts 89.39% <66.66%> (+0.16%) ⬆️
...ackages/pubsub/src/Providers/MqttOverWSProvider.ts 92.57% <77.77%> (-1.10%) ⬇️
packages/pubsub/__tests__/helpers.ts 88.88% <85.50%> (-5.15%) ⬇️
packages/datastore/src/sync/processors/mutation.ts 74.75% <85.71%> (+0.25%) ⬆️
...kages/interactions/src/Providers/AWSLexProvider.ts 93.50% <87.50%> (+13.20%) ⬆️
packages/auth/src/Auth.ts 86.96% <90.00%> (+0.15%) ⬆️
... and 30 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cshfang cshfang merged commit fc590d1 into aws-amplify:in-app-messaging/main Aug 29, 2022
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.

None yet