[GitHub] sergey-safarov commented on issue #1119: Could not open shard

2018-02-13 Thread GitBox
sergey-safarov commented on issue #1119: Could not open shard URL: https://github.com/apache/couchdb/issues/1119#issuecomment-365190833 Hello Joan (@wohali) Ticket is marked as `waiting for user`. Could you write what is need to do from my side? ---

[GitHub] nono opened a new issue #246: Add documentation about the POST _bulk_get endpoint

2018-02-13 Thread GitBox
nono opened a new issue #246: Add documentation about the POST _bulk_get endpoint URL: https://github.com/apache/couchdb-documentation/issues/246 Hello, the POST _bulk_get endpoint is implemented by CouchDB since version 2.0.0 (at least, this is what the release notes say), but I don't fin

[GitHub] pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing

2018-02-13 Thread GitBox
pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#discussion_r167856980 ## File path: src/couch/src/couch_users_db.erl ## @@ -75,7 +76,7 @@ save_doc(#doc{body={Body}} = Doc) ->

[GitHub] pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing

2018-02-13 Thread GitBox
pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#discussion_r167857812 ## File path: src/couch/src/couch_passwords.erl ## @@ -51,7 +51,10 @@ hash_admin_password("pbkdf2", Clear

[GitHub] pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing

2018-02-13 Thread GitBox
pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#discussion_r167857812 ## File path: src/couch/src/couch_passwords.erl ## @@ -51,7 +51,10 @@ hash_admin_password("pbkdf2", Clear

[GitHub] pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing

2018-02-13 Thread GitBox
pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#discussion_r167858059 ## File path: src/couch/src/couch_users_db.erl ## @@ -84,6 +85,13 @@ save_doc(#doc{body={Body}} = Doc) ->

[GitHub] pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing

2018-02-13 Thread GitBox
pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#discussion_r167857812 ## File path: src/couch/src/couch_passwords.erl ## @@ -51,7 +51,10 @@ hash_admin_password("pbkdf2", Clear

[GitHub] pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing

2018-02-13 Thread GitBox
pierrekilly commented on a change in pull request #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#discussion_r167858059 ## File path: src/couch/src/couch_users_db.erl ## @@ -84,6 +85,13 @@ save_doc(#doc{body={Body}} = Doc) ->

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

2018-02-13 Thread GitBox
pierrekilly commented on issue #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#issuecomment-365265915 Thanks @wohali for your review! I have to say this is the first time I contribute to a big opensource project, and the first time I work with

[GitHub] janl closed pull request #968: Simplify make dist approach

2018-02-13 Thread GitBox
janl closed pull request #968: Simplify make dist approach URL: https://github.com/apache/couchdb/pull/968 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[Jenkins] FAILURE: CouchDB » master #187

2018-02-13 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/187/

[GitHub] janl commented on issue #745: Replication with attachments never completes, {mp_parser_died,noproc} error

2018-02-13 Thread GitBox
janl commented on issue #745: Replication with attachments never completes, {mp_parser_died,noproc} error URL: https://github.com/apache/couchdb/issues/745#issuecomment-365280884 Some news. I now have a test setup that I?m happy to give people ssh access to, that simulates the problem well

[Jenkins] SUCCESS: CouchDB » master #188

2018-02-13 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/188/

[GitHub] janl opened a new pull request #1161: Add ./configure --dev as alias for -c --disable-{docs,fauxton}

2018-02-13 Thread GitBox
janl opened a new pull request #1161: Add ./configure --dev as alias for -c --disable-{docs,fauxton} URL: https://github.com/apache/couchdb/pull/1161 As a CouchDB developer, I find myself typing `./configure -c --disable-docs --disable-fauxton` a lot, and I long for a shortcut, so I?m intr

[GitHub] janl commented on issue #745: Replication with attachments never completes, {mp_parser_died,noproc} error

2018-02-13 Thread GitBox
janl commented on issue #745: Replication with attachments never completes, {mp_parser_died,noproc} error URL: https://github.com/apache/couchdb/issues/745#issuecomment-365290431 Quick update, the patch fails `make check`: ``` module 'couch_replicator_missing_stubs_tests' Rep

[GitHub] wohali commented on issue #1161: Add ./configure --dev as alias for -c --disable-{docs,fauxton}

2018-02-13 Thread GitBox
wohali commented on issue #1161: Add ./configure --dev as alias for -c --disable-{docs,fauxton} URL: https://github.com/apache/couchdb/pull/1161#issuecomment-365291491 +1, me too This is an automated message from the Apache G

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

2018-02-13 Thread GitBox
wohali commented on issue #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#issuecomment-365297966 Hi @pierrekilly , Oops, I wasn't clear in my comments, sorry about that. You *should* use the same value for iterations for `bcrypt`

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

2018-02-13 Thread GitBox
wohali commented on issue #1160: Add support for Bcrypt password hashing URL: https://github.com/apache/couchdb/pull/1160#issuecomment-365303878 And because this is your first contribution - THANK YOU for contributing to CouchDB! We're always happy to have new collaborators on our project.