Skip to content

Commit

Permalink
Merge pull request #3905 from aws-amplify/chore/logging/merge-main-in…
Browse files Browse the repository at this point in the history
…to-logging

Chore(logging): merge main into logging feature branch
  • Loading branch information
NikaHsn authored Oct 6, 2023
2 parents 7aa25d6 + 5c1b7e2 commit cf09aaa
Show file tree
Hide file tree
Showing 175 changed files with 37,026 additions and 8,568 deletions.
11,000 changes: 8,963 additions & 2,037 deletions .github/composite_actions/launch_android_emulator/dist/index.mjs

Large diffs are not rendered by default.

863 changes: 439 additions & 424 deletions .github/composite_actions/launch_android_emulator/dist/main.cjs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

11,000 changes: 8,963 additions & 2,037 deletions .github/composite_actions/launch_ios_simulator/dist/index.mjs

Large diffs are not rendered by default.

1,531 changes: 773 additions & 758 deletions .github/composite_actions/launch_ios_simulator/dist/main.cjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .github/composite_actions/launch_ios_simulator/dist/main.cjs.map

Large diffs are not rendered by default.

11,000 changes: 8,963 additions & 2,037 deletions .github/composite_actions/setup_chromedriver/dist/index.mjs

Large diffs are not rendered by default.

883 changes: 449 additions & 434 deletions .github/composite_actions/setup_chromedriver/dist/main.cjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .github/composite_actions/setup_chromedriver/dist/main.cjs.map

Large diffs are not rendered by default.

64 changes: 47 additions & 17 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ updates:
drift:
patterns:
- "drift"
drift_dev:
patterns:
- "drift_dev"
ffigen:
patterns:
- "ffigen"
Expand Down Expand Up @@ -126,6 +129,23 @@ updates:
test:
patterns:
- "test"
- package-ecosystem: "pub"
directory: "infra"
schedule:
interval: "daily"
ignore:
# Ignore patch version bumps
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
# Ignore all repo packages
- dependency-name: "amplify_core"
- dependency-name: "aws_common"
- dependency-name: "amplify_lints"
- dependency-name: "aws_logging_cloudwatch"
- dependency-name: "aws_signature_v4"
- dependency-name: "smithy"
- dependency-name: "smithy_aws"
- package-ecosystem: "pub"
directory: "actions"
schedule:
Expand Down Expand Up @@ -192,23 +212,6 @@ updates:
- dependency-name: "amplify_datastore_plugin_interface"
- dependency-name: "amplify_storage_s3"
- dependency-name: "amplify_storage_s3_dart"
- package-ecosystem: "pub"
directory: "infra"
schedule:
interval: "daily"
ignore:
# Ignore patch version bumps
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
# Ignore all repo packages
- dependency-name: "amplify_core"
- dependency-name: "aws_common"
- dependency-name: "amplify_lints"
- dependency-name: "aws_logging_cloudwatch"
- dependency-name: "aws_signature_v4"
- dependency-name: "smithy"
- dependency-name: "smithy_aws"
- package-ecosystem: "pub"
directory: "packages/aft"
schedule:
Expand Down Expand Up @@ -846,6 +849,9 @@ updates:
built_value_generator:
patterns:
- "built_value_generator"
drift_dev:
patterns:
- "drift_dev"
test:
patterns:
- "test"
Expand Down Expand Up @@ -1706,6 +1712,9 @@ updates:
drift:
patterns:
- "drift"
drift_dev:
patterns:
- "drift_dev"
build_runner:
patterns:
- "build_runner"
Expand Down Expand Up @@ -1733,6 +1742,9 @@ updates:
drift:
patterns:
- "drift"
drift_dev:
patterns:
- "drift_dev"
build_runner:
patterns:
- "build_runner"
Expand Down Expand Up @@ -1770,6 +1782,9 @@ updates:
build_web_compilers:
patterns:
- "build_web_compilers"
drift_dev:
patterns:
- "drift_dev"
test:
patterns:
- "test"
Expand Down Expand Up @@ -1803,6 +1818,9 @@ updates:
build_web_compilers:
patterns:
- "build_web_compilers"
drift_dev:
patterns:
- "drift_dev"
- package-ecosystem: "pub"
directory: "packages/common/amplify_db_common_dart/example"
schedule:
Expand Down Expand Up @@ -1833,6 +1851,9 @@ updates:
build_web_compilers:
patterns:
- "build_web_compilers"
drift_dev:
patterns:
- "drift_dev"
- package-ecosystem: "pub"
directory: "packages/example_common"
schedule:
Expand Down Expand Up @@ -1904,6 +1925,9 @@ updates:
build_web_compilers:
patterns:
- "build_web_compilers"
drift_dev:
patterns:
- "drift_dev"
test:
patterns:
- "test"
Expand Down Expand Up @@ -3301,6 +3325,9 @@ updates:
built_value_generator:
patterns:
- "built_value_generator"
drift_dev:
patterns:
- "drift_dev"
json_serializable:
patterns:
- "json_serializable"
Expand Down Expand Up @@ -3505,6 +3532,9 @@ updates:
build_runner:
patterns:
- "build_runner"
drift_dev:
patterns:
- "drift_dev"
json_serializable:
patterns:
- "json_serializable"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_analytics_pinpoint_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -92,7 +92,6 @@ jobs:
with:
package-name: amplify_analytics_pinpoint_dart
working-directory: packages/analytics/amplify_analytics_pinpoint_dart
has-goldens: false
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_api_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -76,7 +76,6 @@ jobs:
with:
package-name: amplify_api_dart
working-directory: packages/api/amplify_api_dart
has-goldens: false
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_auth_cognito_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -94,7 +94,6 @@ jobs:
with:
package-name: amplify_auth_cognito_dart
working-directory: packages/auth/amplify_auth_cognito_dart
has-goldens: false
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_auth_cognito_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -104,7 +104,6 @@ jobs:
with:
package-name: amplify_auth_cognito_test
working-directory: packages/auth/amplify_auth_cognito_test
has-goldens: false
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_authenticator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_authenticator_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -72,7 +72,6 @@ jobs:
with:
package-name: amplify_core
working-directory: packages/amplify_core
has-goldens: false
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_plugin_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_db_common_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -76,7 +76,6 @@ jobs:
with:
package-name: amplify_db_common_dart
working-directory: packages/common/amplify_db_common_dart
has-goldens: false
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_flutter_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- 'packages/amplify_lints/lib/**/*'
- 'packages/amplify_lints/test/**/*'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12:00
- cron: "0 6 * * *" # Every day at 06:00
defaults:
run:
shell: bash
Expand All @@ -40,4 +40,3 @@ jobs:
with:
package-name: amplify_lints
working-directory: packages/amplify_lints
has-goldens: false
Loading

0 comments on commit cf09aaa

Please sign in to comment.