Commit Graph

174 Commits (8d628bfa6f031a5349dca0f1dc7c8b2f787c3d52)

Author SHA1 Message Date
Timothée Rebours 0e9e5c7f4d massive update of the JSDoc, rewrite of the model & storage modules to clarify 3 years ago
Timothée Rebours a2528ee45e jsdoc 3 years ago
Timothée Rebours ba65fbe9b6 Added tests for async version of datastore 3 years ago
Timothée Rebours 06dc91915c simplify executor 3 years ago
Timothée Rebours 42a7d45856 minor 3 years ago
Timothée Rebours 5a9899e9f4 use fs.promises instead of fs/promises 3 years ago
Timothée Rebours 4df151b203 WIP: simplify getCandidatesAsync and move async to devDependencies 3 years ago
Timothée Rebours 2c4589e108 WIP: async Cursor and fix async executor 3 years ago
Timothée Rebours 70229d3da5 WIP: ensureIndex 3 years ago
Timothée Rebours 4c5fc252c2 WIP: remove 3 years ago
Timothée Rebours a694d6ee14 WIP: rewrite executor 3 years ago
Timothée Rebours fbf2bd8d68 WIP: rewrite executor without async 3 years ago
Timothée Rebours 7f78b403ae WIP: use async functions from persistence module in datastore 3 years ago
Timothée Rebours 5f7bc1244d WIP: linting 3 years ago
Timothée Rebours f9e4c525e4 WIP instead of having one function that can handle both async and callback signatures, let's implement a new Async suite of functions, and use callbackify to shim the old interface 3 years ago
Timothée Rebours 5a4859c3ba WIP: Successfully replace a waterfall with native async/await 3 years ago
mehdi fcd1546220 add typings 3 years ago
mehdi 2230f6c1e4 jsdoc details + timeout 3 years ago
Timothée Rebours de162b0b16 stop using util 4 years ago
Timothée Rebours e8cba5273a cleanup code 4 years ago
Timothée Rebours 5c6561307d remove underscore 4 years ago
Timothée Rebours a4cd69f5c6 re-make the build process with webpack, swicth to Karma for the browser tests, bumps all dependencies except , remove bower.json, remove browser build from repo (will be published on npm though) 4 years ago
Timothée Rebours 185ae680b8 standard everything except browser-version 4 years ago
Louis Chatriot cadf4ef434 Updated browser tests 9 years ago
Louis Chatriot 4adf9c8491 Clean update callback signature and tests 9 years ago
Louis Chatriot 65cc00b6d4 createdAt kept during any kind of update 9 years ago
Louis Chatriot 7c25401f16 TTL indexes tested 9 years ago
Louis Chatriot 645d87504d getCandidates is now async 9 years ago
Louis Chatriot 65024439c6 Typo 9 years ago
Lukas Bestle 27b732ee9b Fix a bug with the new EventEmitter inheritance 9 years ago
Louis Chatriot 20eceff265 Created event compaction.done fired by datastore after a compaction operation is complete 9 years ago
Louis Chatriot cd80806d24 CCan specify custom string comparison function 9 years ago
Louis Chatriot 6ea34ee6ae Return updated docs tested 9 years ago
James M. Greene aefe40d0a5 Housekeeping! 9 years ago
Louis Chatriot 3daa3b9457 Bump version 9 years ago
Louis Chatriot 94f7caf0b8 Chmod 9 years ago
Louis Chatriot e77c4a84c6 Update function updates updatedAt field if necessary 9 years ago
Louis Chatriot 5afa535c0e Add timestamp if required during document insertion 9 years ago
Louis Chatriot 7b3f3c2868 Fixed side effect bug 9 years ago
Louis Chatriot ef8905adf0 createdAt timestamp 9 years ago
Louis Chatriot 51ef65be17 Can now prevent loading of the database if too much data is corrupt 10 years ago
Louis Chatriot 64e3f1cbce Serialization hooks well tested 10 years ago
Louis Chatriot 64aa1808a9 persistNewState uses the serialization hook 10 years ago
Louis Chatriot 20d4013f06 Fixed upsert issue with badly formatted update queries 10 years ago
Louis Chatriot 1e482a31b1 Fixed bad upsert behavior 10 years ago
Louis Chatriot bfca0c4799 Can now have an _id which is 0 10 years ago
Louis Chatriot d65e89fb82 Fixed failing test 10 years ago
Louis Chatriot 1a65a51af2 Created _id cannot be equal to another id 10 years ago
Louis Chatriot 2d33839d84 Projections fully tested 10 years ago
Louis Chatriot 547570e9cb Tested in find 10 years ago