[jira] [Created] (COUCHDB-3128) Non-CouchDB 'rev' document property displayed as '_rev'

2016-09-02 Thread Reuben Miller (JIRA)
Reuben Miller created COUCHDB-3128: -- Summary: Non-CouchDB 'rev' document property displayed as '_rev' Key: COUCHDB-3128 URL: https://issues.apache.org/jira/browse/COUCHDB-3128 Project: CouchDB

[jira] [Created] (COUCHDB-3127) Non-CouchDB 'rev' document property displayed as '_rev'

2016-09-02 Thread Reuben Miller (JIRA)
Reuben Miller created COUCHDB-3127: -- Summary: Non-CouchDB 'rev' document property displayed as '_rev' Key: COUCHDB-3127 URL: https://issues.apache.org/jira/browse/COUCHDB-3127 Project: CouchDB

[jira] [Commented] (COUCHDB-3102) The xxx_config_listener doesn't restart after a failure

2016-09-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459141#comment-15459141 ] ASF subversion and git services commented on COUCHDB-3102: -- Com

[jira] [Commented] (COUCHDB-3102) The xxx_config_listener doesn't restart after a failure

2016-09-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459140#comment-15459140 ] ASF subversion and git services commented on COUCHDB-3102: -- Com

[GitHub] couchdb issue #439: Update default/local ini files with new settings

2016-09-02 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb/pull/439 nice. --- 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 feat

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

2016-09-02 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/439#discussion_r77382805 --- Diff: rel/overlay/etc/default.ini --- @@ -30,12 +30,18 @@ attachment_stream_buffer_size = 4096 ; admin_local - sharded dbs on :5984 are read/write fo

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

2016-09-02 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/439#discussion_r77382778 --- Diff: rel/overlay/etc/default.ini --- @@ -30,12 +30,18 @@ attachment_stream_buffer_size = 4096 ; admin_local - sharded dbs on :5984 are read/write fo

[jira] [Created] (COUCHDB-3126) Document _bulk_get

2016-09-02 Thread Will Holley (JIRA)
Will Holley created COUCHDB-3126: Summary: Document _bulk_get Key: COUCHDB-3126 URL: https://issues.apache.org/jira/browse/COUCHDB-3126 Project: CouchDB Issue Type: Documentation Co

[GitHub] couchdb-couch issue #194: Trigger cookie renewal on /_session

2016-09-02 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-couch/pull/194 @adrienverge There will be more problem: authed user may eventually request `GET /_session` for the information about himself: username, roles etc. According the code, each time he'll do t

[GitHub] couchdb-couch issue #194: Trigger cookie renewal on /_session

2016-09-02 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-couch/pull/194 I think it's already a problem that a cookie can be extended indefinitely (sure, it's invalidated by a password change but I don't think everyone realises that they only expire through inactiv

[GitHub] couchdb-couch issue #194: Trigger cookie renewal on /_session

2016-09-02 Thread adrienverge
Github user adrienverge commented on the issue: https://github.com/apache/couchdb-couch/pull/194 Hey, thanks for reviewing. > not sure on the patch itself Do you mean not sure about the need for programmatical cookie renewal, or about the implementation? If there's a

[GitHub] couchdb-couch issue #194: Trigger cookie renewal on /_session

2016-09-02 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-couch/pull/194 not sure on the patch itself but please no one merge before 2.0. --- 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-couch pull request #194: Trigger cookie renewal on /_session

2016-09-02 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/194#discussion_r77342648 --- Diff: src/couch_httpd_auth.erl --- @@ -240,13 +242,21 @@ cookie_authentication_handler(#httpd{mochi_req=MochiReq}=Req, AuthModule) ->

[GitHub] couchdb-couch pull request #194: Trigger cookie renewal on /_session

