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

Fixed usages from powershell commands #1

Merged
merged 18 commits into from
Apr 18, 2016

Commits on Feb 11, 2016

  1. updated create machine to create hyper-v

    radu.florescu committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    4074ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    a8414d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Configuration menu
    Copy the full SHA
    1dbe0cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a77b14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from floradu88/dev

    Added ability to work with Hyper-v
    floradu88 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f2bee8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from docker/master

    Merge latest changes to my fork
    floradu88 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    931a5ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6282456 View commit details
    Browse the repository at this point in the history
  6. Renamed .md to .txt

    floradu88 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    e89d83b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Merged branch add-hyperv from pmario

    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    a497291 View commit details
    Browse the repository at this point in the history
  2. Updated usages of powershell functions so that Hyperv can run if it i…

    …s installed.
    
    Signed-off-by: radu florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    5b76be3 View commit details
    Browse the repository at this point in the history
  3. Removed debuggers from code.

    Signed-off-by: radu.florescu <radu.florescu@totaljobsgroup.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    fe3c394 View commit details
    Browse the repository at this point in the history
  4. Refactored powershell into another file: src/utils/PowershellUtil.js

    Signed-off-by: radu.florescu <radu.florescu@totaljobsgroup.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    1b02c5f View commit details
    Browse the repository at this point in the history
  5. Added handling of the cases:

    - when hyper-v exists is present and not virtualbox.
    - when both hyper-v and virtualbox are missing.
    
    Signed-off-by: radu.florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    077e0cc View commit details
    Browse the repository at this point in the history
  6. Reverted getting an external virtual switch as this might be glitchy …

    …on windows 10.
    
    Signed-off-by: raduflorescu <radu.florescu@hotmail.com>
    floradu88 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    014da6c View commit details
    Browse the repository at this point in the history
  7. Due to i18n looks like we cannot expect to get a correct error messag…

    …e, but we can checkk for `fullyqualifiederrorid`.
    
    Added Machine name when checking docker machine version.
    
    Signed-off-by: raduflorescu <radu.florescu@hotmail.com>
    floradu88 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    f18e3f5 View commit details
    Browse the repository at this point in the history
  8. Fixed some undefined errors for virtualbox.

    Added defensive programming in accessing vbox.log
    
    Signed-off-by: raduflorescu <radu.florescu@hotmail.com>
    floradu88 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    79fa39b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Fixed Version retrieval from Hyper-v command.

    Signed-off-by: radu.florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    4fa547c View commit details
    Browse the repository at this point in the history
  2. Make sure that the code is simple, we don't need to check whether or …

    …not vbox is installed, because there is an exception thrown in the setup earlier.
    
    Signed-off-by: radu.florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    9cc57e5 View commit details
    Browse the repository at this point in the history