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

Fixes issues with name overrides in Plugin Framework invokes #1780

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Mar 21, 2024

This change fixes an issue where Plugin Framework invokes did not respect SchemaInfo overrides, in particular there could be issues with incorrect translation of incoming PropertyMap data when SchemaInfo specified a different name for a data source property.

On top of t0yv0/improve-convert-module.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.10%. Comparing base (e95ed2d) to head (dac9730).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1780      +/-   ##
==========================================
- Coverage   60.54%   60.10%   -0.45%     
==========================================
  Files         302      309       +7     
  Lines       42213    42537     +324     
==========================================
+ Hits        25559    25568       +9     
- Misses      15182    15498     +316     
+ Partials     1472     1471       -1     

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

t0yv0 added a commit that referenced this pull request Mar 21, 2024
This enables reuse for cross-tests.

On top of [t0yv0/fix-invoke-conversion](#1780)
t0yv0 added a commit that referenced this pull request Mar 21, 2024
This enables reuse for cross-tests.

On top of [t0yv0/fix-invoke-conversion](#1780)
Copy link
Contributor

@VenelinMartinov VenelinMartinov left a comment

Choose a reason for hiding this comment

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

Did you spot this randomly in the code or was this motivated by a provider issue?

Base automatically changed from t0yv0/improve-convert-module to master March 22, 2024 11:37
@t0yv0
Copy link
Member Author

t0yv0 commented Mar 22, 2024

Spotted when adding coverage.

This change fixes an issue where Plugin Framework invokes did not respect SchemaInfo overrides, in particular there
could be issues with incorrect translation of incoming PropertyMap data when SchemaInfo specified a different name for a
data source property.
@t0yv0 t0yv0 force-pushed the t0yv0/fix-invoke-conversion branch from 91cb6a2 to dac9730 Compare March 22, 2024 13:05
@t0yv0 t0yv0 enabled auto-merge (rebase) March 22, 2024 13:06
t0yv0 added a commit that referenced this pull request Mar 22, 2024
This enables reuse for cross-tests.

On top of [t0yv0/fix-invoke-conversion](#1780)
@t0yv0 t0yv0 merged commit da6ce94 into master Mar 22, 2024
9 checks passed
@t0yv0 t0yv0 deleted the t0yv0/fix-invoke-conversion branch March 22, 2024 13:18
t0yv0 added a commit that referenced this pull request Mar 22, 2024
This enables reuse for cross-tests.

On top of [t0yv0/fix-invoke-conversion](#1780)
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.

None yet

2 participants