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

Reworked Fusion Metadata #7363

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Reworked Fusion Metadata #7363

wants to merge 9 commits into from

Conversation

michaelstaib
Copy link
Member

@michaelstaib michaelstaib commented Aug 13, 2024

This PR will introduce:

  • new fusion graph configuration format
  • new metadata schema
  • removes dependency of HotChocolate from fusion
  • allows for AOT compilation of the gateway
  • introduces new query planner

<PropertyGroup>
<AssemblyName>HotChocolate.Fusion.Planning</AssemblyName>
<RootNamespace>HotChocolate.Fusion</RootNamespace>
<Nullable>enable</Nullable>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted! I renamed the project.

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 16.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 73.33%. Comparing base (492c853) to head (fb4213f).
Report is 24 commits behind head on main.

Files Patch % Lines
...rc/Language.SyntaxTree/ScalarTypeDefinitionNode.cs 0.00% 4 Missing ⚠️
...ning/RequestFormatters/RequestDocumentFormatter.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7363      +/-   ##
==========================================
- Coverage   77.13%   73.33%   -3.81%     
==========================================
  Files        2474     2787     +313     
  Lines      122758   139155   +16397     
==========================================
+ Hits        94687   102044    +7357     
- Misses      28071    37111    +9040     
Flag Coverage Δ
unittests 73.33% <16.66%> (-3.81%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants