Граф коммитов

186 Коммитов

Автор SHA1 Сообщение Дата
Artur 86c100db1c r2r 2013-04-25 07:31:45 -04:00
Artur 7461a6ac4a 0.1.3 2013-04-21 17:05:10 -04:00
Artur 55e1d662f7 Merge remote-tracking branch 'arturadib/master' 2013-04-21 17:01:41 -04:00
Artur 62da271665 find doesn't crash with broken symlinks 2013-04-21 17:01:02 -04:00
Artur Adib 3b57b24460 Merge pull request #56 from lge88/master
test('-L', badlink) should return true
2013-04-06 06:09:55 -07:00
Artur f7d2e3c188 Merge remote-tracking branch 'iapain/exec-options-fix'
Conflicts:
	shell.js
2013-04-06 09:05:30 -04:00
Li Ge 38f1d6d9c4 If a symbolic link is broken, test('-L', badlink) should still return true.
While test('-L', 404) should return false.
2013-03-21 01:33:02 -07:00
Artur 1604a3933d avoid Travis JSHint timeout with Node v0.9+ 2013-03-20 11:35:56 -04:00
Artur ffb1e9acc5 fix JSHint problem 2013-03-20 10:52:04 -04:00
Artur 6c01856fba Merge remote-tracking branch 'arturadib/master' 2013-03-20 09:24:31 -04:00
Artur 5f15f49515 old makerjs --> shelljs 2013-03-20 09:24:05 -04:00
Deepak Thukral 7b9ee5a41d Kept existing options and re-wrote the test case. 2013-03-11 13:10:05 +01:00
Deepak Thukral a996918f84 Updated JSHint bin path and keeping it happy. 2013-03-11 12:40:01 +01:00
Deepak Thukral a91aa8cc9a `exec` with callback failed with slient param was defined 2013-03-11 12:30:44 +01:00
Artur Adib bb63e85ed5 Merge pull request #53 from madrobby/patch-1
Add Zepto to README
2013-03-10 06:59:20 -07:00
Thomas Fuchs b60df5a405 Add Zepto to README
Zepto is quite popular. Since V1.0 Zepto is using ShellJS and in particular the make tool for easy custom builds.
2013-03-04 16:16:41 -05:00
Gopal V 42335307b9 use process.execPath 2013-02-13 12:27:04 -05:00
Artur f19e0dedd8 update travis targets 2013-02-13 12:25:08 -05:00
Artur 21a8b36a27 0.1.2 2013-01-08 11:38:31 -05:00
Artur 454dd29849 docs 2013-01-08 11:37:41 -05:00
Artur 98f3b0b2ef minor 2013-01-08 11:31:20 -05:00
Artur Adib 91cb4ebb66 Merge pull request #48 from brandonramirez/chmod
Implemented chmod command.  Github issue 35
2013-01-08 08:29:10 -08:00
Brandon Ramirez 79668501a5 Move bitmask constants into a PERMS namespace per code review feedback from @arturadib. 2013-01-04 21:01:50 -05:00
Artur Adib 91dd5bd61d docs fix 2013-01-01 15:26:53 -05:00
Artur Adib af6bba7e0d docs update 2013-01-01 15:21:44 -05:00
Artur Adib bd6f8ac607 0.1.1 2013-01-01 15:20:02 -05:00
Artur Adib b020cd4d7a clean up for PR #47 2012-12-31 13:47:33 -05:00
Artur Adib a9a03b3f4e Merge pull request #47 from mstade/pushd-popd-dirs
Work in progress: pushd/popd/dirs
2012-12-31 10:40:06 -08:00
Brandon Ramirez 8a9425acf8 To fix travis-ci build issues, try to focus tests on the bits that changed to reduce the likelihood of umask issues. 2012-12-30 09:39:58 -05:00
Brandon Ramirez f1bf34aebb Add unit test directory stucture. Sorry, new to git. Forgot that it has no support for empty directories. 2012-12-30 09:29:59 -05:00
Brandon Ramirez bc15f47b0b Include unit tests. 2012-12-29 19:49:48 -05:00
Brandon Ramirez b0577ac4d5 Implemented chmod command along with documentation and unit tests. Github issue 35 2012-12-29 19:40:15 -05:00
Marcus Stade ab2958825e Another missing semi colon. 2012-12-29 07:08:52 +01:00
Marcus Stade cb8d094779 JSHint hates my code. 2012-12-29 07:06:30 +01:00
Marcus Stade 2f142c1b3c Tests for dirs and popd options
Finished the dirs implementation to take `-N` and `+N` arguments, and
added more tests to cover all options. This should cover most bases.
2012-12-29 07:00:34 +01:00
Marcus Stade 158d563e4e Fixed JSHint errors. 2012-12-29 03:48:25 +01:00
Marcus Stade 829bdbc785 Improved tests and implementation.
Plenty of errors surfaced with better test coverage. Aside from fixing
the broken implementations, this also prompted me to fully implement
the dirs command.

Also changed the run-tests script to always set cwd to the test folder,
so that tests that change cwd don't affect others (ehum, that'd be
mine.)

More tests to follow.
2012-12-29 03:43:23 +01:00
Artur Adib ac24ccaf1a minor 2012-12-27 16:44:11 -05:00
Artur Adib ef795af7e4 adding jshint to tests; all tests pass 2012-12-27 16:32:31 -05:00
Marcus Stade 387babda6b Improved tests a little bit.
Added pwd check to all tests, and added a test for invalid use of
popd. More tests to come.
2012-12-27 18:06:52 +01:00
Marcus Stade 02efac873c Use internal functions rather than exports. 2012-12-27 17:56:24 +01:00
Marcus Stade 19d3d91bb6 Make `_dirs()` return an array instead of a string 2012-12-27 17:52:11 +01:00
Marcus Stade 18a10bb3d9 Added semicolons and removed dirs from exports 2012-12-27 17:46:37 +01:00
Artur Adib 802a0b4873 0.1.0 2012-12-26 16:02:57 -05:00
Artur Adib 4ecab37f87 Update README.md 2012-12-26 15:25:37 -05:00
Marcus Stade 4bc3725137 Fixed tests. 2012-12-26 03:18:06 +01:00
Marcus Stade 3e29c02734 Initial work 2012-12-25 20:57:38 +01:00
Artur Adib 62eb9a6843 bump node vers 2012-12-24 11:00:52 -05:00
Artur Adib cba4f22a64 simplify fix for issue #44 2012-12-24 10:54:03 -05:00
Marcus Stade 37c00b1d65 Changed the way the destination dir is created 2012-12-24 13:16:03 +01:00