-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Commits on Oct 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5cee7cf - Browse repository at this point
Copy the full SHA 5cee7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18de8c5 - Browse repository at this point
Copy the full SHA 18de8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af236e - Browse repository at this point
Copy the full SHA 6af236eView commit details -
Doesn't seem to act as i'd expect with cwd, check usage isn't incorrect
Configuration menu - View commit details
-
Copy full SHA for 9303373 - Browse repository at this point
Copy the full SHA 9303373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ec377 - Browse repository at this point
Copy the full SHA 16ec377View commit details
Commits on Oct 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9348db9 - Browse repository at this point
Copy the full SHA 9348db9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a7f6e4 - Browse repository at this point
Copy the full SHA 3a7f6e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6112dc5 - Browse repository at this point
Copy the full SHA 6112dc5View commit details
Commits on Oct 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 58df4f9 - Browse repository at this point
Copy the full SHA 58df4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509be53 - Browse repository at this point
Copy the full SHA 509be53View commit details
Commits on Nov 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 48826b4 - Browse repository at this point
Copy the full SHA 48826b4View commit details -
Temporary fix until we can work out a way to test different version of gulp
Configuration menu - View commit details
-
Copy full SHA for 75b4726 - Browse repository at this point
Copy the full SHA 75b4726View commit details -
Added fs-extra to handle cleanup before and after. Possibly this should be moved internally to gulp-cli
Configuration menu - View commit details
-
Copy full SHA for bb715e2 - Browse repository at this point
Copy the full SHA bb715e2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2ae46e7 - Browse repository at this point
Copy the full SHA 2ae46e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c381f2 - Browse repository at this point
Copy the full SHA 4c381f2View commit details
Commits on Nov 8, 2015
-
Updated tests to use gulp 4.0 syntaxes
Previous gulpfile changed to gulpfile-3.8.10
Configuration menu - View commit details
-
Copy full SHA for 415cb61 - Browse repository at this point
Copy the full SHA 415cb61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ad1af - Browse repository at this point
Copy the full SHA 02ad1afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1338c - Browse repository at this point
Copy the full SHA 3e1338cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4ef05 - Browse repository at this point
Copy the full SHA ba4ef05View commit details -
Try normalise the line endings for all lines
Hopefully should fix CI issues due to enviroment differnces
Configuration menu - View commit details
-
Copy full SHA for 4fdea45 - Browse repository at this point
Copy the full SHA 4fdea45View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0692bef - Browse repository at this point
Copy the full SHA 0692befView commit details -
Try normalising the line endings followed by space
Should hopefully remove the extra spaces causing the problems during CI processing
Configuration menu - View commit details
-
Copy full SHA for e463fc4 - Browse repository at this point
Copy the full SHA e463fc4View commit details