-
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
SO-5834: generic dependency model #1188
Conversation
Old extensionOf and upgradeOf parameters are being converted to the new model and persisted. Support extensionOf/upgradeOf and the new dependency array in all TerminologyResource subtypes.
...dependencies array for backward compatibility
...rnational.snowowl.core/src/com/b2international/snowowl/core/internal/DependencyDocument.java
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 8.x #1188 +/- ##
============================================
+ Coverage 64.03% 64.16% +0.13%
- Complexity 12809 12926 +117
============================================
Files 1764 1774 +10
Lines 59885 60158 +273
Branches 5529 5560 +31
============================================
+ Hits 38348 38602 +254
- Misses 19157 19174 +17
- Partials 2380 2382 +2
☔ View full report in Codecov by Sentry. |
...query string syntax Examples: * ?dependency=codesystems/SNOMEDCT * ?dependency=uri:codesystems/SNOMEDCT OR uri:codesystems/SNOMEDCT/* * ?dependency=uri:codesystems/SNOMEDCT AND scope:extensionOf
...dependency search
...other resources and prevent deletion unless `force` is set to true
...versioned access
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!
...work as intended
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.
👍
Does |
There is an open PR in that repo: https://github.com/b2ihealthcare/snow-owl-ext/pull/2681 |
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
.../com/b2international/snowowl/core/request/resource/BaseTerminologyResourceCreateRequest.java
Outdated
Show resolved
Hide resolved
.../com/b2international/snowowl/core/request/resource/BaseTerminologyResourceUpdateRequest.java
Show resolved
Hide resolved
...like settings to make 8.12 backward compatible with pre-8.12 datasets and clients.
No description provided.