Commit Graph

  • 3d2b9f6746 Revert "lint tests fix" Thomas Nolte 2018-10-10 15:29:53 -0400
  • 675773b92a re-added the newline, as well as another test case to make sure mode is still set to default value when a new file is opened Stephen Ward 2018-10-10 15:10:34 -0400
  • eb9c1a5bd5
    Update fs.truncate.spec.js #545 Charlotte Baptist 2018-10-09 22:36:06 -0400
  • 3c256124cf lint tests fix Thomas Nolte 2018-10-09 22:14:13 -0400
  • 3b2b526e54 add .skip to the test #502 Victor 2018-10-09 22:14:06 -0400
  • 70dc9e87d4 Update tests/spec/fs.rename.spec.js Victor 2018-10-09 22:02:46 -0400
  • 71a6f514fc cleaned up code. replaced all callbacks with promises in new test. Thomas Nolte 2018-10-09 21:57:31 -0400
  • 819eb4dd9a should rename an existing file to itself Victor 2018-10-09 21:51:10 -0400
  • dae5f041e4 should rename an existing file to itself Victor 2018-10-09 21:49:08 -0400
  • 41510e7da4 Fix issue 529 (#530) Janice 2018-10-09 21:17:25 -0400
  • b50c495154 changed #530 Minying Chen 2018-10-09 21:12:00 -0400
  • b1c4f04f83 Removed outdated about permission functions in README.md (#513) jrkong 2018-10-09 20:53:32 -0400
  • f0872348e9
    Merge 0305be95ad into c33f22b464 #539 ksandhu16 2018-10-10 00:40:30 +0000
  • ee67cb39de rolled back the package-lock.json to master's version Stephen Ward 2018-10-09 20:34:09 -0400
  • e11c101600 forgot a semicolon Stephen Ward 2018-10-09 20:28:46 -0400
  • 9404eaa7e6
    Merge a174241828 into c33f22b464 #532 sjmathew 2018-10-10 00:27:31 +0000
  • 7a6a4160e6 made changes as per thomas's and dave's PR review Stephen Ward 2018-10-09 20:25:19 -0400
  • 7ad1312830
    Potential rewrite of same change. seeking review MuchtarSalimov 2018-10-09 20:17:27 -0400
  • d857906c12 change sth Minying Chen 2018-10-09 18:23:22 -0400
  • b7d07afb40 push again Minying Chen 2018-10-09 18:16:35 -0400
  • c33f22b464 Issue 396 - Add a test for fs.promises.stat() when the path does not exist (#406) pynnl 2018-10-09 17:40:35 -0400
  • 389dedd3c0 Fix #421 - Add test for fs.promises.link to ensure it returns a Promise (#462) Julia McGeoghan 2018-10-09 17:35:28 -0400
  • df57e35500
    Change == to === to prevent accepting undefined MuchtarSalimov 2018-10-09 17:34:17 -0400
  • 8504cc7e2a Issue497 Add test for fs.chmod when the path is invalid (#525) yuzhouChen 2018-10-09 14:30:36 -0700
  • 27659d45da 491 (#501) yevseytsev 2018-10-09 17:28:14 -0400
  • 71ca7158c1 done Minying Chen 2018-10-09 17:14:50 -0400
  • c4c7e5620e
    Merge fceb0b3c57 into 934ef8bfa7 #538 Alexei 2018-10-09 20:39:21 +0000
  • d4fc809ff1
    Merge db11f591f9 into 934ef8bfa7 #494 MuchtarSalimov 2018-10-09 20:15:11 +0000
  • 934ef8bfa7 Fix #419: Add test for fsPromises.open() when the path does not exist (#455) Stephen Truong 2018-10-09 16:00:56 -0400
  • a32991fb7c
    Update fs.open.spec.js #455 Stephen Truong 2018-10-09 15:54:24 -0400
  • 21cb6464ac Saving files before refreshing line endings Minying Chen 2018-10-09 14:57:37 -0400
  • d750e4012e Fix issue529 Minying Chen 2018-10-09 14:40:59 -0400
  • c7ea45a18b Fix issue #475 - Add test for fs.exits() when resulting path of a symbolic link is not found (#519) Ruihui Yan 2018-10-09 14:31:15 -0400
  • e1e61e62dc Fix issue529 Minying Chen 2018-10-09 14:26:15 -0400
  • 009821290f Fixes #499: Update functionality for fs.truncate (#533) Sean 2018-10-09 13:53:26 -0400
  • 2f3c384868 Add test for fsPromises.rmdir() when dir not empty and dir is a file, Fix Issue 474 (#510) Thanh Nguyen 2018-10-09 13:51:19 -0400
  • beea03dbae Add test for fs.writeFile-readFile.spec to write a file in non-existing path (#486) giantpanpan 2018-10-09 13:48:51 -0400
  • 3e0da99040 Fix issue-426: Add the test for fsPromises.readdir when the path exists, and is a directory (#452) ywpark1 2018-10-09 13:32:09 -0400
  • 02bd6d8a62 Issue#518 fix: Add test for fsPromises.unlink() should be a function (#526) dleung25 2018-10-09 13:27:22 -0400
  • 7e27c8be2c Fix Issue #400 - add test for passing file to fs.promise.readdir() (#409) Jeffrey Espiritu 2018-10-09 13:04:19 -0400
  • e77361107e Issue 427 - Add tests to fsPromises.rmdir when directory doesn't exist and when trying to delete root directory (#457) Casva 2018-10-09 13:02:01 -0400
  • 87230ce1e3 Fix #405 - Added tests for chmod and fchmod using Promises (#458) Daniel Bogomazov 2018-10-09 12:59:17 -0400
  • 2e2e2f9d64 Fixed issue#480 using promises to test fs.truncate when path does not exist (#516) Huda Al Dallal 2018-10-09 12:56:20 -0400
  • 0354c7e13e Fix #423: added proimse support for fs.stat (#432) rdittrich97 2018-10-09 12:54:40 -0400
  • 1156f420c4 Fixed #424 - implement fs.promises.read tests (#429) y2s82 2018-10-09 12:51:59 -0400
  • 549dd112b5
    Merge 3ee97f9920 into 86b6b2a907 #413 itchylol742 2018-10-09 16:46:40 +0000
  • 86b6b2a907 Fixed Issue #483 for a test done for fs.mknod promise (#509) Nick Skuybeda 2018-10-09 12:43:45 -0400
  • a8759b1e38 Add tests for fs.promises utimes function #527 (#540) Chaya Danzinger 2018-10-09 12:39:18 -0400
  • f8fb920515 Fix appendFile bug shown to fail in PR-494 Muchtar Salimov 2018-10-08 21:12:48 -0400
  • d6a75bceff
    Update fs.truncate.spec.js Charlotte Baptist 2018-10-06 18:34:38 -0400
  • 08fcfc59eb
    Update fs.truncate.spec.js Charlotte Baptist 2018-10-06 18:03:00 -0400
  • 9680c2862e
    Update fs.truncate.spec.js Charlotte Baptist 2018-10-06 17:05:40 -0400
  • cce2335802
    Update fs.truncate.spec.js Charlotte Baptist 2018-10-06 16:36:04 -0400
  • ef3e51aa89 updating fs.symlink for promises Deepanjali Gerangal 2018-10-03 23:09:37 -0400
  • c0c2454ff5 Merge branch 'issue-514' of https://github.com/qwang135/filer into issue-514 #517 Qingwen Wang 2018-10-03 18:45:05 -0400
  • 0be0ad1fca first cimmit Qingwen Wang 2018-10-03 18:41:41 -0400
  • c84dd14f5e
    Merge pull request #395 from humphd/issue-393 David Humphrey 2018-10-03 18:13:08 -0400
  • fceb0b3c57 Fixed spelling errors and line formatting #538 Alexei Kozachenko 2018-10-01 13:45:28 -0400
  • 39d8a6dcb5 Removed redundant catch blocks #458 Daniel Bogomazov 2018-09-30 22:47:26 -0400
  • 982d142db9 fix function call error #540 Chaya Danzinger 2018-09-30 10:01:25 -0400
  • 0a7fd1ae35 add return statement for remaining tests Chaya Danzinger 2018-09-30 00:03:29 -0400
  • 97afba8edf add final tests Chaya Danzinger 2018-09-29 21:59:27 -0400
  • 55b43c5f80 implemented existing tests but with promises Chaya Danzinger 2018-09-29 20:35:56 -0400
  • 1e9234efa6 first two promise tests initial commit Chaya Danzinger 2018-09-28 15:03:54 -0400
  • 0f80a1ea38
    Update fs.symlink.spec.js #535 Adam 2018-09-29 01:46:52 -0400
  • 8b35323d6c new test expects failure Victor 2018-09-28 22:20:28 -0400
  • 4c849c26d6 FINAL #501 Andriy Yevseytsev 2018-09-28 22:12:43 -0400
  • f61a2c3fbe
    Tests failed because of whitespace at the end Adam 2018-09-28 20:49:09 -0400
  • 507a34a96c
    update fs.symlink.spec.js based on code review Adam 2018-09-28 20:44:50 -0400
  • 0305be95ad fix 473 #539 Karan 2018-09-28 19:24:56 -0400
  • 5b2d122329 tests/spec/fs.appendFile.spec.js # #492 Shreena Athia 2018-09-28 19:21:44 -0400
  • 9f754fb80b Corrected Travis CI error for issue 500 #507 Mera-Gangapersaud 2018-09-24 18:18:31 -0400
  • 1dbcaa69ac commit Shreena Athia 2018-09-28 14:00:58 -0400
  • 773b3e2d21 Added space #468 mphan6 2018-09-28 13:50:26 -0400
  • 8ac7c7dfb0 Unit tests for mkdtemp method added (issue #394) Alexei Kozachenko 2018-09-28 12:01:23 -0400
  • 9efafc248d fixing whitespaces #509 Nick Skuybeda 2018-09-28 09:46:36 -0400
  • 487ed8c47b fix issue 392- corrected promise scheduling with chaining #416 michael-overall 2018-09-28 09:13:32 -0400
  • 4eec7b8758 done #536 Xiaochen Wang 2018-09-28 04:44:11 -0400
  • 4e661dd76a fixed typo #488 Yuecheng Wu 2018-09-28 00:30:23 -0400
  • 57bcf72209 Added mkdtemp method description to readme Alexei Kozachenko 2018-09-28 00:05:44 -0400
  • f8f2a27046
    Update README.md Adam 2018-09-27 22:53:15 -0400
  • 04826f6725 Added tests for symlink using promises api Pooch11 2018-09-27 22:28:48 -0400
  • 108151c899
    Refactor numeric type validation #533 Sean Prashad 2018-09-27 21:56:39 -0400
  • b5d73bd79a fixed style nit #519 Ruihui Yan 2018-09-27 21:30:22 -0400
  • 68df2177c2 Added a newline to the end of the file Susan Truong 2018-09-27 18:12:48 -0400
  • 1136553f97 Make changes to `fsPromises.unlink()` to be more promise-friendly Susan Truong 2018-09-27 17:28:38 -0400
  • c795aad6de
    Fixes #499: Update functionality for fs.truncate Sean Prashad 2018-09-27 14:47:01 -0400
  • 664375354a cleaned up a catch brett 2018-09-27 11:30:44 -0400
  • a59e33f616
    Update fs.rmdir.spec.js #510 Thanh Nguyen 2018-09-27 10:54:35 -0400
  • cfd8df309b add newline to end of file #526 dleung25 2018-09-27 00:40:24 -0400
  • a174241828 Fix #469 #532 sjmathew 2018-09-26 22:19:46 -0400
  • d870b7fa51 Modified read test for non-existent file to act more similar to earlier tests CometS1 2018-09-26 22:09:30 -0400
  • 98611f4d76 remove random spaces added in commit 5abefb6c6a michael-overall 2018-09-26 20:50:42 -0400
  • 110b65968f fix arrow function instead of function expression Minying Chen 2018-09-26 19:55:36 -0400
  • ae40f3cf77
    Delete fs.open.spec.js #531 zdong11 2018-09-26 18:15:36 -0400
  • 21cecadf7f Issue#512 ZHIBO DONG 2018-09-26 18:14:51 -0400
  • 89fa36a1de Issue#531 ZHIBO DONG 2018-09-26 18:14:04 -0400
  • 87d32de3e4 first commid ZHIBO DONG 2018-09-26 17:55:56 -0400
  • 99a3c6df9f Fix #419: Add test for fsPromises.open() when the path does not exist Stephen Truong 2018-09-26 17:51:14 -0400
  • 97d840cb13 first commid ZHIBO DONG 2018-09-26 17:48:28 -0400