You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2009/06/06 20:05:54 UTC

svn commit: r782292 - /couchdb/branches/list-iterator/

Author: jchris
Date: Sat Jun  6 18:05:54 2009
New Revision: 782292

URL: http://svn.apache.org/viewvc?rev=782292&view=rev
Log:
branch for previwing the list iterator patch

Added:
    couchdb/branches/list-iterator/   (props changed)
      - copied from r782291, couchdb/trunk/

Propchange: couchdb/branches/list-iterator/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jun  6 18:05:54 2009
@@ -0,0 +1,21 @@
+INSTALL
+ChangeLog
+LICENCE
+Makefile
+Makefile.in
+acinclude.m4
+aclocal.m4
+autom4te.cache
+build-aux
+config.h
+config.h.in
+config.log
+config.status
+configure
+couchdb-*.tar.gz
+couchdb-*.zip
+cover
+libtool
+stamp-h1
+*.gz
+tmp

Propchange: couchdb/branches/list-iterator/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Jun  6 18:05:54 2009
@@ -0,0 +1,4 @@
+/couchdb/branches/0.9.x:775634
+/couchdb/branches/design_resources:751716-751803
+/couchdb/branches/form:729440-730015
+/couchdb/branches/tail_header:775760-778477



Re: svn commit: r782292 - /couchdb/branches/list-iterator/

Posted by Chris Anderson <jc...@apache.org>.
On Sat, Jun 6, 2009 at 11:31 AM, Chris Anderson<jc...@apache.org> wrote:
> On Sat, Jun 6, 2009 at 11:28 AM, Chris Anderson<jc...@apache.org> wrote:
>> On Sat, Jun 6, 2009 at 11:05 AM, <jc...@apache.org> wrote:
>>> Author: jchris
>>> Date: Sat Jun  6 18:05:54 2009
>>> New Revision: 782292
>>>
>>> URL: http://svn.apache.org/viewvc?rev=782292&view=rev
>>> Log:
>>> branch for previwing the list iterator patch
>>>
>>
>
> Forgot the branch URL:
>
> http://svn.apache.org/repos/asf/couchdb/branches/list-iterator/
>
>> I've added a branch which contains the _list iterator API. It is
>> cleaned up and tested to my satisfaction. I'd like to bring this into
>> trunk for 0.10 if there are no objections. Please start porting your
>> applications that run list functions to the new API and let me know if
>> it's not way better. :) Thanks Damien for the API suggestion at
>> CouchHack.
>>

If you're interested a version of Sofa ported to the new list
iterators is available here:

http://github.com/jchris/sofa/tree/li

I'll be moving it to the master branch when the new API is merged to
CouchDB trunk.

>> This branch also lays the groundwork for adding more capabilities to
>> the query server, like Jason Davies' _update patch and a _filter for
>> _changes.
>>
>> Externals like couchdb-lucene shouldn't be effected by this but it's
>> worth testing them against the branch. Also, I'm considering moving
>> externals over to this API eventually as well (if external authors are
>> into it) just so we have a unified protocol.
>>
>> Chris
>>
>> --
>> Chris Anderson
>> http://jchrisa.net
>> http://couch.io
>>
>
>
>
> --
> Chris Anderson
> http://jchrisa.net
> http://couch.io
>



-- 
Chris Anderson
http://jchrisa.net
http://couch.io

Re: svn commit: r782292 - /couchdb/branches/list-iterator/

Posted by Chris Anderson <jc...@apache.org>.
On Sat, Jun 6, 2009 at 11:28 AM, Chris Anderson<jc...@apache.org> wrote:
> On Sat, Jun 6, 2009 at 11:05 AM, <jc...@apache.org> wrote:
>> Author: jchris
>> Date: Sat Jun  6 18:05:54 2009
>> New Revision: 782292
>>
>> URL: http://svn.apache.org/viewvc?rev=782292&view=rev
>> Log:
>> branch for previwing the list iterator patch
>>
>

Forgot the branch URL:

http://svn.apache.org/repos/asf/couchdb/branches/list-iterator/

> I've added a branch which contains the _list iterator API. It is
> cleaned up and tested to my satisfaction. I'd like to bring this into
> trunk for 0.10 if there are no objections. Please start porting your
> applications that run list functions to the new API and let me know if
> it's not way better. :) Thanks Damien for the API suggestion at
> CouchHack.
>
> This branch also lays the groundwork for adding more capabilities to
> the query server, like Jason Davies' _update patch and a _filter for
> _changes.
>
> Externals like couchdb-lucene shouldn't be effected by this but it's
> worth testing them against the branch. Also, I'm considering moving
> externals over to this API eventually as well (if external authors are
> into it) just so we have a unified protocol.
>
> Chris
>
> --
> Chris Anderson
> http://jchrisa.net
> http://couch.io
>



-- 
Chris Anderson
http://jchrisa.net
http://couch.io

Re: svn commit: r782292 - /couchdb/branches/list-iterator/

Posted by Chris Anderson <jc...@apache.org>.
On Sat, Jun 6, 2009 at 11:05 AM, <jc...@apache.org> wrote:
> Author: jchris
> Date: Sat Jun  6 18:05:54 2009
> New Revision: 782292
>
> URL: http://svn.apache.org/viewvc?rev=782292&view=rev
> Log:
> branch for previwing the list iterator patch
>

I've added a branch which contains the _list iterator API. It is
cleaned up and tested to my satisfaction. I'd like to bring this into
trunk for 0.10 if there are no objections. Please start porting your
applications that run list functions to the new API and let me know if
it's not way better. :) Thanks Damien for the API suggestion at
CouchHack.

This branch also lays the groundwork for adding more capabilities to
the query server, like Jason Davies' _update patch and a _filter for
_changes.

Externals like couchdb-lucene shouldn't be effected by this but it's
worth testing them against the branch. Also, I'm considering moving
externals over to this API eventually as well (if external authors are
into it) just so we have a unified protocol.

Chris

-- 
Chris Anderson
http://jchrisa.net
http://couch.io