Skip to content
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

Adding Physical Chassis Location LED actions #4255

Merged
merged 1 commit into from Aug 3, 2018

Conversation

douglasgabriel
Copy link
Member

@douglasgabriel douglasgabriel commented Jul 5, 2018

This PR is able to

  • Add Location LED actions for Physical Chassis:
    • blink_loc_led;
    • turn_on_loc_led;
    • turn_off_loc_led.

Depends on
ManageIQ/manageiq#17668 - Merged
#4065 - Merged
ManageIQ/manageiq-api#410 - Merged

@miq-bot
Copy link
Member

miq-bot commented Jul 9, 2018

This pull request is not mergeable. Please rebase and repush.


def self.display_methods
%w(physical_chassis)
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might need menu_section :physical_chassis line here

@@ -0,0 +1,113 @@
module PhysicalChassisHelper::TextualSummary

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add tests for this helper. There should be enough example both simple and complex, many from your team. Thx!

- case @showtype
- when "main"
= render :partial => 'layouts/textual_groups_generic'
- when "timeline"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you adding timeline? if not, you don't need this.

@martinpovolny
Copy link

Hallo. Still waiting for the API PR, but I at least added some comments in-line so that you can move this PR forward.

@miq-bot
Copy link
Member

miq-bot commented Aug 2, 2018

Checked commit douglasgabriel@f731359 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
3 files checked, 0 offenses detected
Everything looks fine. 👍

@martinpovolny martinpovolny self-assigned this Aug 3, 2018
@martinpovolny martinpovolny added this to the Sprint 92 Ending Aug 13, 2018 milestone Aug 3, 2018
@martinpovolny martinpovolny merged commit a572c44 into ManageIQ:master Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants