-
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
♻️🗃️ Is1004/modify resource tracker backend after container label changes #4488
♻️🗃️ Is1004/modify resource tracker backend after container label changes #4488
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4488 +/- ##
========================================
+ Coverage 86.4% 88.7% +2.2%
========================================
Files 1013 727 -286
Lines 43225 33509 -9716
Branches 1006 361 -645
========================================
- Hits 37381 29731 -7650
+ Misses 5612 3686 -1926
+ Partials 232 92 -140
Flags with carried forward coverage won't be shown. Click here to find out more. |
...sage-tracker/src/simcore_service_resource_usage_tracker/models/resource_tracker_container.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/models/resource_tracker.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/models/resource_tracker.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/models/resource_tracker.py
Outdated
Show resolved
Hide resolved
...acker/src/simcore_service_resource_usage_tracker/modules/db/repositories/resource_tracker.py
Show resolved
Hide resolved
...age-tracker/tests/unit/with_dbs/test_collect_container_resource_usage_task__on_update_set.py
Outdated
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.
Cool stuff, please if you find the time remove the double underscore, this is the stuff devops nightmares are made from. The rest is super awesome :--)
...imcore_postgres_database/migration/versions/cd53975abda2_refactoring_of_resource_tracker_.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/models/resource_tracker.py
Show resolved
Hide resolved
...sage-tracker/src/simcore_service_resource_usage_tracker/models/resource_tracker_container.py
Outdated
Show resolved
Hide resolved
...sage-tracker/src/simcore_service_resource_usage_tracker/models/resource_tracker_container.py
Show resolved
Hide resolved
...s/resource-usage-tracker/src/simcore_service_resource_usage_tracker/resource_tracker_core.py
Show resolved
Hide resolved
...age-tracker/tests/unit/with_dbs/test_collect_container_resource_usage_task__on_update_set.py
Outdated
Show resolved
Hide resolved
Code Climate has analyzed commit 1006207 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
Related issue/s
How to test
DevOps Checklist