Commit Graph

56 Commits

Author SHA1 Message Date
Ali Al Dallal 5a75de1881 Fix bower can't run in some OS 2014-09-12 15:03:29 -04:00
Alan K 5dfebed4c7 v0.0.28 2014-09-09 15:05:10 -04:00
Ali Al Dallal adf039943d Remove wget to make Filer work in node.js 2014-09-09 09:30:03 -04:00
Alan K 4126321996 remove zip/unzip from shell 2014-09-02 15:48:54 -04:00
Alan K 3134c0be46 v0.0.27 2014-08-22 12:35:13 -04:00
Alan K 27a5e6ee26 v0.0.26 2014-08-20 15:57:09 -04:00
Alan K e01e422fe9 v0.0.25 2014-08-20 14:48:40 -04:00
Alan K d11e84d268 v0.0.24 2014-08-18 14:40:44 -04:00
Alan K 3e9b77a37a v0.0.23 2014-08-18 11:31:56 -04:00
Alan K 270d705f12 v0.0.22 2014-08-17 01:56:03 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d55bf23f1b Initial work on #227 - improve storage efficiency of provider API 2014-08-16 16:22:41 -04:00
Alan K 4b01276c28 v0.0.21 2014-07-28 20:02:40 -04:00
Alan K 79e9008175 v0.0.20 2014-07-21 15:28:26 -04:00
Alan K 3ab2701ad9 v0.0.19 2014-07-16 17:15:42 -04:00
Alan K 9d93191672 v0.0.18 2014-07-16 17:14:11 -04:00
Alan K 2c005d0390 v0.0.17 2014-07-15 19:22:25 +02:00
Alan K 5b521675c4 v0.0.16 2014-07-15 15:26:58 +02:00
Alan K fc3380c6bb v0.0.15 2014-07-14 22:01:52 +02:00
Alan K 4811a8575a v0.0.14 2014-07-14 20:33:22 +02:00
Ali Al Dallal 3733704a15 Fix bower old version 2014-07-14 14:16:34 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 5c9ba07706 Test for Filer as AMD module use in require.js with Buffer, regression issue 225 2014-07-02 15:17:22 -04:00
Alan K 1abc0d4f86 v0.0.13 2014-06-25 13:54:32 -04:00
Alan K c3681d4db6 v0.0.12 2014-06-23 14:31:58 -04:00
Alan K 31b062152e v0.0.11 2014-06-10 14:53:04 -04:00
Alan K 550b5c6ea9 v0.0.10 2014-06-09 10:40:50 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 939d015e6d All tests passing, replaced zlib.js with jszip, upstream fixes to browser-request + jszip for Buffers 2014-06-06 21:29:09 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca c8dcd2d14a Switch to build-time check vs run-time for request module in browserify 2014-06-06 11:41:26 -04:00
Alan K cc74e26b09 v0.0.9 2014-05-28 16:00:10 -04:00
Alan K ce4fe0fa41 v0.0.8 2014-05-27 14:58:10 -04:00
Alan K 397aa46aa8 v0.0.7 2014-05-27 14:45:58 -04:00
David Humphrey 8fac316052 Merge pull request #3 from sedge/browserify
removed browser attribute from package.json r=@modeswitch
2014-05-27 14:30:36 -04:00
Kieran Sedgwick 95691f4e89 removed browser attribute from package.json 2014-05-27 14:27:29 -04:00
David Humphrey 10c3271faa Merge pull request #2 from sedge/browserify
Excluded the request module from browserify builds and updated CONTRIBUT...
2014-05-27 10:49:49 -04:00
Kieran Sedgwick 2c1ccdd9f1 Make browserify point to the correct Filer distribution when including filer in 3rd party browserify builds 2014-05-27 10:46:23 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 215e4c3f49 Remove grunt-mocha 2014-05-26 17:46:10 -04:00
Kieran Sedgwick 2d245a0b26 Removed unnecessary files 2014-05-26 16:51:42 -04:00
Kieran Sedgwick 9df84d1227 Retooled grunt release to use browserify instead of requirejs 2014-05-26 13:57:20 -04:00
Kieran Sedgwick 4efa4a91f3 Review fixes from PR #195 2014-05-26 12:31:34 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 375719b49b Refactor module system from AMD to CommonJS 2014-05-23 14:14:06 -04:00
Kieran Sedgwick 9f33d8503e Swapped out XMLHttpRequest for a custom module
We made a module to encapsulate the logic that chooses the nodejs or browser dependency that actually downloads a file when the module is used.
2014-05-22 23:04:08 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 2d6b4644df Make it possible to run node tests from npm/grunt 2014-05-22 23:04:08 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca c18660a2ed Initial work on getting tests to run, some working 2014-05-22 23:04:07 -04:00
Kieran Sedgwick 3cbc0d2440 Grunt automation of build/tag/publish
Filer's build process was a multi-step process, and grunt is powerful enough to automate it. Now we have :)
2014-05-20 16:48:45 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 3e11408f44 Fix failing travis/phantomjs tests by adding testing web server--run npm install 2014-05-14 13:24:54 -04:00
Alan Kligman 071ed31100 rebuild and bump version 2014-03-08 16:07:19 -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
Alan Kligman ed206d68d8 Bump version. Rebuild artifacts. 2014-02-19 12:59:03 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d2f743511e Turn on jshint and mocha/phantomjs tests with TravisCI. Fixes #48. 2014-02-17 11:28:40 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 4812861dcf Refactor tests: switch to Mocha, make providers and filer source configurable. Fixes #59
Make provider configurable via URL. Convert fs.close test to use it. Still have timing issue with WebSQL.

Indent fix

Use bower to install mocha

Converting to mocha, Memory provider failing still in fs.close

Got mocha tests working with all providers

Converted more tests

Move more tests over to mocha

Move more tests over

Move more tests over

More tests moved over

More tests converted

More tests moved over

Move more tests over

Move last tests over

Convert more tests

Remove Jasmine and other unnecessary test files, rename tests/spec/regression to tests/bugs

Get tests running with grunt+mocha+phantomjs

Add docs on new tests
2014-02-14 15:44:57 -05:00
David Humphrey 6f61249e81 Remove 3DES and Rabbit from encryption adapters, update docs, tests. Fixes #92 2014-01-16 14:46:33 -05:00