[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Marcello Nuccio (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189645#comment-13189645 ] Marcello Nuccio commented on COUCHDB-1206: -- Yes. I've realized that the URL was

[jira] [Commented] (COUCHDB-1304) set Expires header on session cookies to make them persistent

2012-01-19 Thread Jason Smith (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189624#comment-13189624 ] Jason Smith commented on COUCHDB-1304: -- Robert, Benoit, and all, please consider en

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Jason Smith
On Fri, Jan 20, 2012 at 9:04 AM, Randall Leeds wrote: >> Exposing features as manipulations to normal documents makes CouchDB's >> API simpler and more orthogonal. > > On the other hand, exposing features via special-purpose APIs hides > the implementation and frees us to change how it works under

Re: RFC: Releasing 1.2.0

2012-01-19 Thread Randall Leeds
On Thu, Jan 19, 2012 at 13:38, Robert Newson wrote: > I'd like to merge the persistent cookies feature (COUCHDB-1304) into > 1.2.x if it's not too late. +1 > > B. > > On 16 January 2012 11:26, Robert Newson wrote: >> I merged master so I can't be positive which commit is the fix yet but >> this

Re: SF Drinkup After NodeSummit

2012-01-19 Thread Sam Bisbee
S'ok, typos are common re: drinks. :) Cheers, -- Sam Bisbee Sent from my phone so please excuse brevity and typos. On Jan 19, 2012 9:12 PM, "Randall Leeds" wrote: > Sorry for the confusion. Benoit and I are at Epicenter, but the > drinkup and commit-fest is next Thurdsay :) > I apparently strug

Re: SF Drinkup After NodeSummit

2012-01-19 Thread Randall Leeds
Sorry for the confusion. Benoit and I are at Epicenter, but the drinkup and commit-fest is next Thurdsay :) I apparently struggle with dates. On Thu, Jan 19, 2012 at 15:35, Randall Leeds wrote: > On Tue, Jan 17, 2012 at 00:56, Dave Cottlehuber wrote: >> On 17 January 2012 02:20, Randall Leeds w

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Randall Leeds
On Thu, Jan 19, 2012 at 16:59, Jason Smith wrote: > On Fri, Jan 20, 2012 at 4:59 AM, Benoit Chesneau wrote: >>> Bottom line: It's my opinion that _replicator (and _user) were wrongly >>> exposed as full-blooded databases when all  we needed to use was the >>> database format (and carefully curate

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Jason Smith
On Fri, Jan 20, 2012 at 4:59 AM, Benoit Chesneau wrote: >> Bottom line: It's my opinion that _replicator (and _user) were wrongly >> exposed as full-blooded databases when all  we needed to use was the >> database format (and carefully curate API endpoints). But, alas, that >> train has sailed. >>

[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189552#comment-13189552 ] Randall Leeds commented on COUCHDB-1206: I verified that the ?include_docs=true

Need Tech Reviewers for Seven Databases in Seven Weeks

2012-01-19 Thread Jim R. Wilson
Hi Couch Devs, My name is Jim R. Wilson, co-author of Seven Databases in Seven Weeks[1]. The CouchDB chapter is going out in the next Beta release, and after that we're on to final tech review. The list of databases the book covers are: Postgres, Riak, HBase, MongoDB, CouchDB, Neo4J and Redis.

[jira] [Closed] (COUCHDB-336) Would like errors in map function to be reported to client

2012-01-19 Thread Randall Leeds (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-336. - Resolution: Won't Fix No update in well over a year. I looked into this in light of my recent a

Re: SF Drinkup After NodeSummit

2012-01-19 Thread Randall Leeds
On Tue, Jan 17, 2012 at 00:56, Dave Cottlehuber wrote: > On 17 January 2012 02:20, Randall Leeds wrote: >> On Mon, Jan 16, 2012 at 15:49, Sam Bisbee wrote: >>> Hey community, >>> >>> Some folks mentioned wanting to gather in San Francisco after >>> NodeSummit, so Cloudant is going to sponsor a d

[jira] [Commented] (COUCHDB-1304) set Expires header on session cookies to make them persistent

2012-01-19 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189454#comment-13189454 ] Randall Leeds commented on COUCHDB-1304: Looks good. I'm fine for this to land o

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Randall Leeds
On Thu, Jan 19, 2012 at 14:14, Benoit Chesneau wrote: > On Thu, Jan 19, 2012 at 1:56 PM, Paul Davis > wrote: > >>> I think it's too late, though. There's work on master to fix the >>> issues with _replicator now (and the similar ones in _user). While I >>> don't like the approach, it does solve

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Benoit Chesneau
On Thu, Jan 19, 2012 at 1:56 PM, Paul Davis wrote: >> I think it's too late, though. There's work on master to fix the >> issues with _replicator now (and the similar ones in _user). While I >> don't like the approach, it does solve the problem. >> > > We can break it eventually and I think we sh

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Benoit Chesneau
On Thu, Jan 19, 2012 at 1:52 PM, Robert Newson wrote: > I would prefer to see a single /_replicate entrypoint, with, say, > "persistent":true to indicate that the replication settings should be > stored. We would also need an API to list all persistent replication > tasks and one to delete them. W

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Paul Davis
On Thu, Jan 19, 2012 at 3:52 PM, Robert Newson wrote: > I would prefer to see a single /_replicate entrypoint, with, say, > "persistent":true to indicate that the replication settings should be > stored. We would also need an API to list all persistent replication > tasks and one to delete them. W

Re: Do we need 2 entry points for the replication?

2012-01-19 Thread Robert Newson
I would prefer to see a single /_replicate entrypoint, with, say, "persistent":true to indicate that the replication settings should be stored. We would also need an API to list all persistent replication tasks and one to delete them. Which would look a lot like the _replicator database, though muc

[jira] [Commented] (COUCHDB-1304) set Expires header on session cookies to make them persistent

2012-01-19 Thread Benoit Chesneau (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189408#comment-13189408 ] Benoit Chesneau commented on COUCHDB-1304: -- Patch looks good for me. Maybe we s

Do we need 2 entry points for the replication?

2012-01-19 Thread Benoit Chesneau
Think it's time to relaunch this threads following the 2 separate discussions that we had this morning. Actually we have 2 ways to handle the replication: - `_replicate` : which isn't persistent and where you can follow the task in active tasks - `_replicator`: wich is a plain db where any replica

Re: RFC: Releasing 1.2.0

2012-01-19 Thread Robert Newson
I'd like to merge the persistent cookies feature (COUCHDB-1304) into 1.2.x if it's not too late. B. On 16 January 2012 11:26, Robert Newson wrote: > I merged master so I can't be positive which commit is the fix yet but > this one looks likely: > https://github.com/cmullaparthi/ibrowse/commit/e0

[jira] [Updated] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Sam Bisbee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Bisbee updated COUCHDB-1381: Attachment: 0003-Fixing-white-spacing-to-fit-the-rest-of-the-file.patch 0002-Addin

[jira] [Updated] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Sam Bisbee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Bisbee updated COUCHDB-1381: Attachment: (was: 0001-Replacing-alerts-with-throws-in-jquery.couch.js.patch) > Support

[jira] [Updated] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Sam Bisbee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Bisbee updated COUCHDB-1381: Attachment: (was: 0002-Adding-callbacks-for-errors-in-Futon-that-display-al.patch) > Sup

[jira] [Updated] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Sam Bisbee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Bisbee updated COUCHDB-1381: Attachment: 0002-Adding-callbacks-for-errors-in-Futon-that-display-al.patch 0001-R

[jira] [Commented] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Sam Bisbee (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189111#comment-13189111 ] Sam Bisbee commented on COUCHDB-1381: - Agreed - alert() in a bground lib is crazy. I

[jira] [Commented] (COUCHDB-1304) set Expires header on session cookies to make them persistent

2012-01-19 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189105#comment-13189105 ] Robert Newson commented on COUCHDB-1304: Here code here: http://git-wip-us.apac

[jira] [Assigned] (COUCHDB-1304) set Expires header on session cookies to make them persistent

2012-01-19 Thread Robert Newson (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson reassigned COUCHDB-1304: -- Assignee: Robert Newson > set Expires header on session cookies to make them pers

[jira] [Commented] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189095#comment-13189095 ] Robert Newson commented on COUCHDB-1381: Dale Harvey suggests that instead of ad

[jira] [Created] (COUCHDB-1384) File descriptor leak if view compaction is cancelled

2012-01-19 Thread Filipe Manana (Created) (JIRA)
File descriptor leak if view compaction is cancelled Key: COUCHDB-1384 URL: https://issues.apache.org/jira/browse/COUCHDB-1384 Project: CouchDB Issue Type: Bug Affects Versions: 1.2

[jira] [Updated] (COUCHDB-1384) File descriptor leak if view compaction is cancelled

2012-01-19 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1384: --- Attachment: 0001-Close-view-compaction-file-when-compaction-is-cancel.patch > File desc

[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Marcello Nuccio (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189071#comment-13189071 ] Marcello Nuccio commented on COUCHDB-1206: -- OK, it's time to go to sleep... sor

[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189065#comment-13189065 ] Robert Newson commented on COUCHDB-1206: Erm, so what? :) > Vie

[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Marcello Nuccio (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189063#comment-13189063 ] Marcello Nuccio commented on COUCHDB-1206: -- The following queries return the sa

[jira] [Updated] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Robert Newson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated COUCHDB-1381: --- Comment: was deleted (was: That was my conclusion also, but isn't that just absolutely foul

[jira] [Commented] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189060#comment-13189060 ] Robert Newson commented on COUCHDB-1381: That was my conclusion also, but isn't

[jira] [Commented] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189059#comment-13189059 ] Robert Newson commented on COUCHDB-1381: That was my conclusion also, but isn't

[jira] [Commented] (COUCHDB-1381) Support Windows 8 Metro Apps

2012-01-19 Thread James Howe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189058#comment-13189058 ] James Howe commented on COUCHDB-1381: - I think this is how you're supposed to do it,

[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189056#comment-13189056 ] Robert Newson commented on COUCHDB-1206: The all_docs view includes the update_s

[jira] [Commented] (COUCHDB-1206) View ETags may be incorrect if ?include_docs=true is specified

2012-01-19 Thread Marcello Nuccio (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189052#comment-13189052 ] Marcello Nuccio commented on COUCHDB-1206: -- This fix does not work with `_all_d