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

Graphql support rebased main #1041

Merged
merged 15 commits into from
Jul 19, 2023
Merged

Graphql support rebased main #1041

merged 15 commits into from
Jul 19, 2023

Conversation

letsbelopez
Copy link
Contributor

Problem

Rebase main branch to catch up and resolve conflicts so we can merge into main

Solution

ran git rebase origin/main and resolved merge conflicts.

Additional Notes

Links

Ticket

GitHub issue:

Other links

Verification

Manual tests

Automated tests

  • Unit tests added/updated
  • E2E tests added/updated
  • N/A - (provide a reason) - rebase only
  • deferred - (provide GitHub issue for tracking)

Housekeeping

  • No non-essential console logs
  • All new files contain license notice

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

awinberg-aws and others added 15 commits July 19, 2023 11:19
* chore: update graphql api import

* chore: refactor graphql call expressions to common function

* chore: use pluralize for graphql list queries
* feat: add graphql support for update form

* fix: update snapshot

* feat: add more assertions to check for graphql support

* fix: removing obselete snapshot

* fix: force update mutation to use id var
* fix: parse operand value when field is number type (#1013)

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

* chore(release): v2.14.0 (#1014)

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

* fix: fix storage field prop import to storagemanager (#1016)

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

* chore(release): v2.14.1 (#1017)

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

* fix: add getOverrideProps to StorageManager (#1020)

* fix: add getOverrideProps to StorageManager

* fix: add overrideProps to Field component

* Revert "fix: add overrideProps to Field component"

This reverts commit 6393718.

* chore(release): v2.14.2 (#1022)

* fix: return theme declaration file from render func (#1023)

Co-authored-by: Doesnt Matter <not@used.com>

* fix: alias colliding imported model name in hasMany relationship (#1019)

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

* chore: update cli check

---------

Co-authored-by: Justin Shih <36183898+Jshhhh@users.noreply.github.com>
Co-authored-by: Justin Shih <jushih@amazon.com>
Co-authored-by: Charles Shin <charlshi@amazon.com>
Co-authored-by: David Lopez <letsbelopez@gmail.com>
Co-authored-by: Doesnt Matter <not@used.com>
Co-authored-by: Roshane Pascual <rotp@amazon.com>
* feat: graphql support for collections

* chore: refactor collection element to helper function and update addMappedImport
* feat: add graphql support for relationship forms with autocomplete field

* fix: autocomplete options prop using incorrect records
#1039)

* fix: use related model name instead of field in generating graphql queries

* fix: updating invalid schema in integ test

* feat: exit early in integ test failure

* fix: lowering nyc coverage threshold
@letsbelopez letsbelopez requested a review from a team as a code owner July 19, 2023 18:26
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (tagged-release/graphql-support@5e23c0c). 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.

Impacted file tree graph

@@                        Coverage Diff                        @@
##             tagged-release/graphql-support    #1041   +/-   ##
=================================================================
  Coverage                                  ?   93.90%           
=================================================================
  Files                                     ?      124           
  Lines                                     ?     5772           
  Branches                                  ?     1743           
=================================================================
  Hits                                      ?     5420           
  Misses                                    ?      334           
  Partials                                  ?       18           

Continue to review full report in Codecov by Sentry.

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

lyonsbp
lyonsbp previously approved these changes Jul 19, 2023
@letsbelopez letsbelopez changed the base branch from tagged-release/graphql-support to main July 19, 2023 19:34
@letsbelopez letsbelopez dismissed lyonsbp’s stale review July 19, 2023 19:34

The base branch was changed.

@letsbelopez letsbelopez merged commit ee88dae into main Jul 19, 2023
5 checks passed
@letsbelopez letsbelopez deleted the graphql-support-rebased-main branch July 19, 2023 20:04
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.

6 participants