[GitHub] wohali commented on issue #79: CouchDB docker image returns incorrect response for multiple view queries

2018-03-08 Thread GitBox
wohali commented on issue #79: CouchDB docker image returns incorrect response for multiple view queries URL: https://github.com/apache/couchdb-nano/issues/79#issuecomment-371719395 Indeed, the klaemo image is long since retired. You need to be running against `apache/couchdb:2.1.1`

[GitHub] wohali commented on issue #1214: CouchDB 2.1.1 View OS Timeouts

2018-03-08 Thread GitBox
wohali commented on issue #1214: CouchDB 2.1.1 View OS Timeouts URL: https://github.com/apache/couchdb/issues/1214#issuecomment-371719159 Hm, I can't confirm this - I just installed on a fresh Debian 8 install from the 2.1.1 packages and everything was fine. Have you done anything

[GitHub] popojargo commented on issue #1063: Remove JQuery uses from setup addon

2018-03-08 Thread GitBox
popojargo commented on issue #1063: Remove JQuery uses from setup addon URL: https://github.com/apache/couchdb-fauxton/pull/1063#issuecomment-371697981 @Antonio-Maranhao I don't know if that's necessary, I basically removed the same thing with #1045

[GitHub] jaydoane opened a new pull request #1215: Introduce bin_opt_info erl_opts compilation option

2018-03-08 Thread GitBox
jaydoane opened a new pull request #1215: Introduce bin_opt_info erl_opts compilation option URL: https://github.com/apache/couchdb/pull/1215 ## Overview As discussed in http://erlang.org/doc/efficiency_guide/binaryhandling.html, the bin_opt_info option can

[GitHub] adamsaeid commented on issue #56: Added support for multiple view queries

2018-03-08 Thread GitBox
adamsaeid commented on issue #56: Added support for multiple view queries URL: https://github.com/apache/couchdb-nano/pull/56#issuecomment-371681788 I've discovered that multiple query views are a little bit broken in the docker image currently used for tests

[GitHub] adamsaeid opened a new issue #79: CouchDB docker image returns incorrect response for multiple view queries

2018-03-08 Thread GitBox
adamsaeid opened a new issue #79: CouchDB docker image returns incorrect response for multiple view queries URL: https://github.com/apache/couchdb-nano/issues/79 The CouchDB image specified used by

[GitHub] Crispy1975 opened a new issue #1214: CouchDB 2.1.1 View OS Timeouts

2018-03-08 Thread GitBox
Crispy1975 opened a new issue #1214: CouchDB 2.1.1 View OS Timeouts URL: https://github.com/apache/couchdb/issues/1214 ## Expected Behavior On installing CouchDB 2.1.1 (also 2.1.0) from the Apache apt repository (Debian Jessie) and running the installation verification from the Fauxton

[GitHub] Antonio-Maranhao opened a new pull request #1064: Remove JQuery uses from database addon

2018-03-08 Thread GitBox
Antonio-Maranhao opened a new pull request #1064: Remove JQuery uses from database addon URL: https://github.com/apache/couchdb-fauxton/pull/1064 ## Overview Remove JQuery uses from database addon ## Testing recommendations - Go to Databases page - List of

[GitHub] nickva opened a new pull request #1213: Handle repeated requests and allow stopping tracer

2018-03-08 Thread GitBox
nickva opened a new pull request #1213: Handle repeated requests and allow stopping tracer URL: https://github.com/apache/couchdb/pull/1213 This is an automated message from the Apache Git Service. To respond to the

[GitHub] Antonio-Maranhao opened a new pull request #1063: Remove JQuery uses from setup addon

2018-03-08 Thread GitBox
Antonio-Maranhao opened a new pull request #1063: Remove JQuery uses from setup addon URL: https://github.com/apache/couchdb-fauxton/pull/1063 ## Overview Remove JQuery uses from setup addon ## Testing recommendations - Go to Setup page - Click on 'Configure a

[GitHub] Antonio-Maranhao opened a new pull request #1062: Remove JQuery usage from config addon

2018-03-08 Thread GitBox
Antonio-Maranhao opened a new pull request #1062: Remove JQuery usage from config addon URL: https://github.com/apache/couchdb-fauxton/pull/1062 ## Overview Remove JQuery usage from config addon ## Testing recommendations - Go to Config page - Add a new option

[GitHub] Antonio-Maranhao commented on issue #1060: Remove all uses of JQuery from the verifyinstall addon

