Commit Graph

398 Commits (c29ec66b37fa01e718b67f2af2f058163f496161)

Author SHA1 Message Date
Timothée Rebours d3e201cac4 cleaner test for modes, avoid testing permissions on Windows, document that it will not work on Windows, add typings tests 3 years ago
Timothée Rebours ba0ee21c03 add a mode option 3 years ago
Timothée Rebours d54eed3260 simplify setAutocompactionInterval 3 years ago
Timothée Rebours bf5e5e2218 fix setAutocompaction interval type check + test 3 years ago
Timothée Rebours 8c3aac5042 fix MR comments 3 years ago
Timothée Rebours ebda00b8d2 give the corruptionRate when there is an error 3 years ago
Timothée Rebours a17662a66b update JSDoc, readme, remove jquery and jsdoc from dependencies, remove sources from jsdoc.conf.js which conflicts with --files from jsdoc2md, implement dropDatabase & tests 3 years ago
Timothée Rebours dbcc3647d1 repair race condition in tests + improve docs 3 years ago
Timothée Rebours 8b776b5c45 remove todos 3 years ago
Timothée Rebours 2ec0101d7b one documentation file 3 years ago
Timothée Rebours 32cff9b921 huge cleanup 3 years ago
Timothée Rebours fab5b0336b rewrite Readme 3 years ago
Timothée Rebours 213c639ed6 cleanup JSDoc 3 years ago
Timothée Rebours 5d8b23a69d cleanup JSDOC & generate md + html, md is pushed in the repo 3 years ago
Timothée Rebours 8d628bfa6f cleanup JSDoc 3 years ago
Timothée Rebours 3c60111c48 cleanup 3 years ago
Timothée Rebours efef10e0e9 auto-generate docs in markdown and html 3 years ago
Timothée Rebours 0e9e5c7f4d massive update of the JSDoc, rewrite of the model & storage modules to clarify 3 years ago
Timothée Rebours 6d43867c20 document storage and customUtils, and rewrite byline with ES6 3 years ago
Timothée Rebours 0b8aab7346 add doc to model, fix persistence doc, fix error in cursor and unecessary async in executor 3 years ago
Timothée Rebours 90f52e4cda add docs for Cursor, customUtils, Executor, Persistence and utils 3 years ago
Timothée Rebours 7709369e49 JSDoc 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 97908a4195 add TODO 3 years ago
Timothée Rebours b8998ce1d7 remove TODO 3 years ago
Timothée Rebours 8cadb9128e minor 3 years ago
Timothée Rebours 06dc91915c simplify executor 3 years ago
Timothée Rebours 42a7d45856 minor 3 years ago
Timothée Rebours b57e3a01fb 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 4d900da6fe WIP: remove async from persistence module 3 years ago
Timothée Rebours 64bdd37c4f WIP: remove async from storage module 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
Arne Wendt fde8d3f3c8 storage.js: check fsync capability from return code rather than using `process.platform` heuristics 3 years ago
mehdi d9c4619a87 jsdoc detail 3 years ago
mehdi 7ed4d994da fix nodeWebkitAppName type 3 years ago
mehdi fcd1546220 add typings 3 years ago
mehdi 2230f6c1e4 jsdoc details + timeout 3 years ago
mehdi 8b984f1274 extract writeFileLines into its own function 3 years ago
mehdi 148d7c8215 fix error callbacks 3 years ago