-
Notifications
You must be signed in to change notification settings - Fork 42
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
updates: implement inventoryGroupDevicesInfo #2304
updates: implement inventoryGroupDevicesInfo #2304
Conversation
d07828a
to
f5c5f82
Compare
This pull request needs all conversation threads to be resolved. Could you fix it @ldjebran? 🙏 |
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.
lgtm
This pull request is now in conflicts. Could you fix it @ldjebran? 🙏 |
f5c5f82
to
d162fdc
Compare
New commit(s) added, removing existing approval(s)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2304 +/- ##
==========================================
+ Coverage 62.20% 62.36% +0.16%
==========================================
Files 86 86
Lines 12842 12942 +100
==========================================
+ Hits 7988 8071 +83
- Misses 4194 4206 +12
- Partials 660 665 +5 ☔ View full report in Codecov by Sentry. |
In the context of inventory group details view we want to update devices of an inventory group. But before that we to need to retrieve validation data and the device uuids related to this group. FIXES: https://issues.redhat.com/browse/THEEDGE-3539
d162fdc
to
61e905d
Compare
New commit(s) added, removing existing approval(s)
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.
/lgtm
Description
In the context of inventory group details view we want to update devices of an inventory group. But before that we to need to retrieve validation data and the device uuids related to this group.
FIXES: https://issues.redhat.com/browse/THEEDGE-3539
Type of change
What is it?
Checklist:
make pre-commit
to check fmt/vet/lint/test-no-fdo