[GitHub] couchdb-documentation pull request #113: Bring back the correct implementati...

2017-03-17 Thread nickva
Github user nickva closed the pull request at: https://github.com/apache/couchdb-documentation/pull/113 --- 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

[PROPOSAL] Drop PDF / texinfo documentation builds

2017-03-17 Thread Joan Touzet
Hi everyone, I'd like to propose dropping the PDF and texinfo targets from our documentation build, or at the very least, having them not be part of the default target / not standard deliverables for the project. We'd continue to build HTML documentation as part of the workflow, naturally, as wel

[GitHub] couchdb issue #456: Count JS test pass/fails; return proper exit code

2017-03-17 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb/pull/456 Ironically, the failed Travis CI run shows exactly what I mean. I don't know if the failing JS test (`test/javascript/tests/replication.js`) fails only on R16B03 because we have a bug there, or becau

[GitHub] couchdb-fauxton issue #741: show vertical scrollbar on attachment list when ...

2017-03-17 Thread samk1
Github user samk1 commented on the issue: https://github.com/apache/couchdb-fauxton/pull/741 @garrensmith It's been a long time since i've worked on this so master has moved a long way forward, any tips on how to best start working on this again with Git? I tried rebasing onto master

[GitHub] couchdb pull request #456: Count JS test pass/fails; return proper exit code

2017-03-17 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb/pull/456 Count JS test pass/fails; return proper exit code Currently `test/javascript/run` always returns an exit code of `0`, regardless of whether any tests fail or not. This makes any sort of autom

[GitHub] couchdb-fauxton pull request #877: Text tidying on Metadata Page

2017-03-17 Thread justin-mcdavid-ibm
GitHub user justin-mcdavid-ibm opened a pull request: https://github.com/apache/couchdb-fauxton/pull/877 Text tidying on Metadata Page Removed redundant intro text on the ddoc metadata page. Before: ![screen shot 2017-03-17 at 1 19 23 pm](https://cloud.githubusercontent

Re: Angående: Re: NanoJS

2017-03-17 Thread Garren Smith
Awesome. Thank you Carlos, this is great. On Fri, 17 Mar 2017 at 4:17 PM Carlos Duclos wrote: > Hi,I copied almost all the issues from the old repository to the new one. > There were a few issues that did not make sense to port, so they remained > there with a message for the author to close t

Re: Benchmarking CouchDB Views

2017-03-17 Thread Robert Kowalski
Nice, thank you Alex! On Fri, Mar 17, 2017 at 10:25 AM, Alexander Shorin wrote: > FYI: > https://medium.com/@excieve/benchmarking-couchdb-views- > abb7a0a891b2#.y8os5bk3v > > -- > ,,,^..^,,, >

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

2017-03-17 Thread millayr
Github user millayr commented on the issue: https://github.com/apache/couchdb-fauxton/pull/868 This is great! Left a few comments @garrensmith --- 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 hav

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

2017-03-17 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106692449 --- Diff: test/test.config.underscore --- @@ -12,7 +12,7 @@ // License for the specific language governing permissions and limitations under

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

2017-03-17 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106686509 --- Diff: devserver.js --- @@ -4,6 +4,7 @@ var webpack = require('webpack'); var WebpackDev = require('webpack-dev-server'); var config = r

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

2017-03-17 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106692659 --- Diff: test/test.config.underscore --- @@ -12,7 +12,7 @@ // License for the specific language governing permissions and limitations under

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

