Commit Graph

  • 67ea230e07 Added/fixed mkdtemp method (issue 441) Alexei Kozachenko 2018-09-22 23:45:20 -0400
  • ec2b56893e Added/fixed mkdtemp method (issue 441) Alexei Kozachenko 2018-09-22 23:40:13 -0400
  • b506dceda8 Added/fixed mkdtemp method (issue 441) Alexei Kozachenko 2018-09-22 23:37:11 -0400
  • 7bd59aa6f5 Fix #419: Add test for fsPromises.open() when the path does not exist Stephen T 2018-09-22 22:43:18 -0400
  • 0b86b31788 commit #464 Mark Krutik 2018-09-22 21:54:57 -0400
  • 7b71fe091f Added fsPromises.link() tests Dragomegak 2018-09-22 21:49:44 -0400
  • 1e70186a7f commit Mark Krutik 2018-09-22 21:21:22 -0400
  • fe9ff16d78 implemented suggestions jagmeetb 2018-09-22 21:14:37 -0400
  • 18f76618a7 Fix issue-426: Add the test for fsPromises.readdir when the path exists, and is a directory #452 Yeonwoo Park 2018-09-22 19:09:38 -0400
  • b640c8d243 Fixed the fs.read() example in doc. The error checking statements were using the wrong variable name #449 coreyjjames 2018-09-22 16:56:59 -0400
  • 6713afe990 Fix issue-447: Added test to append numbers in fs.appendFile function #448 PopeSpaceous 2018-09-22 16:38:14 -0400
  • 46ce8095c8 working so far brett 2018-09-22 14:08:53 -0400
  • d7e00874ee removed .catch statement from promise and fixed style issues #432 rdittrich97 2018-09-22 12:50:31 -0400
  • 79953c681c removed .catch statement from promise and fixed style issues rdittrich97 2018-09-22 12:49:42 -0400
  • 37da7097b0 Added mkdtemp method (issue #441) Alexei Kozachenko 2018-09-22 12:12:20 -0400
  • e73099ce1a Fix #428:problem with using stat and lstat #440 Minying Chen 2018-09-21 21:33:59 -0400
  • a7744d4830 add newline at end jagmeetb 2018-09-21 20:40:06 -0400
  • e97a5b898c fix #431 jagmeetb 2018-09-21 20:35:22 -0400
  • ef72b3d77c Made changes to `fsPromises.readdir` to be more promise-friendly #409 jespiritu 2018-09-21 17:48:06 -0400
  • a9d1df714d Fix #435: add a test for fsPromise.unlink() to delete a file that does not exist Susan Truong 2018-09-21 17:17:12 -0400
  • 87de4697fd made tests more promise freindly rdittrich97 2018-09-21 16:17:01 -0400
  • d9ea2fe463 applied some style changes and test changes as per @rdittrich97 suggestions U-NOTE3\y2s19 2018-09-21 16:09:21 -0400
  • 9777dc5530 made tests more promise-friendly U-NOTE3\y2s19 2018-09-21 15:01:11 -0400
  • 26293fabe5 commit Mark Krutik 2018-09-21 14:54:37 -0400
  • 4a3b54fe72 fixed lint issues rdittrich97 2018-09-21 13:46:50 -0400
  • f0b4356b6a restored package lock rdittrich97 2018-09-21 13:09:32 -0400
  • dd7560ac4e
    Merge c5628d8ab3 into fd3de6be2c #430 rdittrich97 2018-09-21 16:56:43 +0000
  • 51530197f0 fixed indentation and also fixed a catch statement to allow all code to be reachable U-NOTE3\y2s19 2018-09-21 09:05:09 -0400
  • a32cdf6889 implemented test to check the return type to be a Promise in fs.promises.read U-NOTE3\y2s19 2018-09-21 08:55:54 -0400
  • 24d4009122 implemented directory read failure test for fs.promises.read U-NOTE3\y2s19 2018-09-21 08:30:37 -0400
  • 95beb297f5 implemented test on file position update for fs.promises.read U-NOTE3\y2s19 2018-09-21 08:18:37 -0400
  • 105b9fa5ff simplified the 2nd fs.promises.read test U-NOTE3\y2s19 2018-09-21 07:53:41 -0400
  • 6bdf590551 should return an error if path does not exist Minying Chen 2018-09-21 00:48:56 -0400
  • c5628d8ab3 added promise support to fs.stat #430 rdittrich97 2018-09-20 22:16:08 -0400
  • 839ba0d73a implemented first two tests of fs.promises.read U-NOTE3\y2s19 2018-09-20 22:15:37 -0400
  • e3a2187a54 Add a mkdir test that uses promises as well #479 David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-20 18:47:46 -0400
  • 07eb047213 Add tests for mkdir with {recursive:true|false} David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-20 18:23:27 -0400
  • 84c5433a28 Update docs in README to reflect changes to mkdir, mkdirp. Also remove outdated reference to chmod/chown not existing. David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-20 18:11:50 -0400
  • f4231dd64f Rewrite sh.mkdirp in terms of fs.mkdir David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-20 18:02:08 -0400
  • 4437fb1f70 test added brett 2018-09-20 15:10:03 -0400
  • a1e73febc1 fix issue#392-- add test for promises.rename() to rename existing file michael-overall 2018-09-19 23:46:48 -0400
  • 133441a092 Added initial work on mkdirp, all old tests passings David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-19 18:47:43 -0400
  • 3ee97f9920 fix indentation #413 azou1 2018-09-19 17:37:20 -0400
  • 498e76cf9d issue-410 test fs.rename() errors when file/directory to rename doesnt exist azou1 2018-09-19 17:22:51 -0400
  • 50ece50504 a azou1 2018-09-19 17:20:54 -0400
  • 3aedddcb21 a azou1 2018-09-19 17:18:54 -0400
  • 8aa9140112 issue 410 test fs.rename() errors if directory or file to rename doesnt exist azou1 2018-09-19 17:11:42 -0400
  • f2ff999f8a issue 410 added test for fs.rename() file or directory that doesnt exist azou1 2018-09-19 17:08:48 -0400
  • 3170aff011 Added test to write data to a file using the Promise API Dilan Guneratne 2018-09-19 16:21:49 -0400
  • 4df3d4994b Fix Issue #400 - add test for passing file to fs.promise.readdir() Jeffrey Espiritu 2018-09-18 23:27:41 -0400
  • 9ceae9b761 fix missing semicolon 113:26 Pynnl 2018-09-18 21:02:05 -0400
  • 0337f79fe0 fix new line at the end Pynnl 2018-09-18 20:42:49 -0400
  • d07080c75c test non exist path for promise Pynnl 2018-09-18 20:40:07 -0400
  • 46a9ded69d Fix issue #398 - Add testing for promises to all test cases in fs.writeFile-readFile.spec.js file Alexander Ponomaroff 2018-09-18 15:08:59 -0400
  • 811e90842a Fix issue #398 - Add testing for promises to all test cases in fs.writeFile-readFile.spec.js file Alexander Ponomaroff 2018-09-18 13:54:35 -0400
  • 24b9dc7b45 Fix Issue #399 - added test cases for appendFile with promises #401 Josh Mayers 2018-09-18 13:52:24 -0400
  • 26a6699a43
    Merge ad42a0d6ba into 353290a08f #397 Dilan Guneratne 2018-09-18 03:25:16 +0000
  • ad42a0d6ba #387 Added unit test for writing data using the Promise API #397 Dilan Guneratne 2018-09-17 23:19:55 -0400
  • 5e4de6b698 Fix #393: add test for truncate with length undefined #395 David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-17 18:30:09 -0400
  • 47481547e1
    Merge ebe44a3cae into fd3de6be2c #390 David Humphrey 2018-09-17 19:11:41 +0000
  • ebe44a3cae Fix Issue #389 - add test for truncate with undefined length #390 David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-09-17 15:04:58 -0400
  • 67958ea666 readme dummy changes Pooch11 2018-09-17 14:37:28 -0400
  • fd3de6be2c Update karma dev dependency 0xazure 2018-09-12 21:35:13 -0400
  • 36aba8a88a Update karma dev dependency #385 0xazure 2018-09-12 21:35:13 -0400
  • 353290a08f Adding support for promises. Closes #379, #382 (#380) develop Dmytro 2018-08-27 19:50:41 -0400
  • 6721077d21 removing redundant code. #380 Dmytro 2018-08-27 16:15:30 -0400
  • b2050bc137 fixing docs Dmytro 2018-08-27 11:15:19 -0400
  • d4a9af6034 adding docs Dmytro 2018-08-26 16:36:57 -0400
  • b5f013c296 deprecating 'exists' method on fs Dmytro 2018-08-23 13:12:07 -0400
  • c589ab4f2e promisifying shell Dmytro 2018-08-23 13:09:12 -0400
  • 8d79984c9a fixing promisify dep Dmytro 2018-08-22 23:46:51 -0400
  • 53655e3e43 adding promise-based filedescriptor Dmytro 2018-08-22 13:25:45 -0400
  • de45918cbc
    Merge pull request #378 from humphd/karma Alan K 2018-08-21 14:54:48 -0400
  • 53f5b0c50b Fix script names in package.json #378 David Humphrey 2018-07-27 11:23:27 -0400
  • 7798b1cb87 Fix lint issues in implementation.js David Humphrey 2018-07-27 11:23:06 -0400
  • 0da0e60194 Fix lint issues in interface.js David Humphrey 2018-07-27 11:17:45 -0400
  • dc8fa4cb96 Fix lint issues in node.js David Humphrey 2018-07-27 11:17:03 -0400
  • 3a44c1756a Fix lint issues in src/path.js David Humphrey 2018-07-27 11:16:30 -0400
  • 8d553b78e0 Fix lint issues in indexeddb.js provider David Humphrey 2018-07-27 11:14:08 -0400
  • b92151cdc5 Fix lint issues in websql.js provider David Humphrey 2018-07-27 11:13:40 -0400
  • bcf4d9834a Don't build source map for karma test bundle David Humphrey 2018-07-27 11:12:25 -0400
  • ed11b01234 Fix lint issues in shell.js David Humphrey 2018-07-27 11:12:06 -0400
  • 0980ec4608 Fix lint issues in issue258.js David Humphrey 2018-07-27 11:09:45 -0400
  • a31044cc8d Fix lint issues in issue267.js David Humphrey 2018-07-27 11:08:40 -0400
  • 454d5bc801 Fix lint issues in ls-depth-bug.js David Humphrey 2018-07-27 11:07:17 -0400
  • d41885e9d0 Fix lint issue in tests/lib/indexeddb.js David Humphrey 2018-07-27 11:03:43 -0400
  • 0e00af661a Fix lint issues in fs.appendFile.spec.js David Humphrey 2018-07-27 11:02:42 -0400
  • f89b616fdc Fix issues in fs.chmod.spec.js David Humphrey 2018-07-27 11:01:47 -0400
  • cbcddee3be Fix lint issues in fs.chown.spec.js David Humphrey 2018-07-27 11:01:26 -0400
  • 1a738dd2bb Fix lint issues in fs.close.spec.js, fs.link.spec.js David Humphrey 2018-07-27 11:00:48 -0400
  • 9e08d96c96 Fix lint issues in fs.lstat.spec.js David Humphrey 2018-07-27 10:44:42 -0400
  • 980d5d0917 Fix lint issues in fs.lseek.spec.js David Humphrey 2018-07-27 10:43:51 -0400
  • a8e373e4b9 Fix lint issues in fs.mknod.spec.js David Humphrey 2018-07-27 10:39:34 -0400
  • 86e57d60db Fix lint issues in fs.open.spec.js David Humphrey 2018-07-27 10:38:44 -0400
  • 054094c852 Fix lint issues in fs.read.spec.js, fix test failure in fs.stats.spec.js David Humphrey 2018-07-27 10:37:45 -0400
  • cafff52c3a Fix lint issues in fs.rename.spec.js David Humphrey 2018-07-27 10:34:21 -0400
  • 1c7b40c895 Fix lint issues in fs.stats.spec.js David Humphrey 2018-07-26 18:17:05 -0400
  • 7258a2913e Fix lint issues in fs.truncate.spec.js David Humphrey 2018-07-26 18:07:50 -0400
  • bb8743eda1 Fix lint issues in fs.unlink.spec.js David Humphrey 2018-07-26 18:02:16 -0400
  • 94e6a98cb8 Fix lint issues in fs.utimes.spec.js David Humphrey 2018-07-26 18:01:21 -0400