2018-03-08 Thread GitBox
Antonio-Maranhao commented on issue #1060: Remove all uses of JQuery from the verifyinstall addon URL: https://github.com/apache/couchdb-fauxton/pull/1060#issuecomment-371591457 @garrensmith @popojargo Had to change the order of `testPassed` / `testFailed` calls because they didn't match

[Jenkins] SUCCESS: CouchDB ยป master #212

2018-03-08 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/212/

[GitHub] nickva commented on a change in pull request #1212: Add bcrypt hashing option

2018-03-08 Thread GitBox
nickva commented on a change in pull request #1212: Add bcrypt hashing option URL: https://github.com/apache/couchdb/pull/1212#discussion_r173245554 ## File path: src/couch/src/couch_passwords.erl ## @@ -51,7 +51,10 @@ hash_admin_password("pbkdf2", ClearPassword) ->

[GitHub] janl closed pull request #1212: Add bcrypt hashing option

2018-03-08 Thread GitBox
janl closed pull request #1212: Add bcrypt hashing option URL: https://github.com/apache/couchdb/pull/1212 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] janl commented on issue #1097: CouchDB 2.1.1: Compaction daemon - unable to calculate free space for `/run/user/0`: `enoent`

2018-03-08 Thread GitBox
janl commented on issue #1097: CouchDB 2.1.1: Compaction daemon - unable to calculate free space for `/run/user/0`: `enoent` URL: https://github.com/apache/couchdb/issues/1097#issuecomment-371548462 forgot to say: outstanding analysis

[GitHub] janl commented on issue #1097: CouchDB 2.1.1: Compaction daemon - unable to calculate free space for `/run/user/0`: `enoent`

2018-03-08 Thread GitBox
janl commented on issue #1097: CouchDB 2.1.1: Compaction daemon - unable to calculate free space for `/run/user/0`: `enoent` URL: https://github.com/apache/couchdb/issues/1097#issuecomment-371548431 I?d say we go for 4 now with the variant that we still fail if we can?t get the free space

[GitHub] janl opened a new pull request #1212: Add bcrypt hashing option

2018-03-08 Thread GitBox
janl opened a new pull request #1212: Add bcrypt hashing option URL: https://github.com/apache/couchdb/pull/1212 Follow up for #1160 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] janl commented on issue #1160: Add support for Bcrypt password hashing

2018-03-08 Thread GitBox
janl commented on issue #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#issuecomment-371523726 I screwed up the branch here trying to resolve rebase conflicts, apologies. I?ll open a new one with a squashed commit.

[GitHub] janl closed pull request #1160: Add support for Bcrypt password hashing

2018-03-08 Thread GitBox
janl closed pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] garrensmith opened a new pull request #1061: use latest chrome and selenium

2018-03-08 Thread GitBox
garrensmith opened a new pull request #1061: use latest chrome and selenium URL: https://github.com/apache/couchdb-fauxton/pull/1061 Use latest chrome and selenium for our nightwatch tests. This is an automated message from

[GitHub] flimzy closed pull request #252: Suggested edit to make clear what a quorum actually represents.

2018-03-08 Thread GitBox
flimzy closed pull request #252: Suggested edit to make clear what a quorum actually represents. URL: https://github.com/apache/couchdb-documentation/pull/252 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] garrensmith commented on a change in pull request #1060: Remove all uses of JQuery from the verifyinstall addon

2018-03-08 Thread GitBox
garrensmith commented on a change in pull request #1060: Remove all uses of JQuery from the verifyinstall addon URL: https://github.com/apache/couchdb-fauxton/pull/1060#discussion_r173098145 ## File path: app/addons/verifyinstall/resources.js ## @@ -47,7 +48,10 @@

[GitHub] garrensmith commented on a change in pull request #1060: Remove all uses of JQuery from the verifyinstall addon

2018-03-08 Thread GitBox
garrensmith commented on a change in pull request #1060: Remove all uses of JQuery from the verifyinstall addon URL: https://github.com/apache/couchdb-fauxton/pull/1060#discussion_r173098222 ## File path: app/addons/verifyinstall/resources.js ## @@ -77,16 +81,21 @@

[GitHub] garrensmith commented on issue #56: Added support for multiple view queries

2018-03-08 Thread GitBox
garrensmith commented on issue #56: Added support for multiple view queries URL: https://github.com/apache/couchdb-nano/pull/56#issuecomment-371424028 Thanks @adamsaeid that will be great. This is an automated message from