David Humphrey (:humph) david.humphrey@senecacollege.ca
|
96836f355c
|
Most things passing for change events now, ported node.js watch tests
|
2014-03-07 11:54:14 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
683c548f73
|
Promote bower to deps vs. devDeps in package.json for EventEmitter2
|
2014-03-06 22:31:35 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
a365144e97
|
First passing tests for fs.watch(), use EventEmitter2 via bower
|
2014-03-06 22:27:10 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
799a7ae4b1
|
Add intercom.js functionality for inter-window event broadcast
|
2014-03-06 19:56:49 -05:00 |
Alan Kligman
|
bb9c34e5b3
|
Revert "Merge pull request #113 from kwkofler/issue#112"
This reverts commit bfba8c3546 , reversing
changes made to f079eaa7dd .
|
2014-03-06 11:35:53 -05:00 |
Alan K
|
bfba8c3546
|
Merge pull request #113 from kwkofler/issue#112
Resolves issue #112, though isBlockDevice(), isCharacterDevice(), isFIFO...
|
2014-03-06 09:52:40 -05:00 |
Alan K
|
f079eaa7dd
|
Merge pull request #134 from pbouianov/issue125
Updated error object to match Node.js. Solves issue #125.
|
2014-03-05 22:39:02 -05:00 |
Alan K
|
567145052c
|
Merge pull request #138 from humphd/test-timeouts
Increase the test timeout threshold from 2s to 5s
|
2014-03-05 22:24:27 -05:00 |
Alan K
|
27262cdb67
|
Merge pull request #137 from humphd/issue2
Update atime, ctime, mtime on fs operations. Fixes #2
|
2014-03-05 22:23:46 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
31ef56ff8e
|
Increase the test timeout threshold from 2s to 5s (for longer db operations), with a slow test warning of 250ms
|
2014-03-05 22:02:05 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
72e527dfab
|
Add tests for time mount flag suppression (NOMTIME, NOCTIME)
|
2014-03-05 21:41:45 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
5438d8c97b
|
Fix mount flags per review and also write docs
|
2014-03-05 20:03:27 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
f580f40016
|
Tests for ctime, mtime, atime updates
|
2014-03-05 19:53:21 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
b95ac40e65
|
Switch to NOATIME for Filer and mirror ctime to atime.
|
2014-03-05 17:00:54 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
8c743bb95a
|
Fix remaining test failures
|
2014-03-05 16:27:12 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
61111da85d
|
Finish atime, ctime, mtime updates for fs operations, fix tests
|
2014-03-05 15:57:28 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
1fdd9ac476
|
Initial work refactoring updates to node times
|
2014-03-05 15:57:28 -05:00 |
David Humphrey
|
d725157837
|
Merge pull request #135 from pbouianov/issue128
Changed IndexedDB provider to use RW context if RO is requested. Fixes issue #128
|
2014-03-05 15:28:53 -05:00 |
pbouianov
|
fe9b94d4ec
|
Changed IndexedDB provider to use RW context if RO is requested. Fixes issue #128
|
2014-03-05 14:45:59 -05:00 |
pbouianov
|
c5ed7d4a55
|
Updated tests already checking error name
|
2014-03-05 14:28:31 -05:00 |
pbouianov
|
bf9ff3ab3a
|
Updated error object to match Node.js. Solves issue #125.
|
2014-03-05 13:22:23 -05:00 |
Alan K
|
3c9c344011
|
Merge pull request #131 from humphd/issue103
Change fs.utime test to remove constant times, prefering calculated duration. Fixes #103
|
2014-03-04 16:33:23 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
f10b86b644
|
Change fs.utime test to remove constant times, prefering calculated duration. Fixes #103
|
2014-03-04 15:30:46 -05:00 |
Alan K
|
503a2d2aca
|
Merge pull request #130 from humphd/websql-fixes
Fix WebSQL provider to properly deal with typed arrays, 100% of tests passing now on WebKit with WebSQL
|
2014-03-04 14:34:22 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
32a5cfe584
|
Review fixes
|
2014-03-04 14:32:33 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
da5e1b2b57
|
Fix WebSQL provider to properly deal with typed arrays, 100% of tests passing now on WebKit with WebSQL
|
2014-03-04 13:37:37 -05:00 |
Alan K
|
6552683b15
|
Merge pull request #129 from humphd/issue127
Deal with provider.open edge case in new provider-agnostic tests. Fixes issue #127
|
2014-03-03 23:14:29 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
23a9861e82
|
Deal with provider.open edge case in new provider-agnostic tests. Fixes issue #127.
|
2014-03-03 19:11:31 -05:00 |
kwkofler
|
0ce4d192fa
|
Missing semi-colons added
|
2014-03-03 18:54:02 -05:00 |
kwkofler
|
866d8c1876
|
Issue #112 - Added mode reporting functions to the Stats object prototype, and appropriate tests
|
2014-03-03 18:54:01 -05:00 |
kwkofler
|
1dc325556a
|
Resolves issue #112, though isBlockDevice(), isCharacterDevice(), isFIFO(), and isSocket() currently lack constants, hence return false.
|
2014-03-03 18:54:01 -05:00 |
Alan Kligman
|
7d6bd98a31
|
Merge branch 'develop' of github.com:js-platform/filer into develop
Updated null-bytes test to have absolute paths
Conflicts:
dist/filer.js
dist/filer.min.js
|
2014-02-21 12:51:59 -05:00 |
Alan Kligman
|
7fce631ad7
|
add error for relative paths
|
2014-02-21 12:39:33 -05:00 |
Alan K
|
8b0a2d6bec
|
Update README.md
|
2014-02-21 10:25:08 -05:00 |
Alan K
|
7c68444aa1
|
Merge pull request #111 from pbouianov/issue91
added fs.exists support
|
2014-02-21 10:23:51 -05:00 |
pbouianov
|
0c30d6dd18
|
Added fs.exists support. Fixes Issue91
|
2014-02-21 06:56:14 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
c87f250c1e
|
Update dist/ with newest filer
|
2014-02-20 18:27:53 -05:00 |
Alan K
|
b6b4ac8fec
|
Merge pull request #120 from humphd/issue119
Default provider for tests should be indexeddb. Fixes #119
|
2014-02-19 18:22:43 -05:00 |
Alan K
|
bf0354fe78
|
Merge pull request #114 from humphd/issue98
[WIP] Initial work on FileSystemShell and fs.Shell(), fixes #98
|
2014-02-19 18:20:54 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
64a52b7d00
|
Share code from lib/async.js instead of inlining nextTick in Memory provider
|
2014-02-19 17:55:56 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
715f56b478
|
Default provider for tests should be indexeddb. Fixes #119
|
2014-02-19 17:47:14 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
a7a1f4b82e
|
Change sh.exec to take a list vs. object for passed args
|
2014-02-19 17:36:26 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
eadd4ec03c
|
Review fixes
|
2014-02-19 17:29:11 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
8eac72b9d0
|
More README fixes
|
2014-02-19 15:33:37 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
80300fc92d
|
More Readme fixes
|
2014-02-19 15:33:37 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
4308e2d9ca
|
Readme fixes
|
2014-02-19 15:33:37 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
dd87117ff8
|
Update docs for shell changes
|
2014-02-19 15:33:37 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
21f5d15f51
|
Add support for shell.env, PWD, TMP, and tempDir, with tests
|
2014-02-19 15:33:37 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
83c55308dc
|
Add shell.rm() with tests
|
2014-02-19 15:33:37 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
e4767019cc
|
Add shell.ls() with tests
|
2014-02-19 15:33:37 -05:00 |