[jira] Updated: (COUCHDB-309) Cannot build CouchDB from clean because build-aux directory doesn't exist

2009-03-26 Thread Antony Blakey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Blakey updated COUCHDB-309: -- Description: This commit: http://github.com/halorgium/couchdb/commit/0f0df4cb3b80e78f32e6e339

[jira] Created: (COUCHDB-309) Cannot build CouchDB from clean because build-aux directory doesn't exist

2009-03-26 Thread Antony Blakey (JIRA)
Cannot build CouchDB from clean because build-aux directory doesn't exist - Key: COUCHDB-309 URL: https://issues.apache.org/jira/browse/COUCHDB-309 Project: CouchDB Issu

Re: Restricting user interactions to a single document - PATCH

2009-03-26 Thread Antony Blakey
On 27/03/2009, at 9:37 AM, Antony Blakey wrote: It seems the m/l is eating the patch attachment. Here is a gist: http://gist.github.com/86434 And now at: http://github.com/AntonyBlakey/couchdb/commit/3e831884367a49d723a9035f8fed1a0f0ed498ba Antony Blakey - CTO, Linkuistics Pty L

RE: Lounge clustering framework

2009-03-26 Thread Shaun Lindsay
Alright, it looks like I've got everything building and working correctly. (There's a bit of weirdness in the cluster-wide Futon happening on my desktop that doesn't show up in our production cluster, which I think is due to using an older version of couchdb, more of an annoyance than a real pr

Re: svn commit: r758723 - in /couchdb/trunk: share/www/script/test/basics.js src/couchdb/couch_httpd_db.erl

2009-03-26 Thread Jan Lehnardt
On 26 Mar 2009, at 18:47, Christopher Lenz wrote: The Location header value should be an absolute URI including schema and host. I think there's a function somewhere in couch_httpd.erl to make relative URIs absolute. fixed in r758942, thanks again! Cheers Jan --

[jira] Commented: (COUCHDB-188) _bulk_docs fails when deleting and adding a doc with the same id

