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: update codegen ui version and add processFile util function #12670

Merged

Conversation

Jshhhh
Copy link
Contributor

@Jshhhh Jshhhh commented May 22, 2023

Description of changes

  • codegen-ui: fix multiple has one relationships (#1005) (96b7b9d)

  • parse operand value when field is number type (#1013) (ad9ba60)

  • upgrade node and pin lerna version in circleci (#1002) (2c70073)

  • Add processFile to util renderer

Features

  • exporting processFile to be used in studio (#1001) (ff1ef27)

Description of how you validated changes

yarn setup-dev
amplify-dev pull

Checklist

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

@Jshhhh Jshhhh requested a review from a team as a code owner May 22, 2023 22:01
@Jshhhh Jshhhh force-pushed the util-uibuilder/codegenui-fix branch from 6cf30ff to 58e9236 Compare May 22, 2023 22:03
@codecov-commenter
Copy link

codecov-commenter commented May 22, 2023

Codecov Report

❗ No coverage uploaded for pull request base (hotfix-ui-builder-22-may@83156de). Click here to learn what that means.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@                     Coverage Diff                     @@
##             hotfix-ui-builder-22-may   #12670   +/-   ##
===========================================================
  Coverage                            ?   47.58%           
===========================================================
  Files                               ?      843           
  Lines                               ?    38365           
  Branches                            ?     7846           
===========================================================
  Hits                                ?    18257           
  Misses                              ?    18477           
  Partials                            ?     1631           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

goldbez
goldbez previously approved these changes May 22, 2023
@sdstolworthy sdstolworthy changed the base branch from hotfix to hotfix-ui-builder-22-may May 22, 2023 22:34
@Jshhhh Jshhhh changed the title update codegen-ui to 2.13.2-ad9ba60.0 fix: update codegen ui version and add processFile util function May 22, 2023
@Jshhhh Jshhhh force-pushed the util-uibuilder/codegenui-fix branch from 58e9236 to 4668a6d Compare May 22, 2023 22:54
@Jshhhh Jshhhh force-pushed the util-uibuilder/codegenui-fix branch from 4668a6d to b4c0a7b Compare May 22, 2023 23:30
edwardfoyle
edwardfoyle previously approved these changes May 22, 2023
@Jshhhh Jshhhh force-pushed the util-uibuilder/codegenui-fix branch from b4c0a7b to 0636267 Compare May 23, 2023 20:28
sdstolworthy
sdstolworthy previously approved these changes May 23, 2023
@sdstolworthy sdstolworthy changed the base branch from hotfix-ui-builder-22-may to hotfix May 24, 2023 15:06
@sdstolworthy sdstolworthy dismissed stale reviews from edwardfoyle, goldbez, and themself May 24, 2023 15:06

The base branch was changed.

@sdstolworthy sdstolworthy merged commit 5068623 into aws-amplify:hotfix May 24, 2023
19 checks passed
sdstolworthy added a commit that referenced this pull request May 25, 2023
* API plugin version bump to v5.3.0 (#12642)

* chore: update API plugin dependencies to v5.3.0

* chore: re-add codegen in bump script

* fix: updated readSchema API

* fix: update codegen ui version and add processFile util function (#12670)

Co-authored-by: Justin Shih <jushih@amazon.com>

* fix: version bump (#12680)

* fix: version bump (#12684)

* chore(release): Publish latest [ci skip]

 - @aws-amplify/amplify-app@5.0.6
 - @aws-amplify/amplify-appsync-simulator@2.12.1
 - @aws-amplify/amplify-category-analytics@5.0.8
 - @aws-amplify/amplify-category-auth@3.2.1
 - @aws-amplify/amplify-category-custom@3.0.6
 - @aws-amplify/amplify-category-function@5.3.1
 - @aws-amplify/amplify-category-geo@3.2.1
 - @aws-amplify/amplify-category-hosting@3.5.9
 - @aws-amplify/amplify-category-interactions@5.1.1
 - @aws-amplify/amplify-category-notifications@2.24.8
 - @aws-amplify/amplify-category-predictions@5.2.1
 - @aws-amplify/amplify-category-storage@5.2.1
 - @aws-amplify/amplify-cli-core@4.0.6
 - @aws-amplify/cli-extensibility-helper@3.0.6
 - @aws-amplify/cli@12.0.1
 - @aws-amplify/cli-internal@12.0.1
 - @aws-amplify/amplify-console-hosting@2.5.6
 - @aws-amplify/amplify-console-integration-tests@2.8.1
 - @aws-amplify/amplify-container-hosting@2.6.6
 - amplify-dotnet-function-runtime-provider@2.0.1
 - @aws-amplify/amplify-dotnet-function-template-provider@2.5.6
 - amplify-dynamodb-simulator@2.7.1
 - @aws-amplify/amplify-e2e-core@5.0.1
 - amplify-e2e-tests@4.2.1
 - @aws-amplify/amplify-environment-parameters@1.6.1
 - @aws-amplify/amplify-frontend-ios@3.6.8
 - @aws-amplify/amplify-frontend-javascript@3.9.6
 - amplify-go-function-runtime-provider@2.3.19
 - amplify-graphql-migration-tests@2.4.6
 - amplify-java-function-runtime-provider@2.3.19
 - @aws-amplify/amplify-migration-tests@6.0.1
 - amplify-nodejs-function-runtime-provider@2.4.1
 - @aws-amplify/amplify-nodejs-function-template-provider@2.8.1
 - @aws-amplify/amplify-opensearch-simulator@1.4.1
 - @aws-amplify/amplify-provider-awscloudformation@8.2.1
 - amplify-python-function-runtime-provider@2.4.19
 - @aws-amplify/amplify-util-mock@5.2.1
 - @aws-amplify/amplify-util-uibuilder@1.8.1

* fix: version bump

* chore(release): Publish latest [ci skip]

 - @aws-amplify/amplify-app@5.0.8
 - @aws-amplify/amplify-appsync-simulator@2.12.3
 - @aws-amplify/amplify-category-analytics@5.0.10
 - @aws-amplify/amplify-category-auth@3.2.3
 - @aws-amplify/amplify-category-custom@3.0.8
 - @aws-amplify/amplify-category-function@5.3.3
 - @aws-amplify/amplify-category-geo@3.2.3
 - @aws-amplify/amplify-category-hosting@3.5.11
 - @aws-amplify/amplify-category-interactions@5.1.3
 - @aws-amplify/amplify-category-notifications@2.24.10
 - @aws-amplify/amplify-category-predictions@5.2.3
 - @aws-amplify/amplify-category-storage@5.2.3
 - @aws-amplify/amplify-cli-core@4.0.8
 - @aws-amplify/cli-extensibility-helper@3.0.8
 - @aws-amplify/cli@12.0.3
 - @aws-amplify/cli-internal@12.0.3
 - @aws-amplify/amplify-console-hosting@2.5.8
 - @aws-amplify/amplify-console-integration-tests@2.8.3
 - @aws-amplify/amplify-container-hosting@2.6.8
 - amplify-dotnet-function-runtime-provider@2.0.3
 - @aws-amplify/amplify-dotnet-function-template-provider@2.5.8
 - amplify-dynamodb-simulator@2.7.3
 - @aws-amplify/amplify-e2e-core@5.0.3
 - amplify-e2e-tests@4.2.3
 - @aws-amplify/amplify-environment-parameters@1.6.3
 - @aws-amplify/amplify-frontend-ios@3.6.10
 - @aws-amplify/amplify-frontend-javascript@3.9.8
 - amplify-go-function-runtime-provider@2.3.21
 - amplify-graphql-migration-tests@2.4.8
 - amplify-java-function-runtime-provider@2.3.21
 - @aws-amplify/amplify-migration-tests@6.0.3
 - amplify-nodejs-function-runtime-provider@2.4.3
 - @aws-amplify/amplify-nodejs-function-template-provider@2.8.3
 - @aws-amplify/amplify-opensearch-simulator@1.4.3
 - @aws-amplify/amplify-provider-awscloudformation@8.2.3
 - amplify-python-function-runtime-provider@2.4.21
 - @aws-amplify/amplify-util-mock@5.2.3
 - @aws-amplify/amplify-util-uibuilder@1.8.3

---------

Co-authored-by: Phani Srikar Edupuganti <55896475+phani-srikar@users.noreply.github.com>
Co-authored-by: Justin Shih <36183898+Jshhhh@users.noreply.github.com>
Co-authored-by: Justin Shih <jushih@amazon.com>
Co-authored-by: aws-amplify-bot <aws@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants