-
Notifications
You must be signed in to change notification settings - Fork 244
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
feat(dsp): transform dspace DataAddress #3975
feat(dsp): transform dspace DataAddress #3975
Conversation
d663591
to
7c439b0
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3975 +/- ##
==========================================
+ Coverage 71.74% 73.38% +1.64%
==========================================
Files 919 961 +42
Lines 18457 19397 +940
Branches 1037 1092 +55
==========================================
+ Hits 13242 14235 +993
+ Misses 4756 4699 -57
- Partials 459 463 +4 ☔ View full report in Codecov by Sentry. |
bf6f7e9
to
5cda4b4
Compare
5cda4b4
to
323fd32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
What this PR changes/adds
Use
dspace:DataAddress
format on DSP wire.BREAKING CHANGE an EDC connector after this PR will be compliant with DSP version 2024/1 but it won't be interoperable with older EDC connector versions.
Why it does that
dsp compliance
Further notes
transform-dspace
that is meant to contain thedspace
related transformers. A subsequent refactoring is needed to sort transformers a little (issue will come up)Linked Issue(s)
Closes #3841
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.