2009-03-26 Thread Matt Goodall (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689742#action_12689742 ] Matt Goodall commented on COUCHDB-188: -- Testing against trunk shows that the new beha

[jira] Commented: (COUCHDB-4) Use HTTP Etags for cache support

2009-03-26 Thread Matt Goodall (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689728#action_12689728 ] Matt Goodall commented on COUCHDB-4: Add the following to the end of the etags_views tes

[jira] Commented: (COUCHDB-292) A deleted document may be resaved with an old revision and is then considered undeleted

2009-03-26 Thread Matt Goodall (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689722#action_12689722 ] Matt Goodall commented on COUCHDB-292: -- Here's a test: couchTests.undead = function(

Re: Restricting user interactions to a single document - PATCH

2009-03-26 Thread Antony Blakey
It seems the m/l is eating the patch attachment. Here is a gist: http://gist.github.com/86434 Antony Blakey -- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 Isn't it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of

[jira] Commented: (COUCHDB-292) A deleted document may be resaved with an old revision and is then considered undeleted

2009-03-26 Thread Matt Goodall (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689708#action_12689708 ] Matt Goodall commented on COUCHDB-292: -- I've just come across the same problem, but u

Re: Restricting user interactions to a single document - PATCH

2009-03-26 Thread Antony Blakey
Attached is my first attempt at a minimal patch to re-enable fail-on- conflict semantics for bulk_docs. My goal was to have the smallest possible diff that can be maintained whilst tracking HEAD, rather than the cleanest or best way to achieve the functionality. It's had minimal testing - ba

RE: Lounge clustering framework

2009-03-26 Thread Shaun Lindsay
No problem. We (Vijay, Kevin and myself) are all really excited to give back to the community, so, really, it's our pleasure. Anyway, I spent a bunch of time last night sorting out build issues and an assortment of environment-related problems. (For instance, we run CentOS for our production/

Re: Restricting user interactions to a single document -- was [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Tim Parkin
Damien Katz wrote: > Can you put your use case on the wiki? It would be helpful to start a > page about transaction use cases and where they are appropriate and the > downsides of using them. I'm thinking add something to describes you use > case and how it works (or doesn't work) with the current

Re: Lounge clustering framework

2009-03-26 Thread Ben Browning
This is great to hear. I'll set aside some time to check out the source this weekend and play with things. Thanks for the contribution to the community! Ben

Re: Restricting user interactions to a single document -- was [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Damien Katz
Can you put your use case on the wiki? It would be helpful to start a page about transaction use cases and where they are appropriate and the downsides of using them. I'm thinking add something to describes you use case and how it works (or doesn't work) with the current model, and also the

Re: svn commit: r758723 - in /couchdb/trunk: share/www/script/test/basics.js src/couchdb/couch_httpd_db.erl

2009-03-26 Thread Jan Lehnardt
On 26 Mar 2009, at 18:47, Christopher Lenz wrote: +send_json(Req, 201, [{"Location", "/" ++ DbName}], {[{ok, true}]}); Error -> throw(Error) end. The Location header value should be an absolute URI including schema and host. I think there's a function somewhere in co

Re: svn commit: r758723 - in /couchdb/trunk: share/www/script/test/basics.js src/couchdb/couch_httpd_db.erl

2009-03-26 Thread Christopher Lenz
On 26.03.2009, at 17:28, j...@apache.org wrote: Author: jan Date: Thu Mar 26 16:28:21 2009 New Revision: 758723 URL: http://svn.apache.org/viewvc?rev=758723&view=rev Log: return Location header for newly create databases [snip] Modified: couchdb/trunk/src/couchdb/couch_httpd_db.erl URL: htt

[jira] Commented: (COUCHDB-308) Server-level index page should provide pointers to other available resources

2009-03-26 Thread Dirkjan Ochtman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689570#action_12689570 ] Dirkjan Ochtman commented on COUCHDB-308: - Hmm, adding "admin": "/_utils/" would p

Re: Restricting user interactions to a single document -- was [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Tim Parkin
Antony Blakey wrote: > > On 26/03/2009, at 6:18 AM, Tim Parkin wrote: > >> I don't want to have to repeat myself but *it's not about the >> consistency or atomicity*. It's about being able to make two or more >> changes in a single request (via a UI or API) and if the last one fails, >> being abl

[jira] Created: (COUCHDB-308) Server-level index page should provide pointers to other available resources

2009-03-26 Thread Dirkjan Ochtman (JIRA)
Server-level index page should provide pointers to other available resources Key: COUCHDB-308 URL: https://issues.apache.org/jira/browse/COUCHDB-308 Project: CouchDB

[jira] Updated: (COUCHDB-308) Server-level index page should provide pointers to other available resources

2009-03-26 Thread Dirkjan Ochtman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dirkjan Ochtman updated COUCHDB-308: Attachment: server-links.diff Here's a patch to do this for the / info page. > Server-lev

Re: Lounge clustering framework

2009-03-26 Thread Zachary Zolton
Thanks, Mebo! I should have occasion to try to get this code working for me in the next few weeks. Cheers, Zach On Wed, Mar 25, 2009 at 8:00 PM, Shaun Lindsay wrote: > Alright, we got legal approval to release all the Lounge code, so I did a > bunch of cleaning up (removing Meebo-specific pathna

Re: Restricting user interactions to a single document -- was [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Antony Blakey
On 26/03/2009, at 6:18 AM, Tim Parkin wrote: I don't want to have to repeat myself but *it's not about the consistency or atomicity*. It's about being able to make two or more changes in a single request (via a UI or API) and if the last one fails, being able to roll the first ones back and

Re: [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Wojciech Kaczmarek
On Thu, Mar 26, 2009 at 11:46, Wojciech Kaczmarek wrote: > First time posting here, I've been a lurker for a couple of weeks. > > I have Mac OS X 10.4.11 PPC, Erlang 12B-5 > 'stats' test fails: > Assertion 'open_databases > 0 && max >= open_databases, name' failed: > should keep the same number of

Re: [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Wojciech Kaczmarek
Hi! First time posting here, I've been a lurker for a couple of weeks. I have Mac OS X 10.4.11 PPC, Erlang 12B-5 'stats' test fails: Assertion 'open_databases > 0 && max >= open_databases, name' failed: should keep the same number of open databases when reaching the max_dbs_open limit I just did

Re: [VOTE] Apache CouchDB 0.9.0 release

2009-03-26 Thread Christopher Lenz
On 24.03.2009, at 15:00, Noah Slater wrote: This is the first release after graduating the ASF Incubator. All 0.9.0 blockers have been resolved and I would like call a vote for release. We encourage the whole community to download and test these release artifacts so that any critical issue