-
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-5596: snapshot import with unpublished references #1157
SO-5596: snapshot import with unpublished references #1157
Conversation
...versioned and unversioned content by putting them into a single snapshot slice instead of separating the unpublished components from the snapshot versioned content. (a versioned description referencing an unversioned concept is considered a valid snapshot content) Resolves https://snowowl.atlassian.net/browse/SO-5596
7.x port PR available: #1159 |
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
...core.rest.tests/src/com/b2international/snowowl/snomed/core/rest/io/SnomedImportApiTest.java
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 8.x #1157 +/- ##
=========================================
Coverage 64.05% 64.05%
- Complexity 12765 12768 +3
=========================================
Files 1763 1763
Lines 59596 59596
Branches 5496 5496
=========================================
+ Hits 38172 38177 +5
+ Misses 19048 19046 -2
+ Partials 2376 2373 -3
☔ View full report in Codecov by Sentry. |
...import test cases Assert that in case of a delta export of such RF2 content the system responds with an error message. Relates to https://snowowl.atlassian.net/browse/SO-5596
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.