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: prediction migration test fix #9015

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

akshbhu
Copy link
Contributor

@akshbhu akshbhu commented Nov 22, 2021

Description of changes

Removes transformer FF logic from tests as default on in codebase

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@akshbhu akshbhu requested a review from a team as a code owner November 22, 2021 08:18
@akshbhu akshbhu changed the base branch from api-ext-rebase-3 to master November 22, 2021 08:26
@lgtm-com
Copy link

lgtm-com bot commented Nov 22, 2021

This pull request introduces 3 alerts and fixes 2 when merging dcc17d1 into 57a0bd5 - view on LGTM.com

new alerts:

  • 3 for Unused variable, import, function or class

fixed alerts:

  • 2 for Unused variable, import, function or class

@codecov-commenter
Copy link

Codecov Report

Merging #9015 (dcc17d1) into master (489d784) will decrease coverage by 0.06%.
The diff coverage is 44.56%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
...egory-api/src/provider-utils/supported-services.ts 100.00% <ø> (ø)
...ls/awscloudformation/handlers/resource-handlers.ts 14.85% <ø> (-0.15%) ⬇️
...tion/src/provider-utils/awscloudformation/index.ts 12.98% <0.00%> (-0.18%) ⬇️
packages/amplify-cli-core/src/cfnUtilities.ts 13.33% <0.00%> (ø)
...amplify-cli-core/src/feature-flags/featureFlags.ts 80.83% <ø> (-0.10%) ⬇️
packages/amplify-cli-core/src/index.ts 100.00% <ø> (ø)
...ormation/service-walkthroughs/apigw-walkthrough.ts 8.54% <8.91%> (+0.81%) ⬆️
...rmation/cdk-stack-builder/apigw-stack-transform.ts 11.49% <11.49%> (ø)
...ory-api/src/commands/api/add-graphql-datasource.ts 23.63% <12.16%> (+1.61%) ⬆️
packages/amplify-cli-core/src/errors/index.ts 86.11% <16.66%> (-13.89%) ⬇️
... and 466 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ea9e9d...dcc17d1. Read the comment docs.

@ammarkarachi ammarkarachi changed the base branch from master to api-ext-rebase-3 November 22, 2021 15:50
@ammarkarachi ammarkarachi merged commit 09a191f into aws-amplify:api-ext-rebase-3 Nov 22, 2021
ammarkarachi added a commit that referenced this pull request Nov 23, 2021
* 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]>
@github-actions github-actions bot added the referenced-in-release Issues referenced in a published release changelog label Nov 23, 2021
@github-actions
Copy link

👋 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
referenced-in-release Issues referenced in a published release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants