[jira] Closed: (COUCHDB-932) create_target CreateDB PUT request fails

2010-11-03 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana closed COUCHDB-932. - Resolution: Fixed Committed to trunk and 1.0.x. I only left out the unrelated change to the

Re: Release 1.0.2

2010-11-03 Thread Filipe David Manana
The bug was confirmed by Chandru, and he has already a fix for the next Ibrowse version (not yet on github or public elsewhere). According to him, it shouldn't take more than 1 or 2 days to add it to Ibrowse's public github repository. https://github.com/cmullaparthi/ibrowse/issues/#issue/17 On

Re: websockets?

2010-11-03 Thread Dmitry Unkovsky
+1 on websockets a better fit. The exact fit ;) After all, it can go very nice with erlang messaging concept. http://armstrongonsoftware.blogspot.com/2009/12/comet-is-dead-long-live-websockets.html On 2 November 2010 21:22, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, Nov 2, 2010 at 19:32,

[jira] Commented: (COUCHDB-523) View API POST keys to retrieve multiple docs by key could also allow for multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params in the POST

2010-11-03 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927868#action_12927868 ] Adam Kocoloski commented on COUCHDB-523: I've been thinking about this issue a bit

Re: [jira] Commented: (COUCHDB-523) View API POST keys to retrieve multiple docs by key could also allow for multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params in the POST

2010-11-03 Thread Robert Newson
I like that. I do something like it in c-l where multiple queries can be issued and the result becomes an array of responses. B. On Wed, Nov 3, 2010 at 10:52 AM, Adam Kocoloski (JIRA) j...@apache.org wrote:    [

Re: Release 1.0.2

2010-11-03 Thread Jan Lehnardt
On 3 Nov 2010, at 12:13, Filipe David Manana wrote: The bug was confirmed by Chandru, and he has already a fix for the next Ibrowse version (not yet on github or public elsewhere). According to him, it shouldn't take more than 1 or 2 days to add it to Ibrowse's public github repository.

multi columns

2010-11-03 Thread sgoto
hi couchdb, are there any plans for supporting multi columns in couchdb (eg update one column for a key without re writing the entire row) ? sam -- f u cn rd ths u cn b a gd prgmr !

Re: multi columns

2010-11-03 Thread Sebastian Cohnen
Hey Sam, there are no columns in CouchDB, only documents. And no, you cannot update documents partially with CouchDB. Best Sebastian On 03.11.2010, at 17:32, sgoto wrote: hi couchdb, are there any plans for supporting multi columns in couchdb (eg update one column for a key without

Re: multi columns

2010-11-03 Thread Simon Metson
Hi, Apart from when you use an update handler: http://wiki.apache.org/couchdb/Document_Update_Handlers Cheers Simon On 3 Nov 2010, at 16:34, Sebastian Cohnen wrote: Hey Sam, there are no columns in CouchDB, only documents. And no, you cannot update documents partially with CouchDB.

[jira] Commented: (COUCHDB-523) View API POST keys to retrieve multiple docs by key could also allow for multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params in the POST

2010-11-03 Thread Anand Chitipothu (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927900#action_12927900 ] Anand Chitipothu commented on COUCHDB-523: -- How about considering a dict instead

Re: Release 1.0.2

2010-11-03 Thread Filipe David Manana
Seems fine to me. Doing it in a few minutes. On Wed, Nov 3, 2010 at 4:15 PM, Jan Lehnardt j...@apache.org wrote: On 3 Nov 2010, at 12:13, Filipe David Manana wrote: The bug was confirmed by Chandru, and he has already a fix for the next Ibrowse version (not yet on github or public

Re: Release 1.0.2

2010-11-03 Thread Filipe David Manana
and done On Wed, Nov 3, 2010 at 4:55 PM, Filipe David Manana fdman...@apache.org wrote: Seems fine to me. Doing it in a few minutes. On Wed, Nov 3, 2010 at 4:15 PM, Jan Lehnardt j...@apache.org wrote: On 3 Nov 2010, at 12:13, Filipe David Manana wrote: The bug was confirmed by Chandru,

CouchDB OTP

2010-11-03 Thread Tristan Sloughter
Hi everyone, I have a github fork from apache/couchdb https://github.com/tsloughter/couchdb that I modified to be more OTP compliant and now builds with sinan (from http://erlware.org). There wasn't much that I've done so far. I moved the CouchDB app under lib/couchdb. I removed the other apps

Re: multi columns

2010-11-03 Thread Luciano Ramalho
On Wed, Nov 3, 2010 at 1:32 PM, sgoto samuelg...@gmail.com wrote: hi couchdb,    are there any plans for supporting multi columns in couchdb  (eg update one column for a key without re writing the entire row) ? I am not a CouchDB guru, but from reading the docs it is clear to me the answer is

Re: multi columns

2010-11-03 Thread Mark J. Reed
On Wed, Nov 3, 2010 at 12:32 PM, sgoto samuelg...@gmail.com wrote:    are there any plans for supporting multi columns in couchdb  (eg update one column for a key without re writing the entire row) ? I think it's misleading to refer to CouchDB documents as rows, since each of them can have a

[jira] Commented: (COUCHDB-523) View API POST keys to retrieve multiple docs by key could also allow for multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params in the POST

2010-11-03 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927976#action_12927976 ] Adam Kocoloski commented on COUCHDB-523: Hi Anand, I'd like to see some of the

Re: CouchDB OTP

2010-11-03 Thread Tristan Sloughter
If anyone by chance has or can easily create some simplistic make files or something for compiling the C code that would be AWESOME. I haven't had time to dig around what is needed to compile the different pieces but its the last major piece to complete. Tristan On Wed, Nov 3, 2010 at 10:52 AM,

Re: CouchDB OTP

2010-11-03 Thread Noah Slater
Have you wholesale replaced the existing build system? If you have, it's going to be a tad more complex than knocking up a few makefiles to compile C. There's lots of very complex stuff our build system copes with at the moment. I'm not convinced it can be replaced by an Erlang build system

Re: CouchDB OTP

2010-11-03 Thread Jeff Zellner
Hi Tristan, Great work on OTP'izing! I think the core team (not to speak for them, just going on what I've seen on this list) is moving towards (or has at least discussed) rebar + OTPizing for 1.1.0(?). The recent thread about this kicks off here:

Re: CouchDB OTP

2010-11-03 Thread Tristan Sloughter
Hmm, ok. I have replaced the build system. I am using sinan but it should be buildable now with any Erlang/OTP build tool, like rebar. I am just running it as a release from a script that erl-execs the boot file. What complex stuff is the build system dealing with? I'm separating the config file

Re: CouchDB OTP

2010-11-03 Thread Tristan Sloughter
I see it was already discussed about breaking CouchDB into apps: couch_core: The core Erlang modules for storing docs and managing internal infrastructure couch_view: The view engine as well as the holder for managing OS processes. couch_rep: couch_rep*.erl couch_externals:

Re: CouchDB OTP

2010-11-03 Thread Noah Slater
On 4 Nov 2010, at 00:33, Tristan Sloughter wrote: What complex stuff is the build system dealing with? Everything outside of erlc :) - VPATH builds - Configuring the install to find the location of C libraries - Customising the install for users - Setting up the system infrastructure for

Re: CouchDB OTP

2010-11-03 Thread Tristan Sloughter
P.S. Glad you enjoyed ErlangCamp :). Sucks you didn't make the night events, they were great. Maybe next time! On Wed, Nov 3, 2010 at 7:39 PM, Tristan Sloughter tristan.slough...@gmail.com wrote: I see it was already discussed about breaking CouchDB into apps: couch_core: The core Erlang

Re: CouchDB OTP

2010-11-03 Thread Tristan Sloughter
Agreed. That sounds like a good plan. I'd just want to ensure that the Erlang side can be installed as a release and run as a release, or included as apps, to a project and run without a problem. This can be complicated by having the build system do so much with the configuration files. Which is

[jira] Created: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
Remove Dependancy on Inets -- Key: COUCHDB-933 URL: https://issues.apache.org/jira/browse/COUCHDB-933 Project: CouchDB Issue Type: Improvement Components: Infrastructure Reporter: Dale Harvey

[jira] Updated: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale Harvey updated COUCHDB-933: Attachment: inets.patch Remove Dependancy on Inets --

[jira] Commented: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928083#action_12928083 ] Adam Kocoloski commented on COUCHDB-933: Seems good at first glance. For what

Re: CouchDB OTP

2010-11-03 Thread Paul Davis
On Wed, Nov 3, 2010 at 8:45 PM, Tristan Sloughter tristan.slough...@gmail.com wrote: Agreed. That sounds like a good plan. I'd just want to ensure that the Erlang side can be installed as a release and run as a release, or included as apps, to a project and run without a problem. This can be

[jira] Updated: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale Harvey updated COUCHDB-933: Attachment: inets.patch Remove Dependancy on Inets --

[jira] Updated: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale Harvey updated COUCHDB-933: Attachment: (was: inets.patch) Remove Dependancy on Inets --

[jira] Updated: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale Harvey updated COUCHDB-933: Attachment: anon.patch Remove Dependancy on Inets --

[jira] Updated: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale Harvey updated COUCHDB-933: Attachment: (was: inets.patch) Remove Dependancy on Inets --

Re: CouchDB OTP

2010-11-03 Thread Noah Slater
On 4 Nov 2010, at 03:27, Paul Davis wrote: 1. We have constraints. Noah's pointed out a few, but I don't even think that list is exhaustive. A project like CouchDB needs to pay attention to a lot of different details. I've said before that Noah is the Chuck Norris of Autotools, so any

[jira] Commented: (COUCHDB-933) Remove Dependancy on Inets

2010-11-03 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928116#action_12928116 ] Dale Harvey commented on COUCHDB-933: - Yeh you are right, I amended the patch so it

Re: CouchDB OTP

2010-11-03 Thread Paul Davis
On Wed, Nov 3, 2010 at 11:53 PM, Noah Slater nsla...@apache.org wrote: On 4 Nov 2010, at 03:27, Paul Davis wrote: 1. We have constraints. Noah's pointed out a few, but I don't even think that list is exhaustive. A project like CouchDB needs to pay attention to a lot of different details.

Re: CouchDB OTP

2010-11-03 Thread Noah Slater
On 4 Nov 2010, at 04:41, Paul Davis wrote: The issue with configure.ac is that it is a pre-distribution method for configuring a build system. As in, if we claim some functionality for Erlang builds via configure.ac, then we're tacitly making the claim that we'll have multiple distributions,

Re: CouchDB OTP

2010-11-03 Thread Paul Davis
On Thu, Nov 4, 2010 at 12:49 AM, Noah Slater nsla...@apache.org wrote: On 4 Nov 2010, at 04:41, Paul Davis wrote: The issue with configure.ac is that it is a pre-distribution method for configuring a build system. As in, if we claim some functionality for Erlang builds via configure.ac, then