-
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
π¨ 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.66% 87.54% -0.13%
==========================================
Files 1633 1575 -58
Lines 63809 62278 -1531
Branches 2054 1798 -256
==========================================
- Hits 55939 54521 -1418
+ Misses 7533 7445 -88
+ Partials 337 312 -25
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
services/web/server/src/simcore_service_webserver/resource_usage/_pricing_plans_handlers.py
Outdated
Show resolved
Hide resolved
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
π¨ Frontend changes
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.
π
|
795fdfb
into
ITISFoundation:master
What do these changes do?
As required by @odeimaiz
Related issue/s
How to test
Dev-ops checklist