2016-09-02 Thread adrienverge
Github user adrienverge commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/194#discussion_r77341948 --- Diff: src/couch_httpd_auth.erl --- @@ -240,13 +242,21 @@ cookie_authentication_handler(#httpd{mochi_req=MochiReq}=Req, AuthModule) ->

[GitHub] couchdb-couch pull request #194: Trigger cookie renewal on /_session

2016-09-02 Thread adrienverge
Github user adrienverge commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/194#discussion_r77341886 --- Diff: src/couch_httpd_auth.erl --- @@ -240,13 +242,21 @@ cookie_authentication_handler(#httpd{mochi_req=MochiReq}=Req, AuthModule) ->

[jira] [Commented] (COUCHDB-3125) Trigger cookie renewal on /_session

2016-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/COUCHDB-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458443#comment-15458443 ] Adrien Vergé commented on COUCHDB-3125: --- Pull-request for this feature: https://gi

[GitHub] couchdb-couch pull request #194: Trigger cookie renewal on /_session

2016-09-02 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/194#discussion_r77340925 --- Diff: src/couch_httpd_auth.erl --- @@ -240,13 +242,21 @@ cookie_authentication_handler(#httpd{mochi_req=MochiReq}=Req, AuthModule) -> e

[GitHub] couchdb-couch pull request #194: Trigger cookie renewal on /_session

2016-09-02 Thread adrienverge
GitHub user adrienverge opened a pull request: https://github.com/apache/couchdb-couch/pull/194 Trigger cookie renewal on /_session It is currently not possible to programmatically renew an `AuthSession` cookie. The only way is to wait 10% of the cookie expiration time then make any

[jira] [Commented] (COUCHDB-3125) Trigger cookie renewal on /_session

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458442#comment-15458442 ] ASF GitHub Bot commented on COUCHDB-3125: - GitHub user adrienverge opened a pull

[jira] [Created] (COUCHDB-3125) Trigger cookie renewal on /_session

2016-09-02 Thread JIRA
Adrien Vergé created COUCHDB-3125: - Summary: Trigger cookie renewal on /_session Key: COUCHDB-3125 URL: https://issues.apache.org/jira/browse/COUCHDB-3125 Project: CouchDB Issue Type: Improve

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

2016-09-02 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458296#comment-15458296 ] Filippo Fadda commented on COUCHDB-3105: I guess you are both right. We can clos

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

2016-09-02 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda closed COUCHDB-3105. -- Resolution: Not A Problem > Etag must be renamed to ETag > > >

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

2016-09-02 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 Hm...indeed. Ok. --- 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 wi

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

2016-09-02 Thread willholley
Github user willholley commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 the linter errors related to the files in this PR should be fixed. There were other, existing linter errors that weren't addressed here. --- If your project is set up for it, you ca

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

2016-09-02 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 @wohali linter wasn't fixed /: --- 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

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

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-documentation/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 does not have this feature enabled and wishes so, or if the f

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

2016-09-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 +1, merging. --- 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 wishe

[jira] [Commented] (COUCHDB-3017) CouchDB 2.0: passing an invalid ETag to _changes incorrectly returns 304 Not Modified

2016-09-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458244#comment-15458244 ] ASF subversion and git services commented on COUCHDB-3017: -- Com

[jira] [Commented] (COUCHDB-3017) CouchDB 2.0: passing an invalid ETag to _changes incorrectly returns 304 Not Modified

2016-09-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458174#comment-15458174 ] ASF subversion and git services commented on COUCHDB-3017: -- Com

[jira] [Closed] (COUCHDB-2623) Validate default.ini / local.ini config options

2016-09-02 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joan Touzet closed COUCHDB-2623. Resolution: Fixed Assignee: Joan Touzet > Validate default.ini / local.ini config options >

[jira] [Commented] (COUCHDB-2623) Validate default.ini / local.ini config options

2016-09-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458165#comment-15458165 ] ASF subversion and git services commented on COUCHDB-2623: -- Com

