Re: validate_doc_update ignored after compact

2010-11-10 Thread Gabriel Farrell
On Wed, Nov 10, 2010 at 2:22 PM, Paul Davis wrote: > On Wed, Nov 10, 2010 at 2:04 PM, Robert Newson > wrote: >> Fixed all over, thanks for the report! >> >> B. >> > > EPIC FIXAGE! > > +1 internet Totally epic. Tested in my updated couch. Thanks!

[jira] Commented: (COUCHDB-754) Improve couch_file write performance

2010-11-10 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930870#action_12930870 ] Randall Leeds commented on COUCHDB-754: --- When I last tested these patches they didn'

[jira] Commented: (COUCHDB-754) Improve couch_file write performance

2010-11-10 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930868#action_12930868 ] Randall Leeds commented on COUCHDB-754: --- I also have the following branches in my gi

[jira] Resolved: (COUCHDB-289) _all_docs should support both GET and POST

2010-11-10 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-289. --- Resolution: Duplicate This is a duplicate of COUCHDB-891 which has been fixed in tru

[jira] Resolved: (COUCHDB-891) Allow ?keys=["a","b"] for GET to _view and _list

2010-11-10 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-891. --- Resolution: Fixed Applied. http://svn.apache.org/viewvc?revision=1033676&view=revis

Re: validate_doc_update ignored after compact

2010-11-10 Thread Paul Davis
On Wed, Nov 10, 2010 at 2:04 PM, Robert Newson wrote: > Fixed all over, thanks for the report! > > B. > EPIC FIXAGE! +1 internet > On Wed, Nov 10, 2010 at 6:14 PM, Robert Newson > wrote: >> Tracking this as https://issues.apache.org/jira/browse/COUCHDB-945 >> >> B. >> >> On Wed, Nov 10, 2010

[jira] Resolved: (COUCHDB-944) validate_doc_update ignored after compact

2010-11-10 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-944. --- Resolution: Duplicate Fix Version/s: 1.1 1.0.2 0

Re: validate_doc_update ignored after compact

2010-11-10 Thread Robert Newson
Fixed all over, thanks for the report! B. On Wed, Nov 10, 2010 at 6:14 PM, Robert Newson wrote: > Tracking this as https://issues.apache.org/jira/browse/COUCHDB-945 > > B. > > On Wed, Nov 10, 2010 at 4:15 PM, Robert Newson > wrote: >> I see it also. This'll go into 1.1 and, I assume, the next

[jira] Resolved: (COUCHDB-945) validate_doc_update functions are ignored after compaction

2010-11-10 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-945. --- Resolution: Fixed Fix Version/s: 1.1 1.0.2 0.11.

[jira] Created: (COUCHDB-945) validate_doc_update functions are ignored after compaction

2010-11-10 Thread Robert Newson (JIRA)
validate_doc_update functions are ignored after compaction -- Key: COUCHDB-945 URL: https://issues.apache.org/jira/browse/COUCHDB-945 Project: CouchDB Issue Type: Bug Componen

Re: validate_doc_update ignored after compact

2010-11-10 Thread Robert Newson
Tracking this as https://issues.apache.org/jira/browse/COUCHDB-945 B. On Wed, Nov 10, 2010 at 4:15 PM, Robert Newson wrote: > I see it also. This'll go into 1.1 and, I assume, the next bug fix > releases for previous releases. > > I'm adding a unit test to prevent regression. > > Thanks! > B. >

[jira] Updated: (COUCHDB-289) _all_docs should support both GET and POST

2010-11-10 Thread Sebastian Cohnen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Cohnen updated COUCHDB-289: - Attachment: multiple_key_support_for_all_docs_via_get.patch I implemented the proposed c

Design document "versioning".

2010-11-10 Thread Eric Casteleijn
Hi, When using couchdb views it would be very useful to be able to see when the version of a design document in the database needs to be updated. Right now, I've solved this in a very inefficient way: Every time I call a view, I first query the design document it lives in, and compare the ve

Re: validate_doc_update ignored after compact

2010-11-10 Thread Robert Newson
I see it also. This'll go into 1.1 and, I assume, the next bug fix releases for previous releases. I'm adding a unit test to prevent regression. Thanks! B. On Wed, Nov 10, 2010 at 3:47 PM, Adam Kocoloski wrote: > Hi Gabriel, thanks for the bump.  I can see the reason the DB forgets about > the

[jira] Created: (COUCHDB-944) validate_doc_update ignored after compact

2010-11-10 Thread Gabriel Farrell (JIRA)
validate_doc_update ignored after compact - Key: COUCHDB-944 URL: https://issues.apache.org/jira/browse/COUCHDB-944 Project: CouchDB Issue Type: Bug Affects Versions: 1.0.1, 1.1 Environmen

Re: validate_doc_update ignored after compact

2010-11-10 Thread Adam Kocoloski
Hi Gabriel, thanks for the bump. I can see the reason the DB forgets about the validation functions. We'll get it fixed. Adam On Nov 10, 2010, at 10:28 AM, Gabriel Farrell wrote: > Apologies for bumping. I'm on 1.1.0a4084b2b-git, all tests pass, and > still, after I compact, validate_doc_upda

Re: Per document authorization wiki page

2010-11-10 Thread Sebastian Cohnen
if you are logged in, you can create the page by yourself. there are no restrictions on page creation. On 09.11.2010, at 15:43, Bram Neijt wrote: > I would like to collect links and information related to "per document > authorization" on the Wiki. > > http://wiki.apache.org/couchdb/PerDocument

Re: validate_doc_update ignored after compact

2010-11-10 Thread Robert Newson
Hi Gabriel, I believed I've reproduced this locally, thanks for the report. If you could file a ticket that would be great, if not I'll do it myself shortly. If you file it, you'll get email as the ticket progresses, just sayin' B. On Wed, Nov 10, 2010 at 3:28 PM, Gabriel Farrell wrote: > Apolo

Re: Bad array check in _users/_design/_auth

2010-11-10 Thread Gabriel Farrell
On Mon, Nov 8, 2010 at 11:10 AM, Zachary Zolton wrote: > If your version of SpiderMonkey (used for the JavaScript view server) > supports JavaScript version 1.8.5, you can simply use the > Array.isArray() function. Debian testing is still on 1.7, so maybe too soon to start using Array.isArray(),

Re: validate_doc_update ignored after compact

2010-11-10 Thread Gabriel Farrell
Apologies for bumping. I'm on 1.1.0a4084b2b-git, all tests pass, and still, after I compact, validate_doc_update is ignored. If I restart couch, validate_doc_update is again checked on update. On Sun, Nov 7, 2010 at 10:42 AM, Gabriel Farrell wrote: > After compacting the database its validate_doc