2017-03-17 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106698032 --- Diff: webpack.config.release.js --- @@ -49,51 +73,71 @@ module.exports = { }, module: { -preLoaders: [ - {

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

2017-03-17 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106686584 --- Diff: devserver.js --- @@ -98,9 +81,33 @@ var runWebpackServer = function () { // don't explode on cancelled requests });

Re: Commits to the wrong list?

2017-03-17 Thread Filippo Fadda
Thank you Jan -Filippo > On 17 Mar 2017, at 13:53, Jan Lehnardt wrote: > > Oh, I was told this was fixed already. > > I’m on it. > > Best > Jan > -- >> On 17 Mar 2017, at 14:45, Filippo Fadda > > wrote: >> >> Hi Jan, >> >> it has been a week now, isn’

[GitHub] couchdb-nano issue #22: TypeError: Cannot use 'in' operator to search for 'c...

2017-03-17 Thread bedney
Github user bedney commented on the issue: https://github.com/apache/couchdb-nano/issues/22 This bug has been fixed in PR: https://github.com/apache/couchdb-nano/pull/5 Feel free to close. --- If your project is set up for it, you can reply to this email and have your reply a

Re: Commits to the wrong list?

2017-03-17 Thread Jan Lehnardt
Oh, I was told this was fixed already. I’m on it. Best Jan -- > On 17 Mar 2017, at 14:45, Filippo Fadda > wrote: > > Hi Jan, > > it has been a week now, isn’t possible to change the e-mail on GitHub from > dev@couchdb.apache.org to > comm...@couchdb.apache.or

Re: Angående: Re: NanoJS

2017-03-17 Thread Carlos Duclos
Hi,I copied almost all the issues from the old repository to the new one. There were a few issues that did not make sense to port, so they remained there with a message for the author to close them. I cannot close issues on the old repository myself, so we have to wait until the old owner (or an

[GitHub] couchdb-nano issue #35: db.multipart.get does not work with Cloudant Local 1...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/35 db.multipart.get does not work with Cloudant Local 1.0.0.5 [Original issue](https://github.com/dscape/nano/issues/348) __yawenchien__ Version Cloudant Local 1.0.0.5 Cl

[GitHub] couchdb-nano issue #34: Couch DB 2 compatibilty

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/34 Couch DB 2 compatibilty [Original issue](https://github.com/dscape/nano/issues/345) The question is about supporting couchdb 2.0, see original issue. --- If your project

[GitHub] couchdb-nano issue #33: Can not get correct userctx

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/33 Can not get correct userctx [Original issue](https://github.com/dscape/nano/issues/342) __ceremcem__ When I open the example.com/_session, it returns: ```javascript {"user

[GitHub] couchdb-nano issue #32: Perform search over POST too

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/32 Perform search over POST too [Original issue](https://github.com/dscape/nano/issues/338) __TheHominid__ A too long search query results in an error 400 from couchDB (due to GET ur

[GitHub] couchdb-nano issue #31: Cannot specify auth in initialization object

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/31 Cannot specify auth in initialization object [Original issue](https://github.com/dscape/nano/issues/336) __timwis__ I'd like to pass a username and password to nano without storing

[GitHub] couchdb-nano issue #30: Regular expression in `scrub` produces incorrect res...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/30 Regular expression in `scrub` produces incorrect results if URL path portion contains a bare '@' [Original issue](https://github.com/dscape/nano/issues/334) __browndav__ In https:

[GitHub] couchdb-nano issue #29: Handle ECONNRESET errors

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/29 Handle ECONNRESET errors [Original issue](https://github.com/dscape/nano/issues/332) __fhahne__ I may be missing something here, but it seems that nano is not handling ECONNRESET

[GitHub] couchdb-nano issue #28: Please, consider using "follow" library with the fol...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/28 Please, consider using "follow" library with the following patch [Original issue](https://github.com/dscape/nano/issues/331) __MaxXx1313__ Hi! It looks like "follow" library is

[GitHub] couchdb-nano issue #27: Support for mango index creation

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/27 Support for mango index creation [Original issue](https://github.com/dscape/nano/issues/330) __chrisfosterelli__ Related to #dscape/nano/329 To create mango indices to que

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

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/26 Support for _find (mango queries) [Original issue](https://github.com/dscape/nano/issues/329) __chrisfosterelli__ CouchDB 2.0 has a _find route that accepts mango queries. We're us

[GitHub] couchdb-nano issue #25: Add missing cleanup_views functionality

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/25 Add missing cleanup_views functionality [Original issue](https://github.com/dscape/nano/issues/322) __satazor__ See: http://docs.couchdb.org/en/1.6.1/maintenance/compaction.html#v

[GitHub] couchdb-nano issue #24: Allow forcing GET on VIEW commands (even with keys)

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/24 Allow forcing GET on VIEW commands (even with keys) [Original issue](https://github.com/dscape/nano/issues/321) __libHive__ This issue rose when working against Cloudant. Their pri

[GitHub] couchdb-nano issue #23: Some question

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/23 Some question [Original issue](https://github.com/dscape/nano/issues/316) Not copying the body of the issue since it is a question about how to do something and it contains pictures a

[GitHub] couchdb-nano issue #22: TypeError: Cannot use 'in' operator to search for 'c...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/22 TypeError: Cannot use 'in' operator to search for 'counts' in undefined [Original issue](https://github.com/dscape/nano/issues/313) __kanongil__ Regression in 6.2.0 from c03b552. T

Re: Commits to the wrong list?

2017-03-17 Thread Filippo Fadda
Hi Jan, it has been a week now, isn’t possible to change the e-mail on GitHub from dev@couchdb.apache.org to comm...@couchdb.apache.org ? Otherwise I guess I will be forced to abandon the list. Cordially -Filippo > On 9 Mar 20

[GitHub] couchdb-nano issue #21: weird headers getting passed through

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/21 weird headers getting passed through [Original issue](https://github.com/dscape/nano/issues/311) __mandric__ There are two headers, uri and statusCode which are not valid http that

[GitHub] couchdb-nano issue #20: anonymous functions transpiled with babel don't work...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/20 anonymous functions transpiled with babel don't work with _design docs in couchdb [Original issue](https://github.com/dscape/nano/issues/309) __export-mike__ Hi I've been using na

[GitHub] couchdb-nano issue #19: Dependency might be out of date

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/19 Dependency might be out of date [Original issue](https://github.com/dscape/nano/issues/307) __danielcobo__ It seems the dependency used for following changes in CouchDB could be o

[GitHub] couchdb-nano issue #18: define a configurable default timeout for all reques...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/18 define a configurable default timeout for all request, and provide timeouts for specific requests [Original issue](https://github.com/dscape/nano/issues/305) __osher__ Hi, I w

[GitHub] couchdb-nano issue #17: Documentation needs fixed for passing keys as parame...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/17 Documentation needs fixed for passing keys as parameter in db.view [Original issue](https://github.com/dscape/nano/issues/304) __PaulAllan1__ Currently the documentation for db.vie

[GitHub] couchdb-nano issue #16: db.list params ?

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/16 db.list params ? [Original issue](https://github.com/dscape/nano/issues/302) __pjatinsight__ Apologies if this is a newbie mistake. Trying to get back some documents witho

[GitHub] couchdb-nano issue #15: Use of 'docname' in documents unclear

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/15 Use of 'docname' in documents unclear [Original issue](https://github.com/dscape/nano/issues/298) __justin-hackin__ I am new to Cloudant and couchdb so forgive my ignorance, but I'

[GitHub] couchdb-nano issue #14: Evaluate whether requestDefaults are preserved for d...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/14 Evaluate whether requestDefaults are preserved for database api [Original issue](https://github.com/dscape/nano/issues/296) While investigating eHealthAfrica/couchdb-bootstrap#28 ---

[GitHub] couchdb-nano issue #13: Missing db.attachment.head method

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/13 Missing db.attachment.head method [Original issue](https://github.com/dscape/nano/issues/295) __hellboy81__ I should pipe attachment stream to response stream with correct error h

[GitHub] couchdb-nano issue #12: Handle database names with `/` in them

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/12 Handle database names with `/` in them [Original issue](https://github.com/dscape/nano/issues/291) __BigBlueHat__ Right now, if I give couchdb-push (which depends on nano) a URL li

[GitHub] couchdb-nano issue #11: insertDocument API broken backwards compatibility (c...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/11 insertDocument API broken backwards compatibility (cannot update document) [Original issue](https://github.com/dscape/nano/issues/288) __nacho4d__ Hello everyone. Thanks f

[GitHub] couchdb-nano issue #10: Broken logging

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/10 Broken logging [Original issue](https://github.com/dscape/nano/issues/284). __jzaefferer__ I'm trying to get nano to log all requests while running tests, which are supposed to st

[GitHub] couchdb-nano issue #9: DB.insert: Can not insert extra headers like If-Match...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/9 DB.insert: Can not insert extra headers like If-Match:rev to handle 'Document update conflict' [Original issue](https://github.com/dscape/nano/issues/281) __cloidjgreen__ This migh

[GitHub] couchdb-nano issue #8: db.follow ignores requestDefaults

2017-03-17 Thread carlosduclos
Github user carlosduclos commented on the issue: https://github.com/apache/couchdb-nano/issues/8 This issue was referenced in other repositories too. I asked the author to look at this and continue the discussion here if relevant. --- If your project is set up for it, you can reply t

[GitHub] couchdb-nano issue #8: db.follow ignores requestDefaults

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/8 db.follow ignores requestDefaults [Original issue](https://github.com/dscape/nano/issues/278) __gr2m__ Given a database exists at http://localhost:5984/db-with-security, wh

[GitHub] couchdb-nano issue #7: Couchdb-lucene support / interoperability with Clouda...

2017-03-17 Thread carlosduclos
Github user carlosduclos commented on the issue: https://github.com/apache/couchdb-nano/issues/7 There is a pull request in the original issue, I asked the author to port it to this repository. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] couchdb-nano issue #7: Couchdb-lucene support / interoperability with Clouda...

2017-03-17 Thread carlosduclos
GitHub user carlosduclos opened an issue: https://github.com/apache/couchdb-nano/issues/7 Couchdb-lucene support / interoperability with Cloudant [Original issue](https://github.com/dscape/nano/issues/263) --- If your project is set up for it, you can reply to this emai

Benchmarking CouchDB Views

2017-03-17 Thread Alexander Shorin
FYI: https://medium.com/@excieve/benchmarking-couchdb-views-abb7a0a891b2#.y8os5bk3v -- ,,,^..^,,,