-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Exclude Conversations Annotation UI info when copying projects #8029
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
Merged
giancarloromeo
merged 8 commits into
ITISFoundation:master
from
giancarloromeo:is8027/exclude-conversations-ui-when-copying-projects
Jul 2, 2025
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f0a1c3f
feat: exclude conversations ui when copying projects
giancarloromeo 6247fba
feat: update models
giancarloromeo 4dbf90d
Merge branch 'master' into is8027/exclude-conversations-ui-when-copyi…
giancarloromeo 98ee0e6
fix: no color for conversations
giancarloromeo 72b3eca
docs: add comment
giancarloromeo fd9e0ed
Merge branch 'master' into is8027/exclude-conversations-ui-when-copyi…
giancarloromeo 5eca3e3
fix: update openapi-spec
giancarloromeo e4d43e1
Merge branch 'is8027/exclude-conversations-ui-when-copying-projects' …
giancarloromeo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
89 changes: 89 additions & 0 deletions
89
services/web/server/tests/data/fake-project-with-conversation.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| { | ||
| "accessRights": {}, | ||
| "uuid": "de2578c5-431e-6257-a462-d7bf73b76c0c", | ||
| "name": "fake-project-name", | ||
| "description": "anim sint pariatur do dolore", | ||
| "prjOwner": "[email protected]", | ||
| "creationDate": "1865-11-30T04:00:14.000Z", | ||
| "lastChangeDate": "7364-11-30T10:04:52.000Z", | ||
| "thumbnail": "https://some_fake_project_thumbnail.com/fake", | ||
| "tags": [], | ||
| "classifiers": [], | ||
| "workbench": { | ||
| "b4b20476-e7c0-47c2-8cc4-f66ac21a13bf": { | ||
| "key": "simcore/services/frontend/file-picker", | ||
| "version": "1.0.0", | ||
| "label": "File Picker 0D", | ||
| "inputs": {}, | ||
| "inputNodes": [], | ||
| "outputs": {}, | ||
| "position": { | ||
| "x": 50, | ||
| "y": 150 | ||
| } | ||
| }, | ||
| "5739e377-17f7-4f09-a6ad-62659fb7fdec": { | ||
| "key": "simcore/services/comp/ucdavis-singlecell-cardiac-model", | ||
| "version": "1.0.0", | ||
| "label": "DBP-Clancy-Rabbit-Single-Cell solver", | ||
| "inputAccess": { | ||
| "Na": "ReadAndWrite", | ||
| "Kr": "ReadOnly", | ||
| "BCL": "ReadAndWrite", | ||
| "NBeats": "ReadOnly", | ||
| "Ligand": "Invisible", | ||
| "cAMKII": "Invisible" | ||
| }, | ||
| "inputs": { | ||
| "Na": 0, | ||
| "Kr": 0, | ||
| "BCL": 200, | ||
| "NBeats": 5, | ||
| "Ligand": 0, | ||
| "cAMKII": "WT", | ||
| "initfile": { | ||
| "nodeUuid": "b4b20476-e7c0-47c2-8cc4-f66ac21a13bf", | ||
| "output": "outFile" | ||
| } | ||
| }, | ||
| "inputNodes": [ | ||
| "b4b20476-e7c0-47c2-8cc4-f66ac21a13bf" | ||
| ], | ||
| "outputs": {}, | ||
| "position": { | ||
| "x": 300, | ||
| "y": 150 | ||
| } | ||
| }, | ||
| "351fd505-1ee3-466d-ad6c-ea2915ffd364": { | ||
| "key": "simcore/services/dynamic/raw-graphs", | ||
| "version": "2.10.4", | ||
| "label": "2D plot", | ||
| "inputs": {}, | ||
| "outputs": {}, | ||
| "position": { | ||
| "x": 1073, | ||
| "y": 307 | ||
| }, | ||
| "progress": 100 | ||
| } | ||
| }, | ||
| "ui": { | ||
| "annotations": { | ||
| "b8a7e8e2-1c2d-4f3a-9c5e-123456789abc": { | ||
| "type": "conversation", | ||
| "attributes": { | ||
| "conversationId": 2, | ||
| "x": 415, | ||
| "y": 100, | ||
| "title": "My chat" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "quality": {}, | ||
| "dev": {}, | ||
| "workspaceId": null, | ||
| "type": "STANDARD", | ||
| "templateType": null | ||
| } |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.