[jira] [Created] (COUCHDB-3119) Cluster setup: `add_node` fails if node name != "couchdb"

2016-09-01 Thread JIRA
Adrien Vergé created COUCHDB-3119: - Summary: Cluster setup: `add_node` fails if node name != "couchdb" Key: COUCHDB-3119 URL: https://issues.apache.org/jira/browse/COUCHDB-3119 Project: CouchDB

[GitHub] couchdb-couch-replicator issue #47: Validate boolean parameters in /_replica...

2016-09-01 Thread iilyak
Github user iilyak commented on the issue: https://github.com/apache/couchdb-couch-replicator/pull/47 All tests pass locally. +1 ``` EUnit module 'json_stream_parse' module 'couch_replicator_worker' module

[GitHub] couchdb-couch-replicator pull request #47: Validate boolean parameters in /_...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch-replicator/pull/47 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Commented] (COUCHDB-3119) Cluster setup: `add_node` fails if node name != "couchdb"

2016-09-01 Thread JIRA
[ https://issues.apache.org/jira/browse/COUCHDB-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456574#comment-15456574 ] Adrien Vergé commented on COUCHDB-3119: --- I posted a fix at:

[jira] [Commented] (COUCHDB-3118) Replicator's validation ignored

2016-09-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456851#comment-15456851 ] ASF GitHub Bot commented on COUCHDB-3118: - Github user asfgit closed the pull request at:

[jira] [Resolved] (COUCHDB-3114) Couch allows to create doc with id "_design/"

2016-09-01 Thread Eric Avdey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Avdey resolved COUCHDB-3114. - Resolution: Fixed > Couch allows to create doc with id "_design/" >

[jira] [Resolved] (COUCHDB-3118) Replicator's validation ignored

2016-09-01 Thread Eric Avdey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Avdey resolved COUCHDB-3118. - Resolution: Fixed > Replicator's validation ignored > --- > >

[GitHub] couchdb-couch-replicator issue #47: Validate boolean parameters in /_replica...

2016-09-01 Thread nickva
Github user nickva commented on the issue: https://github.com/apache/couchdb-couch-replicator/pull/47 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[GitHub] couchdb-couch-replicator pull request #47: Validate boolean parameters in /_...

2016-09-01 Thread eiri
GitHub user eiri opened a pull request: https://github.com/apache/couchdb-couch-replicator/pull/47 Validate boolean parameters in /_replicate payload Unlike `/_replicator`, end-point `/_replicate` doesn't check type for the boolean parameters in payload, which leads replicator to

[jira] [Commented] (COUCHDB-3118) Replicator's validation ignored

2016-09-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456346#comment-15456346 ] ASF GitHub Bot commented on COUCHDB-3118: - GitHub user eiri opened a pull request:

[jira] [Commented] (COUCHDB-3105) Etag must be renamed to ETag

2016-09-01 Thread Jonas Weber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456364#comment-15456364 ] Jonas Weber commented on COUCHDB-3105: -- The text is misleading here, I think. The 'case sensitive'

[GitHub] couchdb-documentation pull request #55: API documentation for _find and _ind...

2016-09-01 Thread willholley
GitHub user willholley opened a pull request: https://github.com/apache/couchdb-documentation/pull/55 API documentation for _find and _index endpoints API reference documentation for the new _find and _index endpoints. Credit to this primarily goes to @KimStebel who wrote

[jira] [Commented] (COUCHDB-2980) Replicator DB on 15984 replicates to backdoor ports

2016-09-01 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15455101#comment-15455101 ] Robert Newson commented on COUCHDB-2980: I'll look again but making "local" names work correctly

[GitHub] couchdb-couch pull request #193: Fix validation for ddoc and _local id

2016-09-01 Thread eiri
GitHub user eiri opened a pull request: https://github.com/apache/couchdb-couch/pull/193 Fix validation for ddoc and _local id Because binary match treats end of binary as `<<>>` we are validating "_design/" and "_local/" as proper ids. COUCHDB-3114 You can merge this

[GitHub] couchdb-couch issue #193: Fix validation for ddoc and _local id

2016-09-01 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-couch/pull/193 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-couch issue #193: Fix validation for ddoc and _local id

2016-09-01 Thread eiri
Github user eiri commented on the issue: https://github.com/apache/couchdb-couch/pull/193 @rnewson I did it at first, but then decided to go with less confusing error message for the users sake. If you think it's not a problem here then sure, I'll use guards. --- If your project is

[GitHub] couchdb-couch issue #193: Fix validation for ddoc and _local id

2016-09-01 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-couch/pull/193 try ```erlang <<"_design/", Rest/binary>> when byte_size(Rest) > 0 -> ok ``` That way we only say the _design and _local rule once each. anything else beginning _ will

[jira] [Commented] (COUCHDB-3114) Couch allows to create doc with id "_design/"

2016-09-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15455318#comment-15455318 ] ASF GitHub Bot commented on COUCHDB-3114: - GitHub user eiri opened a pull request:

[GitHub] couchdb-couch issue #193: Fix validation for ddoc and _local id

2016-09-01 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-couch/pull/193 hm, there must be a better way. we now have two bits of special logic in the same function for the same reason. --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (COUCHDB-3114) Couch allows to create doc with id "_design/"

2016-09-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15455516#comment-15455516 ] ASF GitHub Bot commented on COUCHDB-3114: - Github user asfgit closed the pull request at:

[GitHub] couchdb-chttpd pull request #139: Drop logging level for "no record of user ...

2016-09-01 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-chttpd/pull/139 Drop logging level for "no record of user %s" This warning is tripped primarily when an admin is defined in local.ini and has no associated _users document. This can happen fairly often

[GitHub] couchdb-chttpd issue #139: Drop logging level for "no record of user %s"

2016-09-01 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-chttpd/pull/139 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-documentation issue #55: API documentation for _find and _index endp...

2016-09-01 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 Nice! But need to fix the linter failures. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-couch pull request #193: Fix validation for ddoc and _local id

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch/pull/193 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb-fauxton issue #757: tabs: minor style updates

2016-09-01 Thread michellephung
Github user michellephung commented on the issue: https://github.com/apache/couchdb-fauxton/pull/757 - the search bar in active tasks menu needs a list-style: none; on the list item. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (COUCHDB-3118) Replicator's validation ignored

2016-09-01 Thread Eric Avdey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15455685#comment-15455685 ] Eric Avdey commented on COUCHDB-3118: - It seems that validation on /_replicate end-point ignored or

[GitHub] couchdb-fauxton issue #766: fix: typos and dash-style

2016-09-01 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/766 +1 thank you jan! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[jira] [Created] (COUCHDB-3118) Replicator's validation ignored

2016-09-01 Thread Eric Avdey (JIRA)
Eric Avdey created COUCHDB-3118: --- Summary: Replicator's validation ignored Key: COUCHDB-3118 URL: https://issues.apache.org/jira/browse/COUCHDB-3118 Project: CouchDB Issue Type: Bug

[GitHub] couchdb-fauxton issue #757: tabs: minor style updates

2016-09-01 Thread michellephung
Github user michellephung commented on the issue: https://github.com/apache/couchdb-fauxton/pull/757 +1 otherwise --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] couchdb-fauxton issue #757: tabs: minor style updates

2016-09-01 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/757 @michellephung it got that, with `.component-tab-list-element` ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] couchdb-couch issue #177: Add optional `fields` to change feed selectors

