Skip to content

Commit

Permalink
Merge branch 'feat/email-otp-mfa' into feat/email-otp-mfa-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 authored Sep 12, 2024
2 parents bf34d03 + 75eaa46 commit c9e73a0
Show file tree
Hide file tree
Showing 779 changed files with 18,844 additions and 16,385 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM public.ecr.aws/ubuntu/ubuntu:latest

## Dockerfile for local development of Amplify Flutter packages on Linux

Expand Down
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ packages/smithy/goldens/models/custom/** -linguist-vendored
## Genrated dart files
*.g.dart linguist-generated

## Genrated test files
**/snapshots/*.diff linguist-generated
**/repo_snapshot/** linguist-generated

## Lock files
package-lock.json linguist-generated
pnpm-lock.yaml linguist-generated
Expand Down
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ body:
attributes:
label: "Flutter Version"
description: "Please share which version of Flutter you're using (found using `flutter --version`)."
placeholder: "3.19.3"
placeholder: "3.24.0"
validations:
required: true
- type: input
id: amplify-version
attributes:
label: Amplify Flutter Version
description: "The version of the Amplify Flutter libraries you're currently using."
placeholder: "1.7.0"
placeholder: "2.4.0"
validations:
required: true
- type: dropdown
Expand All @@ -97,8 +97,9 @@ body:
description: "How do you currently deploy your backend?"
multiple: false
options:
- Amplify CLI
- Amplify CLI + Custom Pipeline
- Amplify Gen 2
- Amplify CLI (Gen 1)
- Amplify CLI (Gen 1) + Custom Pipeline
- AWS CDK
- Custom Pipeline
validations:
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.

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

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

0 comments on commit c9e73a0

Please sign in to comment.