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

v2v: Pre-check install_drivers checkbox for windows VMs #170

Merged
merged 1 commit into from
Aug 31, 2017

Conversation

matobet
Copy link
Contributor

@matobet matobet commented Aug 14, 2017

Depends on fix to Dialog#init_fields_with_values (PR ManageIQ/manageiq#15810)

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1472843

@matobet
Copy link
Contributor Author

matobet commented Aug 14, 2017

@miq-bot add_label fine/yes

@matobet
Copy link
Contributor Author

matobet commented Aug 14, 2017

@miq-bot assign @gmcculloug

@matobet matobet changed the title v2v: Pre-check install_drivers checkbox for windows VMs [WIP] v2v: Pre-check install_drivers checkbox for windows VMs Aug 14, 2017
@miq-bot miq-bot added the wip label Aug 14, 2017
@gmcculloug
Copy link
Member

@matobet PR ManageIQ/manageiq#15810 is merged, if you unwip we can merge this.

@matobet matobet changed the title [WIP] v2v: Pre-check install_drivers checkbox for windows VMs v2v: Pre-check install_drivers checkbox for windows VMs Aug 15, 2017
@matobet
Copy link
Contributor Author

matobet commented Aug 15, 2017

@miq-bot remove_label wip


def main
os = @handle.root['vm'].operating_system
is_windows = os && os.product_name =~ /windows/i
Copy link
Member

Choose a reason for hiding this comment

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

@matobet Minor, but you could use try here: os.try(:product_name) =~ /windows/i

@miq-bot
Copy link
Member

miq-bot commented Aug 28, 2017

Checked commit matobet@0ecf8e9 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
2 files checked, 0 offenses detected
Everything looks fine. 🍪

@matobet
Copy link
Contributor Author

matobet commented Aug 28, 2017

@gmcculloug done

@gmcculloug gmcculloug merged commit efd5d06 into ManageIQ:master Aug 31, 2017
@gmcculloug gmcculloug added this to the Sprint 68 Ending Sep 4, 2017 milestone Aug 31, 2017
@jelkosz
Copy link
Contributor

jelkosz commented Sep 25, 2017

@simaishi could you please backport this?

@simaishi
Copy link
Contributor

@jelkosz Since this isn't a blocker for the release we're currently working on, I'll backport once we start working on the next release.

simaishi pushed a commit that referenced this pull request Nov 14, 2017
v2v: Pre-check install_drivers checkbox for windows VMs
(cherry picked from commit efd5d06)

https://bugzilla.redhat.com/show_bug.cgi?id=1512955
@simaishi
Copy link
Contributor

Fine backport details:

$ git log -1
commit 2e49226616778e04f5a2524c3ff9807494436016
Author: Greg McCullough <gmccullo@redhat.com>
Date:   Thu Aug 31 17:04:19 2017 -0400

    Merge pull request #170 from matobet/dynamic-windows
    
    v2v: Pre-check install_drivers checkbox for windows VMs
    (cherry picked from commit efd5d06b76ca7c581586a122ccb184c891e49b43)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1512955

@simaishi simaishi removed the fine/yes label Nov 14, 2017
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

6 participants