-
Notifications
You must be signed in to change notification settings - Fork 71
Cleaned up: Added mango selector to changes feed #65
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
Closed
Conversation
This file contains hidden or 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
Added mango selector to changes feed
Initial docker/travis support
Configure test scenario for CouchDB 1.x and CouchDB 2.x
Add sonarcloud support
* Enable replication tests * Configure target couchdb for replication tests * Configure single node CouchDB 2.x in travis
…hanges-hasnext Improve stop process changes hasnext
* Update CouchDB versions for testing to 1.7.2,2.1.2 * Add CouchDB 2.2.0 as testing environment
…ges-filter Add support for docIds filter in changes operation
0.2.3 info added
Fix lightcouch#18 - Add method for checking design doc existence
…ouch#21) * Test on CouchDB 2.3 * Update .travis.yml * Fix lightcouch#20 - Change purge_seq from number to string in CouchDB 2.3
…ghtcouch#22) * Add support for clustered purge operation * Increase sleep time for couchdb startup in travis * Update CHANGES.md
Define method findIfNotModified which sends header "If-None-Match" which throws a "DocumentNotModifiedException" if the document has not changed since specified revision.
* Add Couchdb 3.0.0 test environment Co-authored-by: Juan Jose Rodriguez <[email protected]>
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.
We are using selectors in the changes feed for performance improvement. We are using changes proposed from @orolle Pull Request: #63
I've cleaned up the previous pull request making a new mergeable pull request.
Please, consider integrate it into the library as it provides a more performant usage of the changes feed filtering.
Many thanks for your work.