Commit Graph

428 Commits

Author SHA1 Message Date
Alan K 550b5c6ea9 v0.0.10 2014-06-09 10:40:50 -04:00
Alan K 5cc39b1964 Merge pull request #222 from humphd/buffer
WIP - moving to Buffer internally from Uint8Array, not passing all tests yet
2014-06-09 10:43:03 -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
David Humphrey (:humph) david.humphrey@senecacollege.ca fa65a34905 Get Buffer use fixed, expose Buffer via Filer.Buffer, most tests passing. 2014-06-06 11:14:52 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 1914f7a52b WIP - moving to Buffer internally from Uint8Array, not passing all tests yet. 2014-06-04 15:52:08 -04:00
David Humphrey b51957ea77 Merge pull request #219 from gideonthomas/addAuthors
Add author Gideon Thomas to AUTHORS
2014-05-31 17:00:47 -04:00
gideonthomas 0144958da7 Add author Gideon Thomas to AUTHORS 2014-05-31 13:26:23 -04:00
Alan K 0d60f45be9 Merge pull request #216 from sedge/issue-204
Closes #204 - Move network.js
2014-05-29 15:56:47 -04:00
Kieran Sedgwick bb23e902d2 Closes #204 - Move network.js
The network module (network.js) logically fits better in /shell since it's the only part of filer that uses it.
2014-05-29 13:00:20 -04:00
Alan K d0418fa0d3 Merge pull request #213 from sedge/issue-193
Deleted lib/debug.js
2014-05-29 11:29:47 -04:00
Kieran Sedgwick 0b8e52e265 Deleted lib/debug.js
No need to keep files we don't use!
2014-05-29 11:18:42 -04:00
Alan K cc74e26b09 v0.0.9 2014-05-28 16:00:10 -04:00
Kieran Sedgwick 2dfc0db153 Merge pull request #210 from sedge/standalone
Added standalone option to Filer's browserify build step
2014-05-28 15:38:30 -04:00
Kieran Sedgwick 73b6379449 Added standalone option to Filer's browserify build step 2014-05-28 14:50:19 -04:00
Alan K e7e44bb921 Update AUTHORS 2014-05-27 19:59:20 -04:00
Alan K 38927c2d3b Merge pull request #206 from sedge/authorBump
Added myself to the Authors list
2014-05-27 19:58:27 -04:00
Kieran Sedgwick 432194c2f7 Added myself to the Authors list 2014-05-27 16:24:33 -04:00
Alan K ce4fe0fa41 v0.0.8 2014-05-27 14:58:10 -04:00
Alan K 9811403d3c fix port blocking 2014-05-27 14:57:46 -04:00
Alan K 405e8b3ea3 fix release & test-node targets 2014-05-27 14:51:55 -04:00
Alan K 808735918e Allow publishing from dirty working copy. 2014-05-27 14:47:52 -04:00
Alan K 397aa46aa8 v0.0.7 2014-05-27 14:45:58 -04:00
Alan K 5d194aa4ee Adding build output. 2014-05-27 14:44:30 -04:00
Alan K c9a968b009 Merge pull request #198 from humphd/browserify
Fixes #56
2014-05-27 14:35:56 -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 6353732403 Removed require-config.js 2014-05-27 14:29:11 -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 a8397c5057 corrected CONTRIBUTING.md 2014-05-27 10:47:47 -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
Kieran Sedgwick baf593ee82 Excluded the request module from browserify builds and updated CONTRIBUTING.md 2014-05-27 10:32:41 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 747dadb1c3 Remove grunt-mocha from gruntfile too 2014-05-26 19:20:42 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 215e4c3f49 Remove grunt-mocha 2014-05-26 17:46:10 -04:00
David Humphrey 20fffd830a Merge pull request #1 from sedge/browserify
Nodejs Filer compat
2014-05-26 17:42:27 -04:00
Kieran Sedgwick ad64ac1b75 Moah fixes 2014-05-26 17:41:17 -04:00
Kieran Sedgwick 823232fc67 Review fixes 2014-05-26 17:35:41 -04:00
Kieran Sedgwick a4c0874668 Browserify test suite
Our tests run in the browser and on node! Switching to browserify made this necessary.
2014-05-26 16:51:42 -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 f0ac6ed32a Fix Zlib export 2014-05-23 17:07:23 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 930e5ce2e3 Fix some failing tests 2014-05-23 17:01:57 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 4ab41c4aea Get tests to run 2014-05-23 16:53:50 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 38627f95d6 Rework tests for node 2014-05-23 14:54:59 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d9ed65602a Remove adapters (src, tests, docs), fix providers for node 2014-05-23 14:36:23 -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 2d5b01719a Make requirejs crash loudly during tests
If requirejs hit a source file it didn't like, it would crash. However, preloaded tests would continue and getting a passing grade on travis-ci (exit code 0).
2014-05-22 23:26:19 -04:00
Kieran Sedgwick 0bbaf5ff93 Added and fixed unit tests
Aside from testing our new module (network.js), we also had to add logic that would test Filer appropriately in both the node and browser environments.
2014-05-22 23:26:19 -04:00
Kieran Sedgwick 3ef2a4e07d Split the distribution of Filer into two files
The AMD-module system Filer uses can't handle require() calls that reference a node module. By creating two distributions we allow the node version to use a full implementation of RequireJS, which gracefully falls back to Node's require() when RequireJS can't find the module in its registered paths.
2014-05-22 23:04:08 -04:00