2016-09-01 Thread nickva
Github user nickva commented on the issue: https://github.com/apache/couchdb-couch/pull/177 Related to: https://github.com/apache/couchdb-fabric/pull/55 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] couchdb-fabric issue #55: Add optional `fields` to change feed selectors

2016-09-01 Thread nickva
Github user nickva commented on the issue: https://github.com/apache/couchdb-fabric/pull/55 Related to: https://github.com/apache/couchdb-couch/pull/177 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] couchdb-fauxton issue #757: tabs: minor style updates

2016-09-01 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/757 merged! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] couchdb-fauxton issue #757: tabs: minor style updates

2016-09-01 Thread michellephung
Github user michellephung commented on the issue: https://github.com/apache/couchdb-fauxton/pull/757 i think you can add .component-tab-element --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] couchdb-couch pull request #177: Add optional `fields` to change feed select...

2016-09-01 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/177#discussion_r77217227 --- Diff: src/couch_changes.erl --- @@ -377,6 +379,21 @@ check_selector(_Selector) -> throw({bad_request, "Selector error: expected a JSON

[GitHub] couchdb-couch pull request #177: Add optional `fields` to change feed select...

2016-09-01 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/177#discussion_r77217313 --- Diff: src/couch_changes.erl --- @@ -377,6 +379,21 @@ check_selector(_Selector) -> throw({bad_request, "Selector error: expected a JSON

[GitHub] couchdb-couch issue #177: Add optional `fields` to change feed selectors

2016-09-01 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-couch/pull/177 LGFM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the