-
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-5877: core API changes necessary for the new upgrade flow #1211
Conversation
...the resource to version cannot be found
Replaced by `dependencies_upgrades()` expand.
Remove deprecated extensionOfBranchState expand option.
...from TerminologyResource
Keep backward compatibility on document level and auto-migrate to the new dependencies model without using any of the previous fields. https://snowowl.atlassian.net/browse/SO-5888
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 9.x #1211 +/- ##
============================================
+ Coverage 64.11% 64.32% +0.20%
+ Complexity 13155 13133 -22
============================================
Files 1799 1796 -3
Lines 61594 61321 -273
Branches 5696 5676 -20
============================================
- Hits 39491 39443 -48
+ Misses 19663 19444 -219
+ Partials 2440 2434 -6
☔ 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.
Two small things need to be addressed, looks good otherwise!
...ernational.snowowl.core/src/com/b2international/snowowl/core/console/CodeSystemsCommand.java
Show resolved
Hide resolved
....snowowl.core/src/com/b2international/snowowl/core/request/version/VersionCreateRequest.java
Outdated
Show resolved
Hide resolved
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, with some minor notes 🍏
....snowowl.core/src/com/b2international/snowowl/core/request/version/VersionCreateRequest.java
Outdated
Show resolved
Hide resolved
....snowowl.core/src/com/b2international/snowowl/core/request/version/VersionCreateRequest.java
Outdated
Show resolved
Hide resolved
....snowowl.core/src/com/b2international/snowowl/core/request/version/VersionCreateRequest.java
Outdated
Show resolved
Hide resolved
...selected for versioning is not available
...for API clarity
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.
🍃
No description provided.