[jira] [Created] (COUCHDB-1207) Security Issue when importing .couch files to another CouchDB

2011-06-29 Thread Axel Meyer (JIRA)
Security Issue when importing .couch files to another CouchDB - Key: COUCHDB-1207 URL: https://issues.apache.org/jira/browse/COUCHDB-1207 Project: CouchDB Issue Type: Bug

Re: waitForRestart() double request()

2011-06-29 Thread Chris Anderson
On Wed, Jun 29, 2011 at 9:07 AM, Paul Davis wrote: > On Wed, Jun 29, 2011 at 9:45 AM, Jan Lehnardt wrote: >> Heya, >> >> I may be missing something, but our weitForRestart() function seems to have >> an accidental line duplication: That whole spot is gnarly. I did the double GET thing because i

Re: MapServer and CouchDB

2011-06-29 Thread Chris Anderson
Norman, I'd suggest looking at Paul Davis's write up of the externals API. It is designed to do 2 things well: * keep a background process alive, usually an HTTP server * proxy requests to that HTTP server http://davispj.com/2010/09/26/new-couchdb-externals-api.html I'm not sure if you'd be abl

[jira] [Updated] (COUCHDB-1197) trunk no longer builds on Windows

2011-06-29 Thread Dave Cottlehuber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1197: -- Attachment: COUCHDB-1197_fix_snappy_v3.patch COUCHDB-1197_fix_libcurl_

[jira] [Updated] (COUCHDB-1197) trunk no longer builds on Windows

2011-06-29 Thread Dave Cottlehuber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1197: -- Attachment: (was: COUCHDB-1197_fix_ejson.patch) > trunk no longer builds on Windo

[jira] [Updated] (COUCHDB-1197) trunk no longer builds on Windows

2011-06-29 Thread Dave Cottlehuber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1197: -- Attachment: (was: COUCHDB-1197_fix_libcurl.patch) > trunk no longer builds on Win

[jira] [Updated] (COUCHDB-1197) trunk no longer builds on Windows

2011-06-29 Thread Dave Cottlehuber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1197: -- Attachment: (was: COUCHDB-1197_fix_ejson_v2.patch) > trunk no longer builds on Wi

[jira] [Resolved] (COUCHDB-1171) Multiple requests to _changes feed causes {error, system_limit} "Too many processes"

2011-06-29 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-1171. Resolution: Fixed > Multiple requests to _changes feed causes {error, system_limit} "Too

Re: SpiderMonkey Version Support

2011-06-29 Thread Jan Lehnardt
On 29 Jun 2011, at 21:32, Randall Leeds wrote: > On Wed, Jun 29, 2011 at 11:53, Dirkjan Ochtman wrote: >> On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote: >>> Except if people have trouble installing / upgrading CouchDB, it leaves >>> a bad taste. I'd rather not put users between a rock (1.7-

[jira] [Assigned] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2011-06-29 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson reassigned COUCHDB-1206: -- Assignee: Robert Newson > View ETags may be incorrect if ?include_docs=true is specif

[jira] [Updated] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2011-06-29 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated COUCHDB-1206: --- Fix Version/s: 1.2 1.1.1 > View ETags may be incorrect if ?include_docs=

Re: SpiderMonkey Version Support

2011-06-29 Thread Randall Leeds
On Wed, Jun 29, 2011 at 11:53, Dirkjan Ochtman wrote: > On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote: >> Except if people have trouble installing / upgrading CouchDB, it leaves >> a bad taste. I'd rather not put users between a rock (1.7-based >> SpiderMonkey version) and a hard place (Couch

[jira] [Created] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2011-06-29 Thread Jens Alfke (JIRA)
View ETags may be incorrect if ?include_docs=true is specified -- Key: COUCHDB-1206 URL: https://issues.apache.org/jira/browse/COUCHDB-1206 Project: CouchDB Issue Type: Bug Affe

Re: SpiderMonkey Version Support

2011-06-29 Thread Dirkjan Ochtman
On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote: > Except if people have trouble installing / upgrading CouchDB, it leaves > a bad taste. I'd rather not put users between a rock (1.7-based > SpiderMonkey version) and a hard place (CouchDB only supporting 1.8.5 > and up) Right. Also, if 1.2 take

Re: SpiderMonkey Version Support

2011-06-29 Thread Jan Lehnardt
On 29 Jun 2011, at 18:12, Paul Davis wrote: > On Wed, Jun 29, 2011 at 4:14 AM, Dirkjan Ochtman wrote: >> On Wed, Jun 29, 2011 at 01:08, Paul Davis >> wrote: >>> *Nothing* should change on anything that isn't trunk. >> >> You mean that 1.1 will never support SpiderMonkey 1.8.5? That would >> k

Re: SpiderMonkey Version Support

2011-06-29 Thread Paul Davis
On Wed, Jun 29, 2011 at 5:41 AM, Jan Lehnardt wrote: > > On 29 Jun 2011, at 01:06, Randall Leeds wrote: > >> On Tue, Jun 28, 2011 at 15:54, Paul Davis >> wrote: >>> On Tue, Jun 28, 2011 at 6:41 PM, Randall Leeds wrote: I recently committed a patch from Chris Coulson to support the new

Re: SpiderMonkey Version Support

2011-06-29 Thread Paul Davis
On Wed, Jun 29, 2011 at 4:14 AM, Dirkjan Ochtman wrote: > On Wed, Jun 29, 2011 at 01:08, Paul Davis wrote: >> *Nothing* should change on anything that isn't trunk. > > You mean that 1.1 will never support SpiderMonkey 1.8.5? That would > kind of suck. > Its a fairly non-trivial patch as demonstr

Re: waitForRestart() double request()

