-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support versioning derived resources #1327
Conversation
...along with the original resource in VersionCreateRequest
.map(uri -> uri.getResourceId()) | ||
.collect(Collectors.toSet()); | ||
|
||
ResourceRequests.prepareSearch() |
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.
The execution of this request can be skipped if there is no derivativeId
present in the above set.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 9.x #1327 +/- ##
============================================
- Coverage 48.57% 48.57% -0.01%
- Complexity 14075 14078 +3
============================================
Files 1950 1950
Lines 95425 95448 +23
Branches 11026 11027 +1
============================================
+ Hits 46357 46368 +11
- Misses 46035 46046 +11
- Partials 3033 3034 +1 ☔ View full report in Codecov by Sentry. |
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.
LGTM!
No description provided.