Alan K
|
8d55a5ebe9
|
Merge pull request #161 from humphd/issue143
Fix Issue #143
|
2014-03-28 14:56:59 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
11127dfe94
|
Remove dead code
|
2014-03-18 16:47:04 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
bf22cad14d
|
Move shell.js and environment.js to shell/
|
2014-03-18 16:41:31 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
a28feae506
|
Fix failing tests for src/filesystem/* issues, all tests pass now
|
2014-03-18 16:34:47 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
b73678c5c0
|
Remove duplicate decls across filesystem/*
|
2014-03-18 14:31:38 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
87fd1465f7
|
Dump fs.js
|
2014-03-18 14:16:39 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
2418b4a634
|
Split up fs.js
|
2014-03-18 14:16:12 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
8dcc38de82
|
Start refactoring of fs.js
|
2014-03-18 12:29:20 -04:00 |
Alan K
|
70aaf613ed
|
Merge pull request #160 from humphd/issue153
Fix issue #153, add browser compatibility matrix
|
2014-03-18 09:12:46 -07:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
e7c6b4f105
|
Fix issue #153, add browser compatibility matrix
|
2014-03-18 11:10:43 -04:00 |
Alan K
|
5c5c4a6070
|
Merge pull request #155 from humphd/node-error-support
Node error support
|
2014-03-16 22:55:20 -07:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
cf29eef1ef
|
Rebase and fix failing tests in mkdirp
|
2014-03-16 11:47:55 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
be9e0b50a8
|
Generate errors instead of hard-coding, with tests
|
2014-03-16 11:36:15 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
fe7ec79f83
|
Refactor errors code, fix to better match node
|
2014-03-16 11:36:15 -04:00 |
Alan K
|
8945514285
|
Merge pull request #152 from pbouianov/issue126
Added shell.mkdirp. Fixes issue #126.
|
2014-03-14 11:41:39 -04:00 |
Petr Bouianov
|
6faabdb937
|
Added shell.mkdirp. Fixes issue #126.
|
2014-03-13 23:03:29 -05:00 |
Alan K
|
9052b285c3
|
Merge pull request #150 from humphd/brackets-needs
Fix EventEmitter to match that expected by Intercom
|
2014-03-12 17:05:35 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
4a0ffb5f5a
|
Fix EventEmitter to match that expected by Intercom
|
2014-03-12 16:49:20 -04:00 |
Alan K
|
b825772fdd
|
Merge pull request #148 from humphd/issue147
Expose errors on Filer.Errors, refactor how they get used internally, add docs
|
2014-03-10 15:57:44 -04:00 |
David Humphrey
|
ef40ff7d68
|
Expose errors on Filer.Errors, refactor how they get used internally, add docs
|
2014-03-10 14:28:22 -04:00 |
Alan K
|
df62725977
|
Update README.md
Add absolute path to CONTRIBUTING.md so that the project page has the right link when README.md is imported.
|
2014-03-08 20:41:32 -05:00 |
Alan Kligman
|
071ed31100
|
rebuild and bump version
|
2014-03-08 16:07:19 -05:00 |
Alan K
|
0cfb29eaec
|
Merge pull request #140 from humphd/issue132
Support fs.watch(), FSWatcher. Fixes #132
|
2014-03-08 16:04:15 -05:00 |
Alan K
|
f412c65846
|
Merge pull request #141 from kwkofler/issue#112
Issue #112 - Stats methods
|
2014-03-08 15:52:33 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
edfcbddb4a
|
s/this/fs/ in callback.apply(fs, arguments) for each complete() call
|
2014-03-08 15:51:42 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
2f7a9d8e35
|
Review fixes: add context.close(), move intercom broadcast into fs
|
2014-03-08 15:47:33 -05:00 |
kwkofler
|
3bc9b29957
|
Removed unnecessary curly braces
|
2014-03-08 14:14:24 -05:00 |
kwkofler
|
bbdc972011
|
README formatting issues remedied
|
2014-03-08 14:12:47 -05:00 |
kwkofler
|
4ff7c7d7cb
|
Fixed README issues, and fixed misuse of expect() syntax.
|
2014-03-08 13:53:53 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
98b40c5045
|
Review fixes
|
2014-03-07 20:21:10 -05:00 |
kwkofler
|
c975c2e3e6
|
Rebase conflict resolution removed two methods accidentally, replaced them
|
2014-03-07 18:59:30 -05:00 |
kwkofler
|
880f70d3de
|
Merge remote-tracking branch 'upstream/develop' into issue#112
Conflicts:
src/fs.js
tests/test-manifest.js
|
2014-03-07 18:47:32 -05:00 |
kwkofler
|
526f2d0934
|
Renamed Stats to stats
|
2014-03-07 18:39:38 -05:00 |
kwkofler
|
7c14af9668
|
Fixed Stats prototypes, created full Mocha test suite
|
2014-03-07 18:10:02 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
b3c5524e26
|
README fixes
|
2014-03-07 15:24:58 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
2f17d82126
|
Add fs.watch() docs
|
2014-03-07 15:22:06 -05:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
eff4d9b5fc
|
Deal with failing tests for rename, and do a better cleanup job in watcher.close()
|
2014-03-07 13:46:54 -05:00 |
kwkofler
|
0fb099d6c8
|
Renamed test suite, started rewriting for mocha.
|
2014-03-07 13:06:11 -05:00 |
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 |