-
Notifications
You must be signed in to change notification settings - Fork 62
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
Parse the serial number during refresh #97
Conversation
@durandom who should I ask to review this? |
Do we need to update any specs for this change? Where is corresponding change for graph refresh? |
@pkliczewski you are right need to change graph refresh as well, can you point me to the place exactly? |
@borod108 afaik the schema pr is already merged, so nobody from the core needs to review this. Any corresponding PR for the UI or API? |
1b18d7e
to
4f38002
Compare
@pkliczewski done the changes, can you review again please? |
@pkliczewski can you please review? I added the fixes you requested. |
@@ -478,6 +478,7 @@ def hardwares_attributes | |||
:manufacturer, | |||
:memory_mb, | |||
:model, | |||
:serial_number, |
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.
Can these be alphabetical?
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.
done
Parse the serial number of host during refresh. This is required for: https://bugzilla.redhat.com/show_bug.cgi?id=1410183
4f38002
to
dd6bab8
Compare
Checked commit borod108@dd6bab8 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
Parse the serial number of host during refresh.
This is required for:
https://bugzilla.redhat.com/show_bug.cgi?id=1410183
Required for:
ManageIQ/manageiq#15992