-
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
✨ introduce webserver rpc endpoints for licenses #6946
✨ introduce webserver rpc endpoints for licenses #6946
Conversation
…sdrobuliak66/osparc-simcore into introduce-vip-models-pricing-4-part
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6946 +/- ##
==========================================
+ Coverage 88.12% 88.14% +0.01%
==========================================
Files 1587 1234 -353
Lines 62168 52633 -9535
Branches 2008 997 -1011
==========================================
- Hits 54783 46391 -8392
+ Misses 7050 6048 -1002
+ Partials 335 194 -141
Continue to review 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.
Cool, thanks a lot for the quick additions. I will start exposing these on the api-server side
.../service-library/src/servicelib/rabbitmq/rpc_interfaces/webserver/licenses/licensed_items.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
e94782d
into
ITISFoundation:master
What do these changes do?
get_licensed_items
is functional@bisgaard-itis will implement the api server part
Related issue/s
How to test
Dev-ops checklist