[
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
[
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
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
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
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
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
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
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.
>>
[
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
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.
[
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
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
[
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
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
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
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
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
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
[
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
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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,
[
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
[
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
40 matches
Mail list logo