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

feat: bump the Dataplane Selector management API endpoints to v3 #4215

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented May 27, 2024

What this PR changes/adds

Bumps the DataPlaneSelectorApi from /v2 -> /v3, deprecating /v2.

the V3 Controller does not contain deprecated methods of the V2 Controller!

Why it does that

Briefly state why the change was necessary.

Further notes

  • updates the operationId property of endpoints - this is a breaking change

Linked Issue(s)

Closes #4208

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

@paullatzelsperger paullatzelsperger added enhancement New feature or request api Feature related to the (REST) api labels May 27, 2024
@paullatzelsperger paullatzelsperger requested a review from ndr-brt May 27, 2024 10:05
@paullatzelsperger paullatzelsperger added the breaking-change Will require manual intervention for version update label May 27, 2024
@paullatzelsperger paullatzelsperger force-pushed the feat/bump_dataplane_selector_api_to_v3 branch from 48af47f to 6cc3d8a Compare May 27, 2024 10:08
@paullatzelsperger paullatzelsperger force-pushed the feat/bump_dataplane_selector_api_to_v3 branch from c89e631 to f909af9 Compare May 27, 2024 10:17
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.35%. Comparing base (7f20ba5) to head (f909af9).
Report is 276 commits behind head on main.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4215      +/-   ##
==========================================
+ Coverage   71.74%   75.35%   +3.60%     
==========================================
  Files         919     1040     +121     
  Lines       18457    20677    +2220     
  Branches     1037     1151     +114     
==========================================
+ Hits        13242    15581    +2339     
+ Misses       4756     4584     -172     
- Partials      459      512      +53     

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

@paullatzelsperger paullatzelsperger merged commit 6eb2a5b into eclipse-edc:main May 27, 2024
16 checks passed
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 breaking-change Will require manual intervention for version update enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump all Management API endpoints to /v3
4 participants