mongopatch
mongopatch copied to clipboard
MongoDB patching tool
Bumps [bson](https://github.com/mongodb/js-bson) from 0.5.5 to 1.1.4. Release notes Sourced from bson's releases. v1.1.4 The MongoDB Node.js team is pleased to announce version 1.1.4 of the bson module! This patch release...
Beautifool tool, but few small errors at the very end. Cannot read property 'percentage' of undefined Cannot read property 'time' of undefined etc. And efter everything is fixed, cursor remains...
The `_mongopatch_tmp` collection keeps growing on the disk, even though it doesn't contain any documents. MongoDB doesn't reclaim the disk space when documents are deleted. Possible solutions, make the collection...
Add global expect (from chai) so it can be used in patch.after
When something is going wrong during patch, and error is not returned by callback, than i can't see `before` and `after` documents in error message, or at least `before` document....
It would be nice to have the possibility to specify a required module that always will be loaded before a patch. It could be implemented like in mocha where the...