[GitHub] couchdb pull request #461: TEST DO NOT MERGE

2017-03-20 Thread wohali
Github user wohali closed the pull request at: https://github.com/apache/couchdb/pull/461 --- 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

[GitHub] couchdb pull request #461: TEST DO NOT MERGE

2017-03-20 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb/pull/461 TEST DO NOT MERGE ASFBot: dance You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/couchdb humbedooh-test Alternatively you can review and

[GitHub] couchdb-nano issue #26: Support for _find (mango queries)

2017-03-20 Thread glynnbird
Github user glynnbird commented on the issue: https://github.com/apache/couchdb-nano/issues/26 We have support for this in the [nodejs-cloudant](https://github.com/cloudant/nodejs-cloudant/blob/master/cloudant.js#L152) library. Mango was originally a cloudant-only thing but since

[GitHub] couchdb issue #340: Update Dockerfile

2017-03-20 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb/pull/340 @klaemo Thanks. FYI we _are_ using Docker to build CouchDB in our Apache Jenkins CI environment. Details are over at the https://github.com/apache/couchdb-ci repository. Any comments you have are

[GitHub] couchdb pull request #340: Update Dockerfile

2017-03-20 Thread wohali
Github user wohali closed the pull request at: https://github.com/apache/couchdb/pull/340 --- 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

[GitHub] couchdb-nano issue #26: Support for _find (mango queries)

2017-03-20 Thread kokarn
Github user kokarn commented on the issue: https://github.com/apache/couchdb-nano/issues/26 This would indeed be great --- 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

[GitHub] couchdb-fauxton issue #868: Update to webpack 2

2017-03-20 Thread millayr
Github user millayr commented on the issue: https://github.com/apache/couchdb-fauxton/pull/868 +1 pending the minor comments/tweaks --- 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

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106922187 --- Diff: snapcraft.yaml --- @@ -0,0 +1,81 @@ +name: couchdb +version: 2.0 +summary: Document based database +description: CouchDB is a

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread mhall119
Github user mhall119 commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106921386 --- Diff: snapcraft.yaml --- @@ -0,0 +1,81 @@ +name: couchdb +version: 2.0 +summary: Document based database +description: CouchDB is a

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread mhall119
Github user mhall119 commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106921127 --- Diff: .gitignore --- @@ -4,7 +4,6 @@ config.erl install.mk rel/*.config rel/dev* -rel/snap* --- End diff -- That hasn't

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread wohali
Github user wohali commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106920431 --- Diff: .gitignore --- @@ -4,7 +4,6 @@ config.erl install.mk rel/*.config rel/dev* -rel/snap* --- End diff -- You also need

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106920400 --- Diff: snapcraft.yaml --- @@ -0,0 +1,81 @@ +name: couchdb +version: 2.0 +summary: Document based database +description: CouchDB is a

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106920376 --- Diff: .gitignore --- @@ -4,7 +4,6 @@ config.erl install.mk rel/*.config rel/dev* -rel/snap* --- End diff -- ooh I was

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread rnewson
Github user rnewson closed the pull request at: https://github.com/apache/couchdb/pull/460 --- 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

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread wohali
Github user wohali commented on a diff in the pull request: https://github.com/apache/couchdb/pull/460#discussion_r106920067 --- Diff: .gitignore --- @@ -4,7 +4,6 @@ config.erl install.mk rel/*.config rel/dev* -rel/snap* --- End diff -- You probably

[GitHub] couchdb pull request #460: Change snap packaging to build from source

2017-03-20 Thread mhall119
GitHub user mhall119 opened a pull request: https://github.com/apache/couchdb/pull/460 Change snap packaging to build from source ## Overview Rather than creating a snap package from pre-build binaries, this allows building the snap package directly from source.

Re: Stabilizing our automated builds - help needed!

2017-03-20 Thread Jan Lehnardt
Great work Joan, thank you for putting up with all the crap we let pile up. Let’s not have that happen again! I think I fixed the JS test case here: https://github.com/apache/couchdb/commit/69a71d976081cefb25903fd3165de821fc20c86c Best Jan -- > On 20 Mar 2017, at 06:50, Joan Touzet

[GitHub] couchdb issue #354: [WIP] JS tests on 2.0 — DO NOT MERGE YET

2017-03-20 Thread sebastianrothbucher
Github user sebastianrothbucher commented on the issue: https://github.com/apache/couchdb/pull/354 as far as I can remember, we can indeed close it (leaving it up 2 @janl still) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

CouchDB Documentation guidelines

2017-03-20 Thread Jonathan Hall
In the last month I've been reading through a lot of CouchDB documentation, as I'm writing a CouchDB Client API library. As such, I've had a lot of opportunity to submit documentation update PRs. But I find myself wishing for greater guidance than can be found simply by reading the existing

Re: Stabilizing our automated builds - help needed!

2017-03-20 Thread Jay Doane
On Sun, Mar 19, 2017 at 10:50 PM, Joan Touzet wrote: > > -- > module 'couch_log_writer_syslog_test' > couch_log_writer_syslog_test: couch_log_writer_syslog_test_...*timed > out* > undefined > > Not sure why this times out, can we increase the

[GitHub] couchdb-documentation pull request #48: Fix the build, and fix the location ...

2017-03-20 Thread philip-morning
Github user philip-morning closed the pull request at: https://github.com/apache/couchdb-documentation/pull/48 --- 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

[GitHub] couchdb-documentation issue #48: Fix the build, and fix the location of the ...

2017-03-20 Thread philip-morning
Github user philip-morning commented on the issue: https://github.com/apache/couchdb-documentation/pull/48 Yes. :-) Thank you for working on CouchDB. --- 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

[GitHub] couchdb-nano issue #36: Streamable multipart attachments are not supported

2017-03-20 Thread stevebest
GitHub user stevebest opened an issue: https://github.com/apache/couchdb-nano/issues/36 Streamable multipart attachments are not supported Consider a scenario when you want to upload a document and several attachments to a CouchDB in a single request - a typical example would be