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

refactor(api): merge signaling api context into control #4176

Merged

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented May 14, 2024

What this PR changes/adds

Merge the signaling-api context into the control-api context

Why it does that

we should keep the context number consistent to the ones described in this decision record:
https://github.com/eclipse-edc/Connector/blob/main/docs/developer/decision-records/2022-11-09-api-refactoring/renaming.md

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #4175

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added refactoring Cleaning up code and dependencies api Feature related to the (REST) api labels May 14, 2024
@ndr-brt ndr-brt requested a review from wolf4ood May 14, 2024 10:17
webService.registerResource(controlApiConfiguration.getContextAlias(), controller);
registerSignalingContext(controller);

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
DataPlaneSignalingApiExtension.registerSignalingContext
should be avoided because it has been deprecated.
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 75.01%. Comparing base (7f20ba5) to head (09d2eae).
Report is 255 commits behind head on main.

Files Patch % Lines
.../dataplane/api/DataPlaneSignalingApiExtension.java 0.00% 11 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4176      +/-   ##
==========================================
+ Coverage   71.74%   75.01%   +3.26%     
==========================================
  Files         919     1012      +93     
  Lines       18457    20561    +2104     
  Branches     1037     1160     +123     
==========================================
+ Hits        13242    15423    +2181     
+ Misses       4756     4630     -126     
- Partials      459      508      +49     

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

@ndr-brt ndr-brt merged commit 162f5fe into eclipse-edc:main May 16, 2024
20 checks passed
@ndr-brt ndr-brt deleted the 4175-merge-signaling-control-context branch May 16, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Feature related to the (REST) api refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge signaling and control api context
3 participants