This repository was archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Allow default headers to be set for clients
Add support for SSL in StreamClient
Revert "Add support for SSL in StreamClient"
…le with CouchDB v2.0.0
…le with CouchDB v2.0.0
…le with CouchDB v2.0.0
…le with CouchDB v2.0.0
…le with CouchDB v2.0.0
…le with CouchDB v2.0.0
…q now come with a hash, now testing with assertStringStartsWith instead of assertEqual. Still failing because a sorting bug reported at apache/couchdb#513, though.
Revert "Revert "Add support for SSL in StreamClient""
Apply fixes from StyleCI
Apply fixes from StyleCI
Removing the license header
Removing the license header
I think we should create a branch from master which is the current old version and then master becomes the next version that we will merge our work in to for the next version. |
Lets create a 1.0 branch from master as it is today and master will become 2.0 |
CouchDB ODM should stick with the 1.6 branch |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
@jwage I'm wondering the best approach for this PR.
Since there are many changes between CouchDB version 1 and 2, should we split this library into different branches?