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

Feature/windows smoke tests #180

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 2, 2017

  1. Locate docker and docker-compose using the path variable.

    This searches through the path variable's directories for the docker
    commands, instead of looking in predetermined OS-specific locations or
    requiring new environmental variables to be set.
    
    This also renames DockerCommandLocations to DockerCommandLocator, which better
    reflects what it is.
    Sam Wright committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    195d9af View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Merge branch 'feature/use-path-to-find-executables' of https://github…

    ….com/samwright/docker-compose-rule into samwright-feature/use-path-to-find-executables
    hpryce committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    ab078a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12076d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ab870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    252a88e View commit details
    Browse the repository at this point in the history
  5. Add jsr dep

    hpryce committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    0a61921 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Refactor to simply logic and improve test coverage by using Environme…

    …ntVariables junit rule.
    hpryce committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    d39fb31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19791dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a734f16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    215f427 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8ce98b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    cc06e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186aba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed0d9cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a0b3b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Do we have the latest image?

    hpryce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    bc6bdd9 View commit details
    Browse the repository at this point in the history
  2. Use Windows Server 2016 image

    hpryce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    1df8a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e903dac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c41711 View commit details
    Browse the repository at this point in the history
  5. Correct appveyor.yml syntax

    hpryce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    479efca View commit details
    Browse the repository at this point in the history
  6. Try cinst

    hpryce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    9492fb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eafa3b0 View commit details
    Browse the repository at this point in the history