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(version): Bump version #5299

Merged
merged 42 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cee010c
Chore: rememberDevice API Unit Test suite (#5108)
hahnandrew Jul 15, 2024
06a8c6b
chore(version): cherry pick 2.3.0 Bump version (#5168)
Equartey Jul 17, 2024
1442fed
chore(infra): Api migrate to Gen 2 E2E (#5043)
Equartey Jul 18, 2024
3516acb
chore(infra): add arg to specify category (#5180)
Equartey Jul 19, 2024
dd05226
chore(authenticator): Export InstructionsResolver (#5169)
Equartey Jul 19, 2024
3cff6b7
fix(secure_storage): Add plugin platform entry. (#5178)
Equartey Jul 22, 2024
135b239
chore(infra): Storage migrate to Gen 2 E2E
khatruong2009 Jul 25, 2024
791f6de
fix(secure_storage): process file system operations one at a time on …
Jordan-Nelson Jul 29, 2024
4cd323b
chore(api): update endpoint config to use ApiOutputs instead of AWSAp…
NikaHsn Jul 30, 2024
b350e0d
feat: bump json_annotation dependency to v4.9
Jordan-Nelson Jul 24, 2024
99746e7
chore: update actions workflow to run aft link
Jordan-Nelson Jul 24, 2024
d993385
chore(secure_storage): Plugin Endorsement (#5208)
Equartey Jul 30, 2024
3a13270
chore(infra): bump deps (#5221)
Equartey Jul 30, 2024
ca44b4c
chore(test): use Amplify Gen 2 config in unit tests (#5205)
NikaHsn Jul 30, 2024
25e9dcf
chore: add testUrlScheme back to test (#5223)
Jordan-Nelson Jul 30, 2024
e2de341
chore: add gen2 auth e2e infra (#5179)
Jordan-Nelson Jul 30, 2024
e67ea47
chore(auth): sign-up state machine to use AmplifyOutputs instead of A…
NikaHsn Aug 1, 2024
46fab77
chore(auth): sign-in state machine to use AmplifyOutputs instead of A…
NikaHsn Aug 1, 2024
e8b104b
chore(auth): fetch auth session state machine to use AmplifyOutputs i…
NikaHsn Aug 1, 2024
66d1009
chore(auth): sign-out state machine to use AmplifyOutputs instead of …
NikaHsn Aug 5, 2024
2e706e5
chore(actions): android emulator to start with clear cache and data (…
NikaHsn Aug 6, 2024
8ecf63b
chore(actions): e2e android tests to run with API 34 (#5247)
NikaHsn Aug 7, 2024
c9f2978
chore(infra): bump deps (#5246)
tyllark Aug 7, 2024
0f0fe59
chore(auth): cognito keys to not use AmplifyConfig types (#5243)
NikaHsn Aug 8, 2024
abcc1cd
chore(auth): hosted ui state machine to not use AmplifyConfig types (…
NikaHsn Aug 12, 2024
27078fd
fix(datastore): Clear subscriptions on Stop (#5253)
Equartey Aug 12, 2024
1a40396
Chore/goldens flutter lint (#5271)
tyllark Aug 12, 2024
8a9bee8
chore(infra): analytics integ test gen 2 backend (#5104)
khatruong2009 Aug 13, 2024
21b86c0
chore(auth): device metadata repository to use AuthOutputs instead of…
NikaHsn Aug 14, 2024
7ce7174
feat(Auth): Add fetchCurrentDevice API (#5251)
hahnandrew Aug 14, 2024
b5ea96d
chore(dependencies): bump package_info_plus (#5274)
khatruong2009 Aug 14, 2024
024e506
chore: migrate sms only MFA infra to Gen 2 (#5291)
Jordan-Nelson Aug 14, 2024
ea0a983
fix(datastore): Restart Sync Engine when network on/off (#5218)
Equartey Aug 14, 2024
2f645dd
chore: update authenticator tests (#5296)
Jordan-Nelson Aug 14, 2024
312d6ac
chore(auth): hosted ui platforms to use AmplifyOutputs types instead …
NikaHsn Aug 14, 2024
a9165de
chore(auth): asf context data provider to use AuthOutputs instead of …
NikaHsn Aug 14, 2024
2474602
chore(auth): fix fetch current device test (#5297)
NikaHsn Aug 14, 2024
8486816
fix: push notification flush events (#5215)
tyllark Aug 14, 2024
79f82b3
chore(dependencies): bump build_runner (#5300)
khatruong2009 Aug 15, 2024
c4b4f11
chore(bump): checks package (#5305)
tyllark Aug 16, 2024
d0a69a3
chore(version): Bump version
tyllark Aug 14, 2024
83fa426
chore: manually bump amplify_db_common version
khatruong2009 Aug 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ yarn.lock linguist-generated
**/dist/*.mjs linguist-generated
**/dist/*.cjs linguist-generated
**/dist/*.cjs.map linguist-generated

## Codegen Models
**/example/lib/models/** linguist-generated
**/example/lib/models/gen2/Gen2ModelProvider.dart linguist-generated=false
11 changes: 0 additions & 11 deletions .github/composite_actions/fetch_backends/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ inputs:
secret-identifier:
required: true
description: ARN of secret from AWS Secrets Manger which is a JSON object of app IDs / s3 bucket ARNs
needs-gen2-config:
required: true
description: Whether the E2E workflow needs amplify_outputs from AWS

runs:
using: "composite"
Expand Down Expand Up @@ -47,14 +44,6 @@ runs:
shell: bash
run: dart pub global run aft exec --include=${{ inputs.scope }} -- tool/pull_test_backend.sh

- name: Pull Amplify Outputs
shell: bash
run: |
if [[ "${{inputs.needs-gen2-config}}" == true ]]; then
dart pub global run aft exec --include=${{ inputs.scope }} -- tool/pull_test_gen2_backend.sh ...
fi
exit 0

- name: Undo any codegen changes from amplify pull
shell: bash
run: dart pub global run aft exec --include=${{ inputs.scope }} -- [ -d "lib/models" ] && git checkout '**/lib/models/*' || exit 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Launches an Android emulator and caches it for further action runs
inputs:
api-level:
description: "API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10"
default: "33"
default: "34"
target:
description: "target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv or google-tv"
default: google_apis
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions .github/composite_actions/launch_android_emulator/dist/main.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .github/composite_actions/log_cw_metric/dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/composite_actions/log_cw_metric/dist/main.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading