-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ [Frontend] Use new /dev/services
endpoint and its new metadata
#6016
✨ [Frontend] Use new /dev/services
endpoint and its new metadata
#6016
Conversation
…parc-simcore into feature/new-services-backend
/dev/services
endpoint and its new metadata
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.
Very nice.
Q1: Is the old GUI still active (i.e. keep old and new versions) or after this PR, the new is taking over. If the latter, we must point to non-dev entrypoints before we merge this to master!
Q2: How does this compare in speed wrt to the old version?
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.
very nice! looking forward to seeing it in action
A1: The latter. So, yes, I need your change in #6084 also to make the tests here green, thanks. A2: Tricky question. First of all, I didn't have the feeling the waiting time for my user was long. |
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.
very big one. looking forward for the changes.
Quality Gate passedIssues Measures |
What do these changes do?
New
/dev/services
:services/-/latest
end point and lazy load the required service metadataaccess-right
keys:write_access
->write
,execute_access
->execute
boot-options
-> `bootOptions`` keyNew metadata:
Related issue/s
related to ITISFoundation/osparc-issues#1404
How to test
Dev-ops checklist