🎨 Exclude Conversations Annotation UI info when copying projects#8029
Merged
giancarloromeo merged 8 commits intoITISFoundation:masterfrom Jul 2, 2025
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8029 +/- ##
==========================================
+ Coverage 87.87% 89.00% +1.12%
==========================================
Files 1853 1448 -405
Lines 71491 59913 -11578
Branches 1258 477 -781
==========================================
- Hits 62821 53323 -9498
+ Misses 8306 6469 -1837
+ Partials 364 121 -243
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
giancarloromeo
commented
Jul 1, 2025
packages/models-library/src/models_library/api_schemas_webserver/projects_ui.py
Outdated
Show resolved
Hide resolved
giancarloromeo
commented
Jul 1, 2025
packages/models-library/src/models_library/api_schemas_webserver/projects_ui.py
Show resolved
Hide resolved
odeimaiz
approved these changes
Jul 1, 2025
packages/models-library/src/models_library/api_schemas_webserver/projects_ui.py
Show resolved
Hide resolved
pcrespov
approved these changes
Jul 1, 2025
services/web/server/src/simcore_service_webserver/projects/utils.py
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@Mergifyio queue |
Contributor
🟠 Waiting for conditions to matchDetails
|
…of github.com:giancarloromeo/osparc-simcore into is8027/exclude-conversations-ui-when-copying-projects
|
bisgaard-itis
approved these changes
Jul 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What do these changes do?
Conversations info (Annotation UI) are excluded when a project is copied/cloned.
Related issue/s
How to test
Dev-ops
Nothing to do