[jira] [Commented] (COUCHDB-1934) jquery.couch status

2013-11-19 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827399#comment-13827399 ] Garren Smith commented on COUCHDB-1934: --- I think moving it out to its own repo is

[jira] [Commented] (COUCHDB-1934) jquery.couch status

2013-11-19 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827286#comment-13827286 ] Alexander Shorin commented on COUCHDB-1934: --- If we're considering to deprecate

Re: copyright infringement in CouchDB 1.5.0

2013-11-19 Thread Robert Newson
The ASF has previously considered this question, see https://www.apache.org/legal/resolved.html#json, and agreed that it's fine. Since 1.5.0 we have replaced jshint with ace, which is under the BSD License (https://github.com/ajaxorg/ace/blob/master/LICENSE), jshint will not be present in 1.6.0 on

[L10N] ready to invite translators

2013-11-19 Thread Andy Wenk
Hi all, we are now ready to invite translators to let them do their work ;-). I have finalised the following steps together with Alex and Jan I. (infra). * ASF translation service at https://translate.apache.org/projects/CouchDB/is set up and everything is working fine. The import of the created

git commit: textwork on translator emails

2013-11-19 Thread andywenk
Updated Branches: refs/heads/master 70b60c8fe -> db8601b91 textwork on translator emails splitted the process into two steps. One invitation email and one confirmation. Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-a

Re: copyright infringement in CouchDB 1.5.0

2013-11-19 Thread Calvin Metcalf
the other option is eslint https://github.com/nzakas/eslint On Tue, Nov 19, 2013 at 4:41 PM, Robert Newson wrote: > We'll look into it, thanks for raising it. > > B. > > > On 19 November 2013 21:18, Laszlo Boszormenyi (GCS) > wrote: > > Hi, > > > > The file src/fauxton/assets/js/libs/jshint.js

Re: copyright infringement in CouchDB 1.5.0

2013-11-19 Thread Robert Newson
We'll look into it, thanks for raising it. B. On 19 November 2013 21:18, Laszlo Boszormenyi (GCS) wrote: > Hi, > > The file src/fauxton/assets/js/libs/jshint.js in CouchDB 1.5.0 has a > non-free license. It contains this phrase: "The Software shall be used > for Good, not Evil". Please see how

copyright infringement in CouchDB 1.5.0

2013-11-19 Thread Laszlo Boszormenyi (GCS)
Hi, The file src/fauxton/assets/js/libs/jshint.js in CouchDB 1.5.0 has a non-free license. It contains this phrase: "The Software shall be used for Good, not Evil". Please see how others like Google and Debian realized that this makes it non-free software[1][2]. Other projects like the other NoSQL

Re: How to merge a feature branch into master

2013-11-19 Thread Dirkjan Ochtman
On Tue, Nov 19, 2013 at 2:06 AM, Jan Lehnardt wrote: > As a sidenote, I have some time set aside for December to work on our > CI setup some more so we get integration builds where feature branches > are merged into master and built for testing so we know a branch is > clean to merge & ship. It w

Re: git commit: updated refs/heads/dash-docset to d56471a

2013-11-19 Thread Dirkjan Ochtman
On Tue, Nov 19, 2013 at 1:58 AM, Jan Lehnardt wrote: > I’m happy to set up a jenkins build that publishes new versions of > the Dash doc set. Are you saying you'd prefer to not put this in the build system by default, but let it be handled by some Jenkins job? Cheers, Dirkjan

Re: How to apply a patch from a non-commiter

2013-11-19 Thread Dirkjan Ochtman
On Tue, Nov 19, 2013 at 6:34 PM, Andy Wenk wrote: > another thing I would like to document for new commiters: what is the > process of applying a patch sent by a non-commiter? I stumbled upon this > question while receiving the email with the subject "couchdb pull request: > Update authn.rst" from

How to apply a patch from a non-commiter

