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 doc

[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

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 wrote: >

[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. M

[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 n

[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 en

[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 too

[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 databa

[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 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 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 data

[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 databa

[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 featur

[GitHub] couchdb issue #340: Update Dockerfile

2017-03-20 Thread klaemo
Github user klaemo commented on the issue: https://github.com/apache/couchdb/pull/340 I don't think so. There doesn't seem that much interest in a dockerized CouchDB development environment in the community. Also I don't have the time to maintain it anymore. --- If your project 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 and

[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 mos

[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 ena

[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 Couc

[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 a

[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 ena

[GitHub] couchdb issue #461: TEST DO NOT MERGE

2017-03-20 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb/pull/461 Test complete. --- 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

[GitHub] couchdb-fauxton pull request #878: Small changes to Button Text and Styles

2017-03-20 Thread justin-mcdavid-ibm
GitHub user justin-mcdavid-ibm opened a pull request: https://github.com/apache/couchdb-fauxton/pull/878 Small changes to Button Text and Styles Added icons to buttons that trigger data changes, and removed the icon a button that does not trigger a change to stored data. Sw

[GitHub] couchdb issue #437: Use ibrowse 4.3

2017-03-20 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb/pull/437 The 3.0 plan is to replace mochiweb, the web server. I've not seen a conversation about changing the web client we use (I'm open to it, I just don't think it's come up yet) --- If your project is