-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge couchdb packages #285
Merged
marten-de-vries
merged 65 commits into
pouchdb:master
from
newlogic:merge-couchdb-packages
Jan 21, 2018
Merged
Merge couchdb packages #285
marten-de-vries
merged 65 commits into
pouchdb:master
from
newlogic:merge-couchdb-packages
Jan 21, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d to the registry if necessary. For now just there's a script that links them locally (and installs all their dependencies).
…d to the registry if necessary. For now just there's a script that links them locally (and installs all their dependencies).
…d to the registry if necessary. For now just there's a script that links them locally (and installs all their dependencies).
…he plug-ins (the largest is now 4.1kb min+gzip). Added JS Coverage info. Some new tests.
…he plug-ins (the largest is now 4.1kb min+gzip). Added JS Coverage info. Some new tests.
- JSON is now allowed in some places that were dict-only previously. - pouchdb.objectstorage - using jsonpickle. - pouchdb.mapping - like couchdb.mapping - experimental! - Improved JS test coverage + es3ify + pouchdb-extend. - Doctests & other test suite improvements. - aliases in_snake_case for camelCaseNamed methods. - Improved documentation. Mostly adding the above.
- JSON is now allowed in some places that were dict-only previously. - pouchdb.objectstorage - using jsonpickle. - pouchdb.mapping - like couchdb.mapping - experimental! - Improved JS test coverage + es3ify + pouchdb-extend. - Doctests & other test suite improvements. - aliases in_snake_case for camelCaseNamed methods. - Improved documentation. Mostly adding the above.
- JSON is now allowed in some places that were dict-only previously. - pouchdb.objectstorage - using jsonpickle. - pouchdb.mapping - like couchdb.mapping - experimental! - Improved JS test coverage + es3ify + pouchdb-extend. - Doctests & other test suite improvements. - aliases in_snake_case for camelCaseNamed methods. - Improved documentation. Mostly adding the above.
…dapter. Validation doesn't occur offline if the server handles it. No test suite regressions, but both are still experimental. (And JS coverage is lower.)
…moved unintentional side effects for some tests, and made them faster. Improved tests + .coveragerc file. Added httpQuery function to the pouchdb-update plug-in too.
…moved unintentional side effects for some tests, and made them faster. Improved tests + .coveragerc file. Added httpQuery function to the pouchdb-update plug-in too.
… A few bug fixes. Code coverage to 100% (python, js); no more fixmes/todos. Pretty much only pouchdb.mapping is now left as experimental.
… A few bug fixes. Code coverage to 100% (python, js); no more fixmes/todos. Pretty much only pouchdb.mapping is now left as experimental.
… A few bug fixes. Code coverage to 100% (python, js); no more fixmes/todos. Pretty much only pouchdb.mapping is now left as experimental.
… the node modules.
… the node modules.
… the node modules.
… the node modules.
…small bugs in the rewrite, list & update plug-ins. Some minor other changes.
…x to the nodejs test suite, some documentation changes.
…x to the nodejs test suite, some documentation changes.
…x to the nodejs test suite, some documentation changes.
…on node.js) & use db.getUrl() if available.
Awesome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cc @marten-de-vries