-
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
π¨ Changing Rest Model for licensed items listing (ποΈ) #7139
base: master
Are you sure you want to change the base?
π¨ Changing Rest Model for licensed items listing (ποΈ) #7139
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7139 +/- ##
==========================================
+ Coverage 84.70% 87.57% +2.86%
==========================================
Files 1393 1575 +182
Lines 56986 62325 +5339
Branches 909 1086 +177
==========================================
+ Hits 48271 54578 +6307
+ Misses 8473 7457 -1016
- Partials 242 290 +48
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.
frontend changes will follow π
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.
please consider the comments. we interact offline if you have any questions/discussion
packages/models-library/src/models_library/api_schemas_webserver/licensed_items.py
Show resolved
Hide resolved
packages/models-library/src/models_library/api_schemas_webserver/licensed_items.py
Show resolved
Hide resolved
...se/src/simcore_postgres_database/migration/versions/b8e3837d8d87_modify_licensed_items_db.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/licenses/_common/models.py
Outdated
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/04/licenses/test_licensed_items_repository.py
Outdated
Show resolved
Hide resolved
packages/models-library/src/models_library/api_schemas_webserver/licensed_items.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What do these changes do?
Related issue/s
How to test
Dev-ops checklist