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

Simple relational mapping editor and minor editor improvements #207

Merged
merged 14 commits into from
May 18, 2021
Merged

Simple relational mapping editor and minor editor improvements #207

merged 14 commits into from
May 18, 2021

Conversation

akphi
Copy link
Contributor

@akphi akphi commented May 18, 2021

Groundwork for #202
Fixes #206

@changeset-bot
Copy link

changeset-bot bot commented May 18, 2021

🦋 Changeset detected

Latest commit: 2bce53a

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

This PR includes changesets to release 14 packages
Name Type
@finos/legend-studio Patch
@finos/legend-studio-network Patch
@finos/legend-studio-shared Patch
@finos/babel-preset-legend-studio Patch
@finos/eslint-plugin-legend-studio Patch
@finos/legend-studio-app Patch
@finos/legend-studio-components Patch
@finos/legend-studio-dev-utils Patch
@finos/legend-studio-plugin-management Patch
@finos/legend-studio-plugin-query-builder Patch
@finos/legend-studio-preset-dsl-text Patch
@finos/legend-studio-manual-tests Patch
@finos/legend-studio-plugin-tracer-zipkin Patch
@finos/legend-studio-preset-external-format-json-schema 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

@@ -0,0 +1,8 @@
import { isEmpty } from '@finos/legend-studio-shared';

export type RawRelationalOperationElement = object; // @MARKER GENERATED MODEL DISCREPANCY --- Studio does not process relational operation element
Copy link
Member

Choose a reason for hiding this comment

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

Are we ever going to need an operation element resolver? do we resolve for any table,view, db in the processing logic?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not so sure

Copy link
Member

@MauricioUyaguari MauricioUyaguari May 18, 2021

Choose a reason for hiding this comment

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

looking at V1_processRelationalOperationElement there is a resolver for a relational. we might need to address with another 'resolver'. might be easier since the code is already rewritten for this

@codecov
Copy link

codecov bot commented May 18, 2021

Codecov Report

Merging #207 (2bce53a) into master (0d8c766) will decrease coverage by 0.36%.
The diff coverage is 23.60%.

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
- Coverage   48.63%   48.26%   -0.37%     
==========================================
  Files         695      701       +6     
  Lines       32826    33235     +409     
  Branches     7436     7547     +111     
==========================================
+ Hits        15965    16042      +77     
- Misses      16805    17137     +332     
  Partials       56       56              
Impacted Files Coverage Δ
...r/edit-panel/mapping-editor/ClassMappingEditor.tsx 11.11% <ø> (ø)
...-panel/mapping-editor/EnumerationMappingEditor.tsx 73.55% <ø> (ø)
...l/mapping-editor/FlatDataPropertyMappingEditor.tsx 15.58% <ø> (ø)
...it-panel/mapping-editor/FlatDataRecordTypeTree.tsx 18.91% <ø> (ø)
...itor/edit-panel/mapping-editor/MappingExplorer.tsx 54.70% <ø> (ø)
...apping-editor/OperationSetImplementationEditor.tsx 10.20% <ø> (ø)
...it-panel/mapping-editor/PropertyMappingsEditor.tsx 15.78% <0.00%> (+1.27%) ⬆️
...gend-studio/src/components/shared/LambdaEditor.tsx 20.86% <ø> (ø)
...studio/src/models/metadata/MetadataServerClient.ts 80.00% <ø> (ø)
.../metamodels/pure/graph/AbstractPureGraphManager.ts 100.00% <ø> (ø)
... and 73 more

@akphi akphi merged commit 6be621e into finos:master May 18, 2021
@akphi akphi deleted the mist branch May 18, 2021 23:07
@github-actions github-actions bot mentioned this pull request May 18, 2021
@github-actions github-actions bot mentioned this pull request Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: adding slash to workspace ID can cause unexpected 404 error
2 participants