[GitHub] Aaron-Zhao commented on issue #498: Document revision value requirement when updating

2017-04-27 Thread git
Aaron-Zhao commented on issue #498: Document revision value requirement when updating URL: https://github.com/apache/couchdb/issues/498#issuecomment-297855039 Thanks for the info! That's helpful. This is an automated

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814945 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -107,10 +107,14 @@ execute(#cursor{db = Db, index = Idx} =

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814830 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814376 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -107,10 +107,14 @@ execute(#cursor{db = Db, index = Idx} =

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113815376 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814082 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113815279 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814477 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -107,10 +107,14 @@ execute(#cursor{db = Db, index = Idx} =

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814260 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814532 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -107,10 +107,14 @@ execute(#cursor{db = Db, index = Idx} =

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113815151 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814204 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -270,4 +280,6 @@ is_design_doc(RowProps) -> case

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-04-27 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r113814127 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[GitHub] wohali commented on issue #498: Document revision value requirement when updating

2017-04-27 Thread git
wohali commented on issue #498: Document revision value requirement when updating URL: https://github.com/apache/couchdb/issues/498#issuecomment-297854113 Because CouchDB is eventually consistent by design - our entire replication structure (*the* key feature of CouchDB) requires

[jira] [Created] (COUCHDB-3401) EUnit: should_not_remember_docs_in_index_after_backup_restore 500 error

2017-04-27 Thread Joan Touzet (JIRA)
Joan Touzet created COUCHDB-3401: Summary: EUnit: should_not_remember_docs_in_index_after_backup_restore 500 error Key: COUCHDB-3401 URL: https://issues.apache.org/jira/browse/COUCHDB-3401 Project:

[GitHub] wohali commented on issue #498: Document revision value requirement when updating

2017-04-27 Thread git
wohali commented on issue #498: Document revision value requirement when updating URL: https://github.com/apache/couchdb/issues/498#issuecomment-297845488 I think you are mistaken in your belief that CouchDB no longer requires the revision value for updating a document. ``` $

[GitHub] wohali closed issue #498: Document revision value requirement when updating

2017-04-27 Thread git
wohali closed issue #498: Document revision value requirement when updating URL: https://github.com/apache/couchdb/issues/498 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113801255 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0 +1,134 @@

[GitHub] mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113798448 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0

[GitHub] mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113798448 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0

[GitHub] mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113798448 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0

[GitHub] mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113798448 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0

[GitHub] mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
mayya-sharipova commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113798448 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0

[jira] [Created] (COUCHDB-3400) notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread Mayya Sharipova (JIRA)
Mayya Sharipova created COUCHDB-3400: Summary: notify couch_index_processes on all shards when ddoc updated Key: COUCHDB-3400 URL: https://issues.apache.org/jira/browse/COUCHDB-3400 Project:

[GitHub] Aaron-Zhao opened a new issue #498: Document revision value requirement when updating

2017-04-27 Thread git
Aaron-Zhao opened a new issue #498: Document revision value requirement when updating URL: https://github.com/apache/couchdb/issues/498 It seems like CouchDB 2 no longer requires revision value for updating an existing document (PUT /{db}/{docid}). It always updates the newest version of

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113793247 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0 +1,134 @@

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113792748 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0 +1,134 @@

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113790518 ## File path: src/couch_index/test/couch_index_ddoc_updated_tests.erl ## @@ -0,0 +1,134 @@

[GitHub] wohali commented on issue #487: Document that Fauxton requires npm

2017-04-27 Thread git
wohali commented on issue #487: Document that Fauxton requires npm URL: https://github.com/apache/couchdb/pull/487#issuecomment-297821046 We actually moved away from GNU Autotools intentionally for many reasons, not the least of which was that it made the Windows port very difficult. ;)

[GitHub] iilyak commented on issue #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on issue #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#issuecomment-297819573 Please remove `BugzID: 85773.` and provide JIRA reference instead.

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113785435 ## File path: src/couch_index/src/couch_index_server.erl ## @@ -252,14 +252,20 @@

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113785324 ## File path: src/couch_index/src/couch_index_server.erl ## @@ -252,14 +252,20 @@

[GitHub] iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
iilyak commented on a change in pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497#discussion_r113783048 ## File path: src/couch_index/src/couch_index_server.erl ## @@ -252,14 +252,20 @@

[GitHub] mayya-sharipova opened a new pull request #497: notify couch_index_processes on all shards when ddoc updated

2017-04-27 Thread git
mayya-sharipova opened a new pull request #497: notify couch_index_processes on all shards when ddoc updated URL: https://github.com/apache/couchdb/pull/497 Before when a design doc is updated/deleted, only one couch_index process was notified - the one which shard contained a design

[GitHub] ianpartridge commented on issue #487: Document that Fauxton requires npm

2017-04-27 Thread git
ianpartridge commented on issue #487: Document that Fauxton requires npm URL: https://github.com/apache/couchdb/pull/487#issuecomment-297810438 OK thanks I didn't realise that the `configure` script isn't designed to check for prerequisites (like they do in Autotools based projects).

[GitHub] ianpartridge closed pull request #487: Document that Fauxton requires npm

2017-04-27 Thread git
ianpartridge closed pull request #487: Document that Fauxton requires npm URL: https://github.com/apache/couchdb/pull/487 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nickva commented on issue #490: Revert add sys dbs to lru

2017-04-27 Thread git
nickva commented on issue #490: Revert add sys dbs to lru URL: https://github.com/apache/couchdb/pull/490#issuecomment-297786641 @iilyak oh ok, so we not raising the error in couch_lru module but moved to doing that in couch_server. I was mainly going by the file changes and noticed

[GitHub] wohali commented on issue #487: Document that Fauxton requires npm

2017-04-27 Thread git
wohali commented on issue #487: Document that Fauxton requires npm URL: https://github.com/apache/couchdb/pull/487#issuecomment-297780528 We don't presently check for all of our dependencies in the configure script. For instance, we'll error out if you don't have Erlang installed, or

[GitHub] iilyak commented on issue #490: Revert add sys dbs to lru

2017-04-27 Thread git
iilyak commented on issue #490: Revert add sys dbs to lru URL: https://github.com/apache/couchdb/pull/490#issuecomment-297769329 @nickva: I pushed one more commit prior to your last message. I am not sure if you saw it.

[GitHub] nickva commented on issue #490: Revert add sys dbs to lru

2017-04-27 Thread git
nickva commented on issue #490: Revert add sys dbs to lru URL: https://github.com/apache/couchdb/pull/490#issuecomment-297764431 @iilyak Yap I understand. The ETS lru can stay but I meant the semantics of throwing the `all_dbs_active` has to come back. Other than that couch_lru wasn't

[GitHub] iilyak commented on issue #490: Revert add sys dbs to lru

2017-04-27 Thread git
iilyak commented on issue #490: Revert add sys dbs to lru URL: https://github.com/apache/couchdb/pull/490#issuecomment-29775 Actually I'll try your suggestion first. This is an automated message from the Apache Git

[GitHub] iilyak commented on issue #490: Revert add sys dbs to lru

2017-04-27 Thread git
iilyak commented on issue #490: Revert add sys dbs to lru URL: https://github.com/apache/couchdb/pull/490#issuecomment-297758272 @nickva: It is a little bit trickier than that. We want to revert this particular change (Add sys_db to the LRU) but keep new ets based implementation.

[GitHub] davisp commented on issue #496: Couchdb 3287 pluggable storage engines

2017-04-27 Thread git
davisp commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-297745272 Also, I forgot to link out to the first complete alternative storage engines. https://github.com/cloudant/couch_ngen The couch_ngen

[GitHub] davisp commented on issue #496: Couchdb 3287 pluggable storage engines

2017-04-27 Thread git
davisp commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-297741300 Also for documentation I'm not sure what we want to do there. Should I open a PR for the docs now or should we wait and let this soak on master and

[GitHub] davisp opened a new pull request #496: Couchdb 3287 pluggable storage engines

2017-04-27 Thread git
davisp opened a new pull request #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496 ## Overview Pluggable Storage Engines (Oh my!) I've finally covered enough bases to start asking for reviews on the pluggable storage engine work. I

[GitHub] iilyak commented on a change in pull request #492: Test changes_listener dies on mem3_shards shutdown

2017-04-27 Thread git
iilyak commented on a change in pull request #492: Test changes_listener dies on mem3_shards shutdown URL: https://github.com/apache/couchdb/pull/492#discussion_r113720536 ## File path: src/mem3/src/mem3_shards.erl ## @@ -726,4 +726,50 @@ wait_writer_result(WRef) ->

[GitHub] iilyak commented on a change in pull request #492: Test changes_listener dies on mem3_shards shutdown

2017-04-27 Thread git
iilyak commented on a change in pull request #492: Test changes_listener dies on mem3_shards shutdown URL: https://github.com/apache/couchdb/pull/492#discussion_r113716649 ## File path: src/mem3/src/mem3_shards.erl ## @@ -726,4 +726,50 @@ wait_writer_result(WRef) ->

[GitHub] davisp opened a new pull request #495: Couchdb 3288 mixed cluster upgrade

2017-04-27 Thread git
davisp opened a new pull request #495: Couchdb 3288 mixed cluster upgrade URL: https://github.com/apache/couchdb/pull/495 ## Overview This is preparatory work for adding pluggable storage engines. The motivation for this ground work is to enable users to perform rolling reboots of

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986726#comment-15986726 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986727#comment-15986727 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986722#comment-15986722 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986723#comment-15986723 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3287) Implement pluggable storage engines

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986721#comment-15986721 ] ASF subversion and git services commented on COUCHDB-3287: -- Commit

[jira] [Commented] (COUCHDB-3287) Implement pluggable storage engines

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986720#comment-15986720 ] ASF subversion and git services commented on COUCHDB-3287: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986717#comment-15986717 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-04-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986718#comment-15986718 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[GitHub] BenAychh commented on issue #903: error on start fauxton after npm install -g

2017-04-27 Thread git
BenAychh commented on issue #903: error on start fauxton after npm install -g URL: https://github.com/apache/couchdb-fauxton/issues/903#issuecomment-297721114 Same here, had to go back to 1.1.10 This is an automated message

[GitHub] FgfdCBVCbnsebtgf closed pull request #494: couchdb2.0 is not sending charset=utf-8 in response headers of json

2017-04-27 Thread git
FgfdCBVCbnsebtgf closed pull request #494: couchdb2.0 is not sending charset=utf-8 in response headers of json URL: https://github.com/apache/couchdb/pull/494 This is an automated message from the Apache Git Service. To

[GitHub] FgfdCBVCbnsebtgf commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json

2017-04-27 Thread git
FgfdCBVCbnsebtgf commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json URL: https://github.com/apache/couchdb/pull/494#issuecomment-297695922 Hello, the Chromium version 57.0.2987.98 Built on Ubuntu , running on Ubuntu 17.04 (64-bit) does not show

[jira] [Created] (COUCHDB-3399) Data retrieving using API's.

2017-04-27 Thread Komal Tilekar (JIRA)
Komal Tilekar created COUCHDB-3399: -- Summary: Data retrieving using API's. Key: COUCHDB-3399 URL: https://issues.apache.org/jira/browse/COUCHDB-3399 Project: CouchDB Issue Type: Question

[GitHub] garrensmith opened a new pull request #908: Use a more recent docker image

2017-04-27 Thread git
garrensmith opened a new pull request #908: Use a more recent docker image URL: https://github.com/apache/couchdb-fauxton/pull/908 This uses the docker image that is based off the new git repo This is an automated message

[GitHub] ianpartridge commented on issue #487: Document that Fauxton requires npm

2017-04-27 Thread git
ianpartridge commented on issue #487: Document that Fauxton requires npm URL: https://github.com/apache/couchdb/pull/487#issuecomment-297647868 Thanks @wohali! Thinking about this a bit more, shouldn't `configure` check for Fauxton pre-requisites and fail if they aren't present?

[GitHub] kxepal commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json

2017-04-27 Thread git
kxepal commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json URL: https://github.com/apache/couchdb/pull/494#issuecomment-297642282 Thank you for your contribution and interest to this problem! Unfortuanelly, I have two things to notice: 1.

[GitHub] FgfdCBVCbnsebtgf opened a new pull request #494: couchdb2.0 is not sending charset=utf-8 in response headers of json

2017-04-27 Thread git
FgfdCBVCbnsebtgf opened a new pull request #494: couchdb2.0 is not sending charset=utf-8 in response headers of json URL: https://github.com/apache/couchdb/pull/494 HTTP/1.1 200 OK Server: CouchDB/1.6.0 (Erlang OTP/19) ETag: "GG61GZEDIDA2MOVW8O6204F7" Date: Wed, 26 Apr 2017

[4/5] couchdb-ci git commit: Fix repo URL and build process

2017-04-27 Thread wohali
Fix repo URL and build process Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/ae186b0a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/ae186b0a Diff:

[3/5] couchdb-ci git commit: squash me too

2017-04-27 Thread wohali
squash me too Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/ff7e9389 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/ff7e9389 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/ff7e9389

[1/5] couchdb-ci git commit: Change build user to builder

2017-04-27 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 52090f9cb -> 67d84506e Change build user to builder Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/c68372a0 Tree:

[5/5] couchdb-ci git commit: add debian/ubuntu packaging tooling

2017-04-27 Thread wohali
add debian/ubuntu packaging tooling Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/67d84506 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/67d84506 Diff:

[2/5] couchdb-ci git commit: squash me

2017-04-27 Thread wohali
squash me Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/e9fefb6b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/e9fefb6b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/e9fefb6b Branch:

[jira] [Resolved] (COUCHDB-3397) Unauthorized access due to password toLowerCase

2017-04-27 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith resolved COUCHDB-3397. --- Resolution: Fixed > Unauthorized access due to password toLowerCase >

[jira] [Commented] (COUCHDB-3397) Unauthorized access due to password toLowerCase

2017-04-27 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986113#comment-15986113 ] Garren Smith commented on COUCHDB-3397: --- Thanks for reporting. We have a new version of the

[GitHub] garrensmith commented on issue #907: Replication is lowercasing passwords in URLs

2017-04-27 Thread git
garrensmith commented on issue #907: Replication is lowercasing passwords in URLs URL: https://github.com/apache/couchdb-fauxton/issues/907#issuecomment-297626961 Thanks @wohali, We have a new version of the replication section and we fixed this error. This will be in the next CouchDB

[GitHub] garrensmith closed issue #907: Replication is lowercasing passwords in URLs

2017-04-27 Thread git
garrensmith closed issue #907: Replication is lowercasing passwords in URLs URL: https://github.com/apache/couchdb-fauxton/issues/907 This is an automated message from the Apache Git Service. To respond to the message,