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

Use PMCD returned by mappinganalysis to build minimal graph for query #2523

Closed
wants to merge 2 commits into from

Conversation

gayathrir11
Copy link
Contributor

@gayathrir11 gayathrir11 commented Aug 18, 2023

Summary

Depends on finos/legend-engine#2152
closes #2346

How did you test this change?

  • Test(s) added
  • Manual testing (please provide screenshots/recordings)
  • No testing (please provide an explanation)

@changeset-bot
Copy link

changeset-bot bot commented Aug 18, 2023

🦋 Changeset detected

Latest commit: 9be683b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 23 packages
Name Type
@finos/legend-graph Patch
@finos/legend-application-studio Patch
@finos/legend-extension-dsl-data-space Minor
@finos/legend-application-query Minor
@finos/legend-application-pure-ide Patch
@finos/legend-application-query-bootstrap Patch
@finos/legend-application-studio-bootstrap Patch
@finos/legend-extension-assortment Patch
@finos/legend-extension-dsl-diagram Patch
@finos/legend-extension-dsl-mastery Patch
@finos/legend-extension-dsl-persistence Patch
@finos/legend-extension-dsl-service Patch
@finos/legend-extension-dsl-text Patch
@finos/legend-extension-store-flat-data Patch
@finos/legend-extension-store-relational Patch
@finos/legend-extension-store-service-store Patch
@finos/legend-lego Patch
@finos/legend-manual-tests Patch
@finos/legend-query-builder Patch
@finos/legend-application-pure-ide-deployment Patch
@finos/legend-application-query-deployment Patch
@finos/legend-application-studio-deployment Patch
@finos/legend-server-showcase-deployment Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@gayathrir11 gayathrir11 added the Status: Waiting for Backend Change The PR should not be merged if the changes in the backend has not been live yet label Aug 18, 2023
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #2523 (9be683b) into master (e2d044b) will decrease coverage by 0.08%.
Report is 10 commits behind head on master.
The diff coverage is 12.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2523      +/-   ##
==========================================
- Coverage   50.10%   50.02%   -0.08%     
==========================================
  Files        1932     1932              
  Lines      315871   316641     +770     
  Branches    12320    12334      +14     
==========================================
+ Hits       158258   158400     +142     
- Misses     157359   157989     +630     
+ Partials      254      252       -2     
Files Coverage Δ
...s/__test-utils__/QueryEditorComponentTestUtils.tsx 100.00% <100.00%> (ø)
...p/mapping-editor/DEPRECATED__MappingTestEditor.tsx 69.54% <100.00%> (ø)
...r-group/mapping-editor/MappingExecutionBuilder.tsx 58.71% <100.00%> (ø)
...itor/editor-group/uml-editor/ClassQueryBuilder.tsx 41.68% <100.00%> (ø)
...dio/src/stores/editor/EmbeddedQueryBuilderState.ts 79.66% <100.00%> (+0.17%) ⬆️
...ol/pure/DSL_DataSpace_PureGraphManagerExtension.ts 88.88% <100.00%> (+2.35%) ⬆️
...raph/src/graph-manager/AbstractPureGraphManager.ts 92.44% <100.00%> (+0.10%) ⬆️
.../components/editor/editor-group/FunctionEditor.tsx 12.86% <0.00%> (+<0.01%) ⬆️
...tor-group/mapping-editor/MappingTestableEditor.tsx 29.74% <0.00%> (ø)
...oup/service-editor/ServiceExecutionQueryEditor.tsx 66.10% <50.00%> (ø)
... and 14 more

... and 8 files with indirect coverage changes

Copy link

stale bot commented Feb 9, 2024

This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated.

@stale stale bot added the Resolution: Stale This is inactive and will be closed label Feb 9, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2024

Codecov Report

Attention: Patch coverage is 12.78846% with 907 lines in your changes are missing coverage. Please review.

Project coverage is 50.02%. Comparing base (e2d044b) to head (9be683b).
Report is 418 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2523      +/-   ##
==========================================
- Coverage   50.10%   50.02%   -0.08%     
==========================================
  Files        1932     1932              
  Lines      315871   316641     +770     
  Branches    12320    12334      +14     
==========================================
+ Hits       158258   158400     +142     
- Misses     157359   157989     +630     
+ Partials      254      252       -2     
Files Coverage Δ
...s/__test-utils__/QueryEditorComponentTestUtils.tsx 100.00% <100.00%> (ø)
...p/mapping-editor/DEPRECATED__MappingTestEditor.tsx 69.54% <100.00%> (ø)
...r-group/mapping-editor/MappingExecutionBuilder.tsx 58.71% <100.00%> (ø)
...itor/editor-group/uml-editor/ClassQueryBuilder.tsx 41.68% <100.00%> (ø)
...dio/src/stores/editor/EmbeddedQueryBuilderState.ts 79.66% <100.00%> (+0.17%) ⬆️
...ol/pure/DSL_DataSpace_PureGraphManagerExtension.ts 88.88% <100.00%> (+2.35%) ⬆️
...raph/src/graph-manager/AbstractPureGraphManager.ts 92.44% <100.00%> (+0.10%) ⬆️
.../components/editor/editor-group/FunctionEditor.tsx 12.86% <0.00%> (+<0.01%) ⬆️
...tor-group/mapping-editor/MappingTestableEditor.tsx 29.74% <0.00%> (ø)
...oup/service-editor/ServiceExecutionQueryEditor.tsx 66.10% <50.00%> (ø)
... and 14 more

... and 8 files with indirect coverage changes

@stale stale bot removed the Resolution: Stale This is inactive and will be closed label Feb 9, 2024
Copy link

stale bot commented May 13, 2024

This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated.

@stale stale bot added the Resolution: Stale This is inactive and will be closed label May 13, 2024
Copy link

stale bot commented May 24, 2024

Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!

@stale stale bot closed this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Stale This is inactive and will be closed Status: Waiting for Backend Change The PR should not be merged if the changes in the backend has not been live yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Improve load time of Query
4 participants