-
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
π¨ improvements: return user email in licensed items, error msg, expose pricing plans ποΈ #7068
base: master
Are you sure you want to change the base?
π¨ improvements: return user email in licensed items, error msg, expose pricing plans ποΈ #7068
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7068 +/- ##
===========================================
- Coverage 87.26% 63.06% -24.21%
===========================================
Files 1634 512 -1122
Lines 64264 23290 -40974
Branches 2051 0 -2051
===========================================
- Hits 56082 14688 -41394
- Misses 7845 8602 +757
+ Partials 337 0 -337
*This pull request uses carry forward flags. Click here to find out more.
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.
Thanks!
.../simcore_service_resource_usage_tracker/services/background_task_periodic_heartbeat_check.py
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.
thanks!
packages/models-library/src/models_library/api_schemas_webserver/licensed_items_checkouts.py
Outdated
Show resolved
Hide resolved
packages/models-library/src/models_library/api_schemas_webserver/licensed_items_purchases.py
Outdated
Show resolved
Hide resolved
...-usage-tracker/src/simcore_service_resource_usage_tracker/models/licensed_items_purchases.py
Outdated
Show resolved
Hide resolved
...-usage-tracker/src/simcore_service_resource_usage_tracker/models/licensed_items_purchases.py
Outdated
Show resolved
Hide resolved
.../simcore_service_resource_usage_tracker/services/background_task_periodic_heartbeat_check.py
Show resolved
Hide resolved
product_name=req_ctx.product_name, | ||
) | ||
webserver_pricing_unit_get = [ | ||
PricingPlanGet( |
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.
As agreed, please create the adapter as a static member PricingPlanGet.from_domain_model
services/web/server/src/simcore_service_webserver/resource_usage/_pricing_plans_models.py
Outdated
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/03/resource_usage/test_pricing_plans.py
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/03/resource_usage/test_pricing_plans.py
Show resolved
Hide resolved
Quality Gate failedFailed conditions |
What do these changes do?
As required by @odeimaiz
Related issue/s
How to test
Dev-ops checklist