2013-11-19 Thread Andy Wenk
Hi all, another thing I would like to document for new commiters: what is the process of applying a patch sent by a non-commiter? I stumbled upon this question while receiving the email with the subject "couchdb pull request: Update authn.rst" from saubaer (funny name in German btw :-) ). Thanks

couchdb pull request: Update authn.rst

2013-11-19 Thread saubaer
Github user saubaer closed the pull request at: https://github.com/apache/couchdb/pull/107

couchdb pull request: Update authn.rst

2013-11-19 Thread saubaer
GitHub user saubaer opened a pull request: https://github.com/apache/couchdb/pull/107 Update authn.rst Typo in documentation. Maybe it's better to rename the function to match the others, wasn't brave enough. You can merge this pull request into a Git repository by running:

RE: Cozy, a personal cloud you can host, hack and delete based on CouchDB

2013-11-19 Thread Jay Clark
I'm curious to know if and how this compares to what http://refuge.io is trying to do. -Original Message- From: Noah Slater [mailto:nsla...@apache.org] Sent: Wednesday, November 06, 2013 11:11 AM To: dev@couchdb.apache.org Subject: Re: Cozy, a personal cloud you can host, hack and delete

Re: Why does CouchDb need attachment length?

2013-11-19 Thread Nick North
I agree - any sensible HTTP client will do chunking or supply a content length for the entire request. It's getting lengths of the individual attachments and putting them into the initial JSON part of the request that's difficult. Luckily my main requirements are for file, string, or byte array at

Re: removing "spam" protection on the wiki

2013-11-19 Thread Jan Lehnardt
On 13 Nov 2013, at 11:57 , Benoit Chesneau wrote: > On Wed, Nov 13, 2013 at 8:23 PM, Noah Slater wrote: > >> Remember that we have community agreement to move to Confluence. I >> would note, however, that you get the same problem with Confluence, >> and so we'll probably need to implement some

Re: How to merge a feature branch into master

2013-11-19 Thread Jan Lehnardt
On 10 Nov 2013, at 13:09 , Dirkjan Ochtman wrote: > On Sun, Nov 10, 2013 at 7:14 PM, Andy Wenk wrote: >> Doesn't make that more sense? Or do I oversee something? > > I think the result would be identical, so I don't think the difference > is material. IIRC it can be tricky to rebase master on

Re: git commit: updated refs/heads/dash-docset to d56471a

2013-11-19 Thread Jan Lehnardt
On 09 Nov 2013, at 07:30 , Dirkjan Ochtman wrote: > On Sat, Nov 9, 2013 at 4:25 PM, wrote: >> Updated Branches: >> refs/heads/dash-docset [created] d56471a1c >> >> docs: enable building a Dash docset > > http://git-wip-us.apache.org/repos/asf/couchdb/commit/d56471a1 > > Dash (http://kapeli

Re: Write a guest blog post for the CouchDB blog

2013-11-19 Thread Jan Lehnardt
On 08 Nov 2013, at 10:11 , Noah Slater wrote: > Yep, let's add it to the planet! :) Who maintains that? That would be me. Send requests my way :) Best Jan -- > We should link > to it from the site. Alex, perhaps you could add a link to the footer > link section. Give me a shout if you don't

Re: Why does CouchDb need attachment length?

2013-11-19 Thread Jan Lehnardt
On 16 Nov 2013, at 13:31 , Nick North wrote: > One more thought before I leave off for the moment. Although this endpoint > was built for the replicator, it is very useful for other clients, as it is > the only way to submit a document and its attachments in a single action. > This is importa

[jira] [Commented] (COUCHDB-1934) jquery.couch status

2013-11-19 Thread Dirkjan Ochtman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826425#comment-13826425 ] Dirkjan Ochtman commented on COUCHDB-1934: -- Deprecating it sounds good to me. I

[jira] [Commented] (COUCHDB-1934) jquery.couch status

2013-11-19 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826344#comment-13826344 ] Garren Smith commented on COUCHDB-1934: --- I agree with [~drsm79] I think we should