vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

Last-Modified-Since support; prevent upsert tests from crashing #109

Closed edemaine closed 8 years ago

edemaine commented 8 years ago

As requested by https://github.com/vsivsi/meteor-file-collection/issues/108#issuecomment-217681927

Unrelated: Running as a regular user on Windows, two upsert tests were failing because of inability to write to C:\tmp, but in such a way that they'd bring the whole server down. I modified those tests to not crash the server, so that they correctly complain about the test failing (and pointing to the directory being written to).

vsivsi commented 8 years ago

I've merged all of these changes into the dev branch.

vsivsi commented 8 years ago

This was just released in v1.3.5

edemaine commented 8 years ago

Thanks! FYI, tested in a production server, and it works well.

vsivsi commented 8 years ago

Glad to hear, thanks again for the new functionality!