[jira] Commented: (COUCHDB-583) storing attachments in compressed form and serving them in compressed form if accepted by the client

2010-01-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806283#action_12806283 ] Filipe Manana commented on COUCHDB-583: --- Hi Chris, For the Mochiweb stuff I submitt

[jira] Commented: (COUCHDB-412) CouchDB fails to start when log file is a pipe

2010-01-29 Thread Enda Farrell (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806295#action_12806295 ] Enda Farrell commented on COUCHDB-412: -- I favour the approach that allows the 'Custom

[jira] Commented: (COUCHDB-604) _changes feed with ?feed=continuous does not return valid JSON

2010-01-29 Thread Dirkjan Ochtman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806314#action_12806314 ] Dirkjan Ochtman commented on COUCHDB-604: - For me, the non-valid-JSON (e.g. object

[jira] Updated: (COUCHDB-631) Replication by doc Ids

2010-01-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-631: -- Attachment: couchdb-631-rep-doc-ids-trunk-git-2nd-try.patch + Updated the test to cover the ca

[jira] Closed: (COUCHDB-631) Replication by doc Ids

2010-01-29 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-631. -- Resolution: Fixed latest patch applied in r904615 Thanks Filipe! > Replication by doc Ids >

Re: couchdb rewrite handler

2010-01-29 Thread Zachary Zolton
Benoit, Imagine you have a view of posts keyed by [user_name,date] but you want to query a nice URL using just the user_name. For example: { Rest of design doc... "rewrite": [ { "from": ":user_name/recent_posts", "to": "_view/recent_posts", "method": "GET", "quer

[jira] Updated: (COUCHDB-583) storing attachments in compressed form and serving them in compressed form if accepted by the client

2010-01-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-583: -- Attachment: couchdb-583-trunk-17th-try-git.patch Following the previous suggestion in this thr

Re: couchdb rewrite handler

2010-01-29 Thread Benoit Chesneau
On Fri, Jan 29, 2010 at 10:47 PM, Zachary Zolton wrote: > Benoit, > > Imagine you have a view of posts keyed by [user_name,date] but you > want to query a nice URL using just the user_name. > > For example: > > { >  Rest of design doc... > >  "rewrite": [ >    { >      "from": ":user_name/recent_p

Re: couchdb rewrite handler

2010-01-29 Thread Benoit Chesneau
On Fri, Jan 29, 2010 at 10:47 PM, Zachary Zolton wrote: > Benoit, > > Imagine you have a view of posts keyed by [user_name,date] but you > want to query a nice URL using just the user_name. > > For example: > > { >  Rest of design doc... > >  "rewrite": [ This is rewrites.

[jira] Updated: (COUCHDB-583) storing attachments in compressed form and serving them in compressed form if accepted by the client

2010-01-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-583: -- Attachment: couchdb-583-trunk-18th-try-git.patch 18th removed the test_140_* files, since the

[jira] Closed: (COUCHDB-583) storing attachments in compressed form and serving them in compressed form if accepted by the client

2010-01-29 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-583. -- Resolution: Fixed committed in r904650 Thanks for the hard work everyone! > storing attachme

Re: couchdb rewrite handler

2010-01-29 Thread Zachary Zolton
Doesn't seem to be working... Here's my design doc: http://friendpaste.com/3gbGd7XOFD8B0FMzeaskvo Here's the log: http://friendpaste.com/4uyhrVEyDbJEltxy7lMjpF On Fri, Jan 29, 2010 at 4:09 PM, Benoit Chesneau wrote: > On Fri, Jan 29, 2010 at 10:47 PM, Zachary Zolton > wrote: >> Benoit, >> >> I

[jira] Commented: (COUCHDB-591) _rewrite handler

2010-01-29 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806552#action_12806552 ] Chris Anderson commented on COUCHDB-591: I think this is close, however, it'd be n

Re: couchdb rewrite handler

2010-01-29 Thread Zachary Zolton
Benoit, My apologies—user error in checking out out your remote tracking branch! It's working fine now. (I shall hang my head in shame...) Keep up the good work! –Zach On Fri, Jan 29, 2010 at 4:50 PM, Zachary Zolton wrote: > Doesn't seem to be working... > > Here's my design doc: http://friend

[jira] Closed: (COUCHDB-321) Futon breaks when used with a reverse proxy

2010-01-29 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-321. Resolution: Fixed Fix Version/s: 0.11 Applied in r904705. > Futon breaks when used with a

[jira] Created: (COUCHDB-633) invalid UTF-8 JSON with Mac OSX Leopard and Trunk Revision: 904726

2010-01-29 Thread Felix Sun (JIRA)
invalid UTF-8 JSON with Mac OSX Leopard and Trunk Revision: 904726 -- Key: COUCHDB-633 URL: https://issues.apache.org/jira/browse/COUCHDB-633 Project: CouchDB Issue Type: Bug

[jira] Updated: (COUCHDB-633) invalid UTF-8 JSON with Mac OSX Leopard and Trunk Revision: 904726

2010-01-29 Thread Felix Sun (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Sun updated COUCHDB-633: -- Attachment: 2010-01-30_1213.png The image by using Futon > invalid UTF-8 JSON with Mac OSX Leopard an

[jira] Commented: (COUCHDB-633) invalid UTF-8 JSON with Mac OSX Leopard and Trunk Revision: 904726

2010-01-29 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806631#action_12806631 ] Paul Joseph Davis commented on COUCHDB-633: --- The futon image suggests that you n