2011-06-29 Thread Paul Davis
On Wed, Jun 29, 2011 at 9:45 AM, Jan Lehnardt wrote: > Heya, > > I may be missing something, but our weitForRestart() function seems to have > an accidental line duplication: > > function waitForRestart() { >  var waiting = true; >  while (waiting) { >    try { >      CouchDB.request("GET", "/");

waitForRestart() double request()

2011-06-29 Thread Jan Lehnardt
Heya, I may be missing something, but our weitForRestart() function seems to have an accidental line duplication: function waitForRestart() { var waiting = true; while (waiting) { try { CouchDB.request("GET", "/"); CouchDB.request("GET", "/"); waiting = false; } cat

[jira] [Updated] (COUCHDB-1205) Password of a pull-replicated db shown in stack trace

2011-06-29 Thread Jaakko Sipari (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaakko Sipari updated COUCHDB-1205: --- Affects Version/s: 1.0.1 > Password of a pull-replicated db shown in stack trace >

[jira] [Commented] (COUCHDB-994) Crash after compacting large views

2011-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/COUCHDB-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057188#comment-13057188 ] Geir Ove Grønmo commented on COUCHDB-994: - I had the same problem with one of my

[jira] [Updated] (COUCHDB-1205) Password of a pull-replicated db shown in stack trace

2011-06-29 Thread Jaakko Sipari (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaakko Sipari updated COUCHDB-1205: --- Affects Version/s: (was: 1.0.1) 1.0.2 > Password of a pull-repli

[jira] [Commented] (COUCHDB-1205) Password of a pull-replicated db shown in stack trace

2011-06-29 Thread Jaakko Sipari (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057187#comment-13057187 ] Jaakko Sipari commented on COUCHDB-1205: We are running CouchDB 1.0.1. Sorry I f

[jira] [Commented] (COUCHDB-1205) Password of a pull-replicated db shown in stack trace

2011-06-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057178#comment-13057178 ] Filipe Manana commented on COUCHDB-1205: Which Couch version is it? > Password

[jira] [Updated] (COUCHDB-1205) Password of a pull-replicated db shown in stack trace

2011-06-29 Thread Jaakko Sipari (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaakko Sipari updated COUCHDB-1205: --- Attachment: couchdb_passwd_log_entry.txt > Password of a pull-replicated db shown in stack

[jira] [Created] (COUCHDB-1205) Password of a pull-replicated db shown in stack trace

2011-06-29 Thread Jaakko Sipari (JIRA)
Password of a pull-replicated db shown in stack trace - Key: COUCHDB-1205 URL: https://issues.apache.org/jira/browse/COUCHDB-1205 Project: CouchDB Issue Type: Bug Reporter: Jaak

[jira] [Commented] (COUCHDB-994) Crash after compacting large views

2011-06-29 Thread Pasi Eronen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057152#comment-13057152 ] Pasi Eronen commented on COUCHDB-994: - It would be great to have a fix for 1.0.x as w

Re: [Couchdb Wiki] Update of "CouchDB_in_the_wild" by PaulDavis

2011-06-29 Thread Noah Slater
On 29 Jun 2011, at 10:42, Jan Lehnardt wrote: >> Noah I have a present for you: >> http://200967.spreadshirt.com/men-s-heavyweight-t-shirt-A7726440/customize/color/1 > > ^^^-- Are you saying Noah is fat? Does my database look big in this?

Re: Debian package 0.11.0 stable?

2011-06-29 Thread Jan Lehnardt
Good news, thanks! :) Cheers Jan -- On 25 Jun 2011, at 14:30, Jens Rantil wrote: > Hi again, > > I just wanted to inform you that a new Debian package was uploaded to stable > a couple of weeks ago[1]. Good to see things are rolling again! > > [1] http://packages.qa.debian.org/c/couchdb.ht

Re: Spam on the wiki (CouchDB in the Wild contributors, please read this)

2011-06-29 Thread Jan Lehnardt
On 18 Jun 2011, at 09:01, Benoit Chesneau wrote: > On Sat, Jun 18, 2011 at 1:56 AM, Chris Anderson wrote: >> On Fri, Jun 17, 2011 at 8:55 AM, Noah Slater wrote: >>> >>> On 17 Jun 2011, at 16:49, Benoit Chesneau wrote: >>> I meant if the number of projects continue to grow, how we can han

Re: [Couchdb Wiki] Update of "CouchDB_in_the_wild" by PaulDavis

2011-06-29 Thread Jan Lehnardt
On 29 Jun 2011, at 01:43, Chris Anderson wrote: > On Tue, Jun 28, 2011 at 8:54 AM, Noah Slater wrote: >> >> On 28 Jun 2011, at 16:00, Apache Wiki wrote: >> >>> - * [[http://www.weddingdjmelbourne.com/|weddings DJ Melbourne]] WDM is a >>> DJ service. We use CouchDB in our database. >> >> Wow.

Re: SpiderMonkey Version Support

2011-06-29 Thread Jan Lehnardt
On 29 Jun 2011, at 01:06, Randall Leeds wrote: > On Tue, Jun 28, 2011 at 15:54, Paul Davis wrote: >> On Tue, Jun 28, 2011 at 6:41 PM, Randall Leeds wrote: >>> I recently committed a patch from Chris Coulson to support the new >>> 1.8.5 release of SpiderMonkey[1]. >>> >>> While some effort was

Re: SpiderMonkey Version Support

2011-06-29 Thread Dirkjan Ochtman
On Wed, Jun 29, 2011 at 01:08, Paul Davis wrote: > *Nothing* should change on anything that isn't trunk. You mean that 1.1 will never support SpiderMonkey 1.8.5? That would kind of suck. > Since 1.2 isn't more than a reference to trunk, there's not much (IMO) > keeping us from dropping our suppo