-
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
π¨ Changing Rest Model for licensed items listing (ποΈ) #7139
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7139 +/- ##
==========================================
- Coverage 87.70% 87.56% -0.14%
==========================================
Files 1635 1575 -60
Lines 63892 62325 -1567
Branches 1173 1086 -87
==========================================
- Hits 56037 54577 -1460
+ Misses 7545 7458 -87
+ Partials 310 290 -20
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
|
15d54a6
into
ITISFoundation:master
What do these changes do?
Related issue/s
How to test
Dev-ops checklist