1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PouchDB-Validation now lets _local docs pass through. Thanks calvinmetcalf! More... over 11 years ago
Added forgotten translation file. More... over 11 years ago
Improvements to replicator + auth; documentation translations More... over 11 years ago
Extra PouchDB Auth tests + improvements. More... over 11 years ago
Small bug fix which makes the node tests work again. More... over 11 years ago
Added start for pouchdb-auth (untested), normalize header case (good on node.js) & use db.getUrl() if available. More... over 11 years ago
Small validation bug fix - now validation.installValidationmethods() passes the pouchdb-server test suite. More... over 11 years ago
Added quick search plug-in More... over 11 years ago
Adds tutorial. More... over 11 years ago
Improved docs + JS More... over 11 years ago
updated bundle More... over 11 years ago
A bunch of JS improvements (incl. replicator module (experimental)) & some improvements to coroutines (nesting them, most notably) More... over 11 years ago
Adds inlineAsync decorator, which makes it possible to run synchronous-looking code asynchronously thanks to yield. More... over 11 years ago
PouchDB plugin updates. (new replicator plug-in initial code - pretty much untested). Also validation update (will become 1.1.0). More... over 11 years ago
Some minor JS stuff mostly. More... over 11 years ago
pouchdb-rewrite to 1.0.0 More... over 11 years ago
Gave node modules version numbers and published them on npm, small fix to the nodejs test suite, some documentation changes. More... over 11 years ago
Node tests fix More... over 11 years ago
Python-PouchDB 0.4.1 - plug-in documentation + JS coverage back at 100% More... over 11 years ago
Ported part of the rewrite test suite over from CouchDB, which found small bugs in the rewrite, list & update plug-ins. Some minor other changes. More... over 11 years ago
A start for a pouchdb-rewrite plug-in. Some small other changes along the way. More... over 11 years ago
Adds NodeJS tests. Some small fixes. More... over 11 years ago
Python-PouchDB 0.4 - added a single mapping test & added some info on the node modules. More... over 11 years ago
Finished pouchdb.mapping; py coverage now at 100% for everything. SyncPouchDB is now a collections.MutableMapping, the environment also allow getitem syntax for dbs where it makes sense. More... over 11 years ago
Update plug-in now included as public method. More consistent errors. A few bug fixes. Code coverage to 100% (python, js); no more fixmes/todos. Pretty much only pouchdb.mapping is now left as experimental. More... over 11 years ago
JS coverage is back at 100%. Added viewCleanup() wrapper function. Removed unintentional side effects for some tests, and made them faster. Improved tests + .coveragerc file. Added httpQuery function to the pouchdb-update plug-in too. More... over 11 years ago
Show and list now directly call _show and _list when using the HTTP adapter. Validation doesn't occur offline if the server handles it. No test suite regressions, but both are still experimental. (And JS coverage is lower.) More... over 11 years ago
A bunch of changes: More... over 11 years ago
All dev tools are now accessable via setup.py. Reduced code size of the plug-ins (the largest is now 4.1kb min+gzip). Added JS Coverage info. Some new tests. More... over 11 years ago
Some small improvements to the bridge js and more validation tests + fixes. More... over 11 years ago