-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add extension mechanism for class mapping
decorators
#654
Conversation
🦋 Changeset detectedLatest commit: bd06075 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
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 |
Codecov Report
@@ Coverage Diff @@
## master #654 +/- ##
==========================================
- Coverage 43.88% 43.61% -0.27%
==========================================
Files 898 904 +6
Lines 39995 40328 +333
Branches 9189 9243 +54
==========================================
+ Hits 17551 17591 +40
- Misses 22380 22673 +293
Partials 64 64
|
class mapping
in form modeclass mapping
in form mode
packages/legend-manual-tests/src/__tests__/roundtrip-grammar/RoundtripGrammar.test.ts
Show resolved
Hide resolved
...d-studio/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx
Outdated
Show resolved
Hide resolved
packages/legend-extension-external-store-service/src/components/ESService_StudioPlugin.tsx
Outdated
Show resolved
Hide resolved
...es/legend-studio/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx
Outdated
Show resolved
Hide resolved
packages/legend-studio/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx
Outdated
Show resolved
Hide resolved
...egend-studio/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts
Outdated
Show resolved
Hide resolved
...egend-studio/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts
Outdated
Show resolved
Hide resolved
...egend-studio/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts
Outdated
Show resolved
Hide resolved
...egend-studio/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts
Outdated
Show resolved
Hide resolved
...egend-studio/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts
Show resolved
Hide resolved
...egend-studio/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts
Show resolved
Hide resolved
...d-studio/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx
Outdated
Show resolved
Hide resolved
class mapping
in form modeclass mapping
resolution decoration
@gayathrir11 I took the liberty to update the title to be more narrow. Also, I left some minor comments, other than that, LGTM! |
class mapping
resolution decorationclass mapping
decorators
Summary
This PR improvises the extension mechanism for class mapping in form mode. It also fixes the issue where we are unable to open the runtime associated with ServiceStore mapping in form mode.
How did you test this change?