-
Notifications
You must be signed in to change notification settings - Fork 820
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: prediction migration test fix #9015
fix: prediction migration test fix #9015
Conversation
This pull request introduces 3 alerts and fixes 2 when merging dcc17d1 into 57a0bd5 - view on LGTM.com new alerts:
fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #9015 +/- ##
==========================================
- Coverage 55.56% 55.49% -0.07%
==========================================
Files 873 883 +10
Lines 48783 49948 +1165
Branches 9704 10759 +1055
==========================================
+ Hits 27105 27718 +613
+ Misses 20801 20186 -615
- Partials 877 2044 +1167
Continue to review full report at Codecov.
|
* Api ext rebase 3 (#9001) * feat: extensibility for Amplify API (#8954) * feat: REST API extensibility (#8958) * fix: rebase fixes and bugs (#8960) * fix: rebase fixes and bugs * fix: service walkthrough call for appsync * fix: enable skeleton generation transformerFF is false (#8967) * feat: add min / max selection to prompter.pick (#8971) * fix: error handling, various bugs (#8976) * fix: tsconfig changes and renames (#8975) * fix: asana bug fixes * chore: allow js to false * fix: migration flow and cfn params when user pool groups are present, types (#8981) * fix: cfn parameters when user pool groups are present * fix: policy generation for user pool groups * fix: update types * test: fix project deletion even if meta validation fails * fix: rest iam policy roles array, bump ext helper types version (#8983) * fix: headless api migration (#8992) * fix: schema path inconsistencies, guest permissions, e2e * fix: api migration version e2es (#9000) Co-authored-by: John Hockett <[email protected]> Co-authored-by: Edward Foyle <[email protected]> Co-authored-by: jhockett <[email protected]> * fix: add missing ref call during rest stack generation, path casing (#9002) * fix: updates schema path on update api (#9005) * fix: api7 and api-migration tests (#9006) * fix: updates resource to resources and remove green ticks (#9007) * fix: overriding multiple userPoolGroups, ext helper type, lambda cfn (#9008) * fix: multiple userPoolGroups overwriting eachother * chore: update exported ext helper type * fix: lambda permissions not being generated * test: moved migration test and fixed the workflow (#9010) * test: moved migration test and fixed the workflow * test: remove jest settimeout Co-authored-by: AmmarKarachi <[email protected]> * fix: add missing property on path in cfn (#9011) * test: fixed integ test walkthrough (#9012) Co-authored-by: AmmarKarachi <[email protected]> * test: separate migration test helper from e2e (#9014) * fix: prediction migration test fix (#9015) * test: fix api_5.test.ts (#9017) * fix: single userpoolgroup name is iterated instead of being used (#9020) Co-authored-by: Sachin Panemangalore <[email protected]> * test: add missing option to e2e test (#9024) * fix: bucket parameters fetch logic (#9027) * fix: bucket parameters fetch logic * fix: address comments * fix: bucket parameters fetch logic (#9028) * fix: multiselect returns array when autoselecting (#9029) * fix: APIGW overrides package.json (#9032) * fix: package json dependencies * chore: new line at end of package.json * fix: migration of Admin Queries on override command (#9031) * fix: migration of Admin Queries on override command * fix: address feedback * feat: descoped http and functions override (#9035) * fix: address feedback (#9038) * fix: addressed comments (#9039) * fix: addressed comments * Update packages/amplify-provider-awscloudformation/src/download-api-models.ts Co-authored-by: Ammar <[email protected]> Co-authored-by: Ammar <[email protected]> Co-authored-by: akshbhu <[email protected]> Co-authored-by: John Hockett <[email protected]> Co-authored-by: Edward Foyle <[email protected]> Co-authored-by: jhockett <[email protected]> Co-authored-by: AmmarKarachi <[email protected]> Co-authored-by: Sachin Panemangalore <[email protected]> Co-authored-by: Sachin Panemangalore <[email protected]>
👋 Hi, this pull request was referenced in the v7.5.0 release! Check out the release notes here https://github.com/aws-amplify/amplify-cli/releases/tag/v7.5.0. |
Description of changes
Removes transformer FF logic from tests as default on in codebase
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.