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

Fix/auth/device migration android2 #4374

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1767f23
fix(core): pub docs (#4049)
Equartey Nov 1, 2023
b3e9349
chore(deps): Bump code_builder version (#4050)
NikaHsn Nov 1, 2023
5862746
chore(deps): Bump lints and flutter_lints version (#4051)
NikaHsn Nov 1, 2023
80b29a5
chore(repo): fix beta lints issues (#4053)
NikaHsn Nov 1, 2023
2c694d2
chore: run integ tests against flutter beta (#4030)
Jordan-Nelson Nov 3, 2023
135d7d0
Cherry pick stable to main 1.6.0 (#4031)
Equartey Nov 6, 2023
0bc1446
fix(actions): send metrics on pr and send none values (#4058)
haverchuck Nov 6, 2023
53cbf4f
chore: updated generated swift files (#4075)
Equartey Nov 7, 2023
7834624
Chore: cherry pick stable to main: 1.6.1 (#4076)
khatruong2009 Nov 7, 2023
5ecf79c
chore: version bump for built_value and built_value_generator (#4077)
khatruong2009 Nov 8, 2023
5c44b8b
chore(core): adjusted pub ignore for docs (#4090)
Equartey Nov 8, 2023
c48f62d
fix(datastore): emit observeQuery snapshot when model create mutation…
Jordan-Nelson Nov 9, 2023
4619117
test: add a test for an expired cert (#4103)
Jordan-Nelson Nov 9, 2023
eb6e68b
fix(authenticator): required phone number validator (#4106)
Jordan-Nelson Nov 10, 2023
ddafa9a
chore: Revert "fix(authenticator): required phone number validator (#…
Jordan-Nelson Nov 13, 2023
5820011
chore(authenticator): added missing widget keys (#4171)
Equartey Nov 22, 2023
864adb4
chore: ran dart format (#4192)
khatruong2009 Nov 27, 2023
3e23919
fix(api): GraphQL Model Helpers support lowercase model names #4143 (…
Equartey Dec 4, 2023
4d4e7a6
chore(dep): update uuid dependency version range (#4194)
NikaHsn Dec 5, 2023
ff8f59d
chore(version): Bump version (#4217)
NikaHsn Dec 6, 2023
9cbe909
fix(workflows): dart browser workflows (#4280)
Equartey Dec 22, 2023
43951ac
chore(storage): regenerate smithy sdk (#4290)
fjnoyp Jan 3, 2024
df401fa
chore(deps): bump xml range to 6.5.0 (#4317)
khatruong2009 Jan 10, 2024
f60e65b
chore(aft): bump dart sdk preview version to 3.3 for aft sdk compatib…
NikaHsn Jan 10, 2024
e92693b
chore(smithy,auth): Dart 3.3.0 Beta Analysis Errors (#4354)
Equartey Jan 17, 2024
ff73484
fix: Bumped package_info_plus to ">=4.0.1 <=5.0.1"
Equartey Jan 17, 2024
2609a51
fix: Bumped path to ">=1.8.0 <2.0.0"
Equartey Jan 17, 2024
c12b8cf
fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2…
Equartey Jan 17, 2024
c2f63ad
fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator…
Equartey Jan 17, 2024
ec2ddbf
fix: uncaught exception in smithy code (#4369)
Jordan-Nelson Jan 22, 2024
05f0fc8
fix(auth): forget local device only if matches (#4060)
dtodt Jan 23, 2024
a832f08
chore: remove exception for auth integ tests (#4372)
Jordan-Nelson Jan 24, 2024
55b1998
chore(core): relax .pubignore (#4236)
Equartey Jan 24, 2024
362cf97
feat: migrate device secrets on iOS
Jordan-Nelson Nov 13, 2023
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
  •  
  •  
  •  

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions .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.

6 changes: 3 additions & 3 deletions .github/composite_actions/log_cw_metric/dist/main.cjs.map

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions .github/composite_actions/log_cw_metric_wrapper/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Exit if not scheduled
shell: bash
run: |
if [ "${{ github.event_name }}" != "schedule" ]; then
echo "This was not triggered by a schedule, skipping."
echo "SKIP_CW=true" >> $GITHUB_ENV
fi

- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
if: env.SKIP_CW != 'true'
with:
Expand All @@ -83,7 +75,7 @@ runs:
job-status: ${{ inputs.job-status }}
github-token: ${{ inputs.github-token }}

metric-name: "github_metric_2.0"
metric-name: "github_metric_2.1"
test-type: ${{ inputs.test-type }}
working-directory: ${{ inputs.working-directory }}

Expand Down
41 changes: 21 additions & 20 deletions .github/composite_actions/setup_chromedriver/dist/main.cjs

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/dart_dart2js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:

- name: Run Tests
if: "always() && steps.bootstrap.conclusion == 'success'"
run: dart run build_runner test --release --delete-conflicting-outputs -- -p ${{ matrix.browser }}
run: dart run build_runner build test --release --delete-conflicting-outputs && dart test -p ${{ matrix.browser }}
working-directory: ${{ inputs.working-directory }}
2 changes: 1 addition & 1 deletion .github/workflows/dart_ddc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Run Tests
if: "always() && steps.bootstrap.conclusion == 'success'"
run: dart run build_runner test --delete-conflicting-outputs -- -p ${{ matrix.browser }}
run: dart run build_runner build test --delete-conflicting-outputs && dart test -p ${{ matrix.browser }}
working-directory: ${{ inputs.working-directory }}

- name: Log success/failure
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/e2e_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
api-level:
- 24
- 33
channel:
- beta
- stable
# Skips e2e tests against beta on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
with:
Expand All @@ -43,6 +50,8 @@ jobs:

- name: Install dependencies
uses: ./.github/composite_actions/install_dependencies
with:
channel: ${{ matrix.channel }}

- name: Pub Upgrade
run: aft exec --include=${{ inputs.package-name }} -- flutter pub upgrade
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/e2e_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ on:
jobs:
e2e-test-ios:
runs-on: macos-latest-xl
strategy:
# Allows other matrix items to run if one fails
fail-fast: false
matrix:
channel:
- beta
- stable
# Skips e2e tests against beta on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand All @@ -30,6 +41,8 @@ jobs:

- name: Install dependencies
uses: ./.github/composite_actions/install_dependencies
with:
channel: ${{ matrix.channel }}

- name: Launch iOS simulator
uses: ./.github/composite_actions/launch_ios_simulator
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/e2e_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
e2e-test-linux:
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
strategy:
# Allows other matrix items to run if one fails
fail-fast: false
matrix:
channel:
- beta
- stable
# Skips e2e tests against beta on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand All @@ -31,6 +42,8 @@ jobs:

- name: Install dependencies
uses: ./.github/composite_actions/install_dependencies
with:
channel: ${{ matrix.channel }}

- name: Pub Upgrade
run: aft exec --include=${{ inputs.package-name }} -- flutter pub upgrade
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/e2e_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
e2e-test-web:
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
strategy:
# Allows other matrix items to run if one fails
fail-fast: false
matrix:
channel:
- beta
- stable
# Skips e2e tests against beta on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand All @@ -31,6 +42,8 @@ jobs:

- name: Install dependencies
uses: ./.github/composite_actions/install_dependencies
with:
channel: ${{ matrix.channel }}

- name: Pub Upgrade
run: aft exec --include=${{ inputs.package-name }} -- flutter pub upgrade
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/e2e_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
e2e-test-windows:
runs-on:
labels: amplify-flutter_windows-latest_8-core
strategy:
# Allows other matrix items to run if one fails
fail-fast: false
matrix:
channel:
- beta
- stable
# Skips e2e tests against beta on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand All @@ -34,6 +45,8 @@ jobs:

- name: Install dependencies
uses: ./.github/composite_actions/install_dependencies
with:
channel: ${{ matrix.channel }}

- name: Pub Upgrade
run: dart pub global run aft exec --include=${{ inputs.package-name }} -- flutter pub upgrade
Expand Down
Loading
Loading