[jira] [Commented] (COUCHDB-2623) Validate default.ini / local.ini config options

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458167#comment-15458167 ] ASF GitHub Bot commented on COUCHDB-2623: - Github user asfgit closed the pull re

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb/pull/439 --- 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 is ena

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

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-chttpd/pull/139 --- 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

[jira] [Commented] (COUCHDB-3017) CouchDB 2.0: passing an invalid ETag to _changes incorrectly returns 304 Not Modified

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458154#comment-15458154 ] ASF GitHub Bot commented on COUCHDB-3017: - Github user asfgit closed the pull re

[jira] [Commented] (COUCHDB-3017) CouchDB 2.0: passing an invalid ETag to _changes incorrectly returns 304 Not Modified

2016-09-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458153#comment-15458153 ] ASF subversion and git services commented on COUCHDB-3017: -- Com

[GitHub] couchdb-chttpd pull request #120: use shard suffix when generating _changes ...

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-chttpd/pull/120 --- 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-chttpd issue #120: use shard suffix when generating _changes ETag

2016-09-02 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-chttpd/pull/120 the #db record here is faked and not fully-populated (which is good, cause it would include disk_size and other things, which would make for a lousy etag). I think the way forward is

[jira] [Commented] (COUCHDB-3017) CouchDB 2.0: passing an invalid ETag to _changes incorrectly returns 304 Not Modified

2016-09-02 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458064#comment-15458064 ] Joan Touzet commented on COUCHDB-3017: -- Just noting for bystanders here that PR 120

[GitHub] couchdb-chttpd issue #120: use shard suffix when generating _changes ETag

2016-09-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-chttpd/pull/120 @davisp ping, we need an Erlang code review here, Jan and Bob are kinda busy and I'm out of my depth. Could you kindly help? Thanks :pig_nose: :cat: :cow2: --- If your project is set up for

[jira] [Created] (COUCHDB-3124) Add cluster-specific query parameters to db creation documentation

2016-09-02 Thread Will Holley (JIRA)
Will Holley created COUCHDB-3124: Summary: Add cluster-specific query parameters to db creation documentation Key: COUCHDB-3124 URL: https://issues.apache.org/jira/browse/COUCHDB-3124 Project: CouchDB

[jira] [Created] (COUCHDB-3123) Remove / update Futon guide

2016-09-02 Thread Will Holley (JIRA)
Will Holley created COUCHDB-3123: Summary: Remove / update Futon guide Key: COUCHDB-3123 URL: https://issues.apache.org/jira/browse/COUCHDB-3123 Project: CouchDB Issue Type: Documentation

[jira] [Created] (COUCHDB-3122) Document sending multiple view queries

2016-09-02 Thread Will Holley (JIRA)
Will Holley created COUCHDB-3122: Summary: Document sending multiple view queries Key: COUCHDB-3122 URL: https://issues.apache.org/jira/browse/COUCHDB-3122 Project: CouchDB Issue Type: Docume

[jira] [Created] (COUCHDB-3121) Updates _changes examples to use the new sequence values

2016-09-02 Thread Will Holley (JIRA)
Will Holley created COUCHDB-3121: Summary: Updates _changes examples to use the new sequence values Key: COUCHDB-3121 URL: https://issues.apache.org/jira/browse/COUCHDB-3121 Project: CouchDB

[jira] [Created] (COUCHDB-3120) Document deprecated endpoints in 2.0

2016-09-02 Thread Will Holley (JIRA)
Will Holley created COUCHDB-3120: Summary: Document deprecated endpoints in 2.0 Key: COUCHDB-3120 URL: https://issues.apache.org/jira/browse/COUCHDB-3120 Project: CouchDB Issue Type: Document

[GitHub] couchdb-fauxton issue #750: Config section reactjs rewrite

2016-09-02 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/750 ping @samk1 --- 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 wi

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

2016-09-02 Thread willholley
Github user willholley commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 recommitted with lint fixes --- 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