(#72) - /_config support for CORS & db dir#81
Closed
marten-de-vries wants to merge 2 commits intomasterfrom
Closed
(#72) - /_config support for CORS & db dir#81marten-de-vries wants to merge 2 commits intomasterfrom
marten-de-vries wants to merge 2 commits intomasterfrom
Conversation
Contributor
Author
|
Correction: this'll continue to fail until pouchdb/express-pouchdb#149 is merged & released (on Travis, where express-pouchdb isn't npm linked to latest github). |
Contributor
|
Released express-pouchdb 0.9.0 and restarted the job. |
Contributor
|
+1 when green and when previous commit is merged; ignore my CORS comments. |
Contributor
Author
garrensmith
pushed a commit
that referenced
this pull request
Feb 16, 2017
Notable additions: * startTime in db.info() * multipart/related support for PUT * changes with feed=continuous actually does a continuous feed like it's supposed to
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
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.
A start for #72. Makes the defaults for --dir come from /_config; makes CORS configurable via /_config (adding command line options for CORS too might be a nice follow up.)
Depends on pouchdb/express-pouchdb#149 to be merged first!