[jira] [Commented] (COUCHDB-1946) Trying to replicate NPM grinds to a halt after 40GB

2013-12-05 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840949#comment-13840949 ] Adam Kocoloski commented on COUCHDB-1946: - I played with setting the {{\{fullswe

couchdb pull request: Fauxton copy tweaks

2013-12-05 Thread BigBlueHat
GitHub user BigBlueHat opened a pull request: https://github.com/apache/couchdb/pull/117 Fauxton copy tweaks Working on clarity, consistency, and simplicity...and such. :smile_cat: You can merge this pull request into a Git repository by running: $ git pull https://github.com/

[jira] [Commented] (COUCHDB-1946) Trying to replicate NPM grinds to a halt after 40GB

2013-12-05 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840549#comment-13840549 ] Adam Kocoloski commented on COUCHDB-1946: - [~dch] was kind enough to allow me on

Re: Chunked input for multipart/related requests

2013-12-05 Thread Nick North
To answer my own question on this: Option 3 turns out to be simple to implement and apparently efficient, so I'm testing some code now and will put together a pull request when I'm happy with it. The code replaces both chunked and unchunked transfers with the Mochiweb stream_body function so I'm tr

Re: [PROPOSAL] new underscore namespacing

2013-12-05 Thread Filippo Fadda
In the ElephantOnCouch every subclass of the superclass Doc is persistent. Inside the class Doc, there is an array called "meta" to store the document's metadata. Actually _id, _rev, etc. are also metadata, but I like the idea to separate the document properties (_id, _rev, _deleted, etc.) from

Re: Version 1.4 features: Plugin system

2013-12-05 Thread Franck Eyraud
Hello, I cross post this since it seems better to follow up on the developers mailing list. I started to work from Jan's my-first-couchdb-plugin to adapt the LDAP feature from chao into a couchDB plugin. https://github.com/franck-eyraud/ldap-auth-couchdb-plugin Up to now, I managed to do it

Re: [PROPOSAL] new underscore namespacing

2013-12-05 Thread Eli Stevens (Gmail)
On Tue, Dec 3, 2013 at 10:20 AM, Benjamin Young wrote: > Sphinx (for one...among many...), uses "_*" prefixed folders for it's > styles, templates, etc. So does Github's ghpages. ... > The point with "/_/" was to narrow the surface area of the API. I'd like to point out that if the goal is to red

Re: [Couchdb Wiki] Update of "Committers" by andywenk

2013-12-05 Thread Noah Slater
Thanks! On 5 December 2013 16:43, Andy Wenk wrote: > done :) > > > On 4 December 2013 23:36, Noah Slater wrote: > >> Can you add a note like this to the template email done_committer.txt? >> Thanks! >> >> On 24 November 2013 23:53, Andy Wenk wrote: >> > Hi dear fellow committers, >> > >> > I ha

Re: [Couchdb Wiki] Update of "Committers" by andywenk

2013-12-05 Thread Andy Wenk
done :) On 4 December 2013 23:36, Noah Slater wrote: > Can you add a note like this to the template email done_committer.txt? > Thanks! > > On 24 November 2013 23:53, Andy Wenk wrote: > > Hi dear fellow committers, > > > > I have updated the committers page at > > https://wiki.apache.org/couch

git commit: update info for new committers in done_committer.txt

2013-12-05 Thread andywenk
Updated Branches: refs/heads/master afa8c189d -> 1d57d216a update info for new committers in done_committer.txt Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/1d57d216 Tree: http://git-wip-us.apache.org/re

Re: Inconsistencies in documentation

2013-12-05 Thread Dirkjan Ochtman
On Thu, Dec 5, 2013 at 3:58 PM, Hart Simha wrote: > unfortunately I can't be sure of the proper way to correct them, since the > reason I'm reading through the docs in the first place is to learn how > CouchDB works. Is there any way I could help improve the documentation by > either forking the p

Inconsistencies in documentation

2013-12-05 Thread Hart Simha
I'm a newcomer to couchdb and am currently plodding my way through the documentation, but have found them to be suffering from inconsistencies throughout. I'd like to help contribute towards improving them, but unfortunately I can't be sure of the proper way to correct them, since the reason I'm re

couchdb pull request: Fixing pronoun, delivering world peace

2013-12-05 Thread streunerlein
Github user streunerlein closed the pull request at: https://github.com/apache/couchdb/pull/116

couchdb pull request: Fixing pronoun, delivering world peace

2013-12-05 Thread streunerlein
GitHub user streunerlein opened a pull request: https://github.com/apache/couchdb/pull/116 Fixing pronoun, delivering world peace because a pronoun changes the world You can merge this pull request into a Git repository by running: $ git pull https://github.com/streunerlein/cou

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-12-05 Thread Matt Goodall
For the record, I think it's important to remember that design docs are extensible, i.e. couchapp-style tools should also support 'fulltext' (couchdb-lucene), 'spatial' (geocouch), etc members. In general, that means blindly building a design doc from whatever bits (js, json, plain text) are on dis

[jira] [Commented] (COUCHDB-1953) Speed up parsing of multipart/related requests

2013-12-05 Thread Nick North (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839993#comment-13839993 ] Nick North commented on COUCHDB-1953: - Continuing with Alexander's benchmark questio

[jira] [Updated] (COUCHDB-1953) Speed up parsing of multipart/related requests

2013-12-05 Thread Nick North (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick North updated COUCHDB-1953: Attachment: tests1953.erl To help with reviewing, I've attached some tests in the file tests1953.

[jira] [Commented] (COUCHDB-1946) Trying to replicate NPM grinds to a halt after 40GB

2013-12-05 Thread Dave Cottlehuber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839966#comment-13839966 ] Dave Cottlehuber commented on COUCHDB-1946: --- Hey Adam, thanks. Yes it does, re