[Jenkins] FAILURE: CouchDB » master #219

2018-03-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/219/

[GitHub] Antonio-Maranhao commented on issue #1065: Remove JQuery uses from documents addon

2018-03-14 Thread GitBox
Antonio-Maranhao commented on issue #1065: Remove JQuery uses from documents addon URL: https://github.com/apache/couchdb-fauxton/pull/1065#issuecomment-373100725 @garrensmith I've addressed all comments. Can you please take a look ?

[GitHub] nickva closed pull request #1223: Bump config dependency to 1.0.3

2018-03-14 Thread GitBox
nickva closed pull request #1223: Bump config dependency to 1.0.3 URL: https://github.com/apache/couchdb/pull/1223 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 request

[GitHub] wohali commented on issue #1223: Bump config dependency to 1.0.3

2018-03-14 Thread GitBox
wohali commented on issue #1223: Bump config dependency to 1.0.3 URL: https://github.com/apache/couchdb/pull/1223#issuecomment-373081785 +1 and thank you for tagging couchdb-config :) This is an automated message from the

[GitHub] nickva opened a new pull request #1223: Bump config dependency to 1.0.3

2018-03-14 Thread GitBox
nickva opened a new pull request #1223: Bump config dependency to 1.0.3 URL: https://github.com/apache/couchdb/pull/1223 This adds fixes to handle non-persistent set_integer/set_boolean values This is an automated

[GitHub] couchdb-config pull request #19: Support not persist variants for helper fun...

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-config/pull/19 ---

[GitHub] wohali commented on issue #1220: when did the processes of the couchjs launch by the beam process(couchdb)?

2018-03-14 Thread GitBox
wohali commented on issue #1220: when did the processes of the couchjs launch by the beam process(couchdb)? URL: https://github.com/apache/couchdb/issues/1220#issuecomment-373039453 `couchjs` processes are launched as needed by CouchDB for processing JavaScript. You can adjust

[GitHub] wohali closed issue #1220: when did the processes of the couchjs launch by the beam process(couchdb)?

2018-03-14 Thread GitBox
wohali closed issue #1220: when did the processes of the couchjs launch by the beam process(couchdb)? URL: https://github.com/apache/couchdb/issues/1220 This is an automated message from the Apache Git Service. To respond

[GitHub] couchdb-config issue #19: Support not persist variants for helper functions

2018-03-14 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-config/pull/19 Wow! Surprised we didn't have these already. +1. ---

[GitHub] couchdb-config pull request #19: Support not persist variants for helper fun...

2018-03-14 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-config/pull/19 Support not persist variants for helper functions This adds support for specifying Persist argument for the following helper functions: * set_boolean * set_integer *

[GitHub] jiangphcn opened a new pull request #1222: [WIP] Support queries for endpoints

2018-03-14 Thread GitBox
jiangphcn opened a new pull request #1222: [WIP] Support queries for endpoints URL: https://github.com/apache/couchdb/pull/1222 ## Overview Allow to POST to `/{db}/_all_docs/queries` and specify a queries list in the body, the same way you can do for design documents

[GitHub] kdoran opened a new issue #1221: `_changes` filtered on `_doc_ids` returns unexpected `last_seq`

2018-03-14 Thread GitBox
kdoran opened a new issue #1221: `_changes` filtered on `_doc_ids` returns unexpected `last_seq` URL: https://github.com/apache/couchdb/issues/1221 ## Expected Behavior From: http://docs.couchdb.org/en/2.1.1/api/database/changes.html#post--db-_changes: > "last_seq is the update

[GitHub] mudanzha opened a new issue #1220: when did the processes of the couchjs launch by the beam process(couchdb)?

2018-03-14 Thread GitBox
mudanzha opened a new issue #1220: when did the processes of the couchjs launch by the beam process(couchdb)? URL: https://github.com/apache/couchdb/issues/1220 i installed couchdb in 3 different VM, and make them into a cluster using Haproxy as a proxy agent。But the processes of

[GitHub] nickva closed pull request #1219: Implement format_status/2 for replication worker gen_server

2018-03-14 Thread GitBox
nickva closed pull request #1219: Implement format_status/2 for replication worker gen_server URL: https://github.com/apache/couchdb/pull/1219 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