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

#2 More CLI Tests #42

Merged
merged 22 commits into from
Nov 9, 2015
Merged

#2 More CLI Tests #42

merged 22 commits into from
Nov 9, 2015

Commits on Oct 20, 2015

  1. Configuration menu
    Copy the full SHA
    5cee7cf View commit details
    Browse the repository at this point in the history
  2. Added test for gulpfile opts

    Romanx committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    18de8c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6af236e View commit details
    Browse the repository at this point in the history
  4. Added tests for verify opts

    Doesn't seem to act as i'd expect with cwd, check usage isn't incorrect
    Romanx committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    9303373 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16ec377 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Configuration menu
    Copy the full SHA
    9348db9 View commit details
    Browse the repository at this point in the history
  2. Verify pkgPath should use env.cwd

    If cwd is set we should be using that to find the given package as liftoff
    sets cwd to the configBase already if cwd is falsey
    Romanx committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    3a7f6e4 View commit details
    Browse the repository at this point in the history
  3. Package path should no longer be relative

    See cwd change
    Romanx committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    6112dc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Configuration menu
    Copy the full SHA
    58df4f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509be53 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Added tests for silent flag

    Romanx committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    48826b4 View commit details
    Browse the repository at this point in the history
  2. Bump gulp dev dependency

    Temporary fix until we can work out a way to test different version of
    gulp
    Romanx committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    75b4726 View commit details
    Browse the repository at this point in the history
  3. Added tests for tasks-json

    Added fs-extra to handle cleanup before and after. Possibly this should be
    moved internally to gulp-cli
    Romanx committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    bb715e2 View commit details
    Browse the repository at this point in the history
  4. Added tests for continue flag

    Had to change gulpfile 4.0 to add failing test. Updated json tasks to
    reflect change. May cause others to fail, already failing due to 4.0 bump
    Romanx committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    2ae46e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c381f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Updated tests to use gulp 4.0 syntaxes

    Previous gulpfile changed to gulpfile-3.8.10
    Romanx committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    415cb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ad1af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e1338c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba4ef05 View commit details
    Browse the repository at this point in the history
  5. Try normalise the line endings for all lines

    Hopefully should fix CI issues due to enviroment differnces
    Romanx committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    4fdea45 View commit details
    Browse the repository at this point in the history
  6. Compare help text without newlines

    Can't fix enviroment differences between unix and windows in the output.
    Seems to be adding an extra space only in CI (on unix) and not on windows.
    Romanx committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    0692bef View commit details
    Browse the repository at this point in the history
  7. Try normalising the line endings followed by space

    Should hopefully remove the extra spaces causing the problems during CI
    processing
    Romanx committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    e463fc4 View commit details
    Browse the repository at this point in the history