Re: [jira] Resolved: (COUCHDB-1024) New replicator implementation

2011-02-16 Thread David Coallier
://www.atlassian.com/software/jira -- David Coallier

Re: Website redesign

2010-07-09 Thread David Coallier
heading of the wiki frontpage would be FrontPage). Aha! Sorry, and thanks. I'm going to be doing the 0.10.1 release soon, so I might use that as an excuse to look at this too. -- David Coallier

Re: [VOTE] Apache CouchDB 1.0.0 release, first round

2010-07-08 Thread David Coallier
OSX Leopard / Erlang R13B04 All tests are good in Firefox 3.5.11 +1 -- David Coallier

Re: 1.0 Vote

2010-06-29 Thread David Coallier
the 1.0 date is planned to be, I'll free some time up from work to fix this once and for all. -- David Coallier

Re: 1.0 Vote

2010-06-29 Thread David Coallier
, -- David Coallier

Re: Analytics

2010-06-11 Thread David Coallier
source software, Google Analytics is free, does not require any work (maintenance, setup, keeping updated) and works straight off the bat... and it works well. +1 for GA -- David Coallier

Re: [VOTE] Apache CouchDB 0.11.0 release, second round

2010-03-24 Thread David Coallier
Fwiw: Ubuntu Karmic Erlang R13B03 Ok + 1 -- David Coallier

[jira] Commented: (COUCHDB-489) Ability to set continous replication from Futon

2010-02-01 Thread David Coallier (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828299#action_12828299 ] David Coallier commented on COUCHDB-489: Bumping this to after 0.11. there's some

[jira] Updated: (COUCHDB-489) Ability to set continous replication from Futon

2010-02-01 Thread David Coallier (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Coallier updated COUCHDB-489: --- Priority: Minor (was: Major) Affects Version/s: (was: 0.10

Time processing difference between 0.11.0b898401 and 0.11.0b903617

2010-01-27 Thread David Coallier
Hey lads, I'm suspecting a bug but before I report I was wondering if anyone was aware of a change that would have happened between 0.11.0b898401 and 0.11.0b903617. The problem is quite simple, I have a few on 0.11.0b898401 that pretty much does that: function(doc) { var x = new

Re: Time processing difference between 0.11.0b898401 and 0.11.0b903617

2010-01-27 Thread David Coallier
Can you try with r902422? If this is a consequence of the json2.js change, we'll have to fix it. I believe this is a consequence of json2.js as well (At least that's the only difference that deals with time related matter that I could identify). In fact how I fixed my code for now since this

Re: Time processing difference between 0.11.0b898401 and 0.11.0b903617

2010-01-27 Thread David Coallier
I just tested with my copy of trunk and this temp view: function(doc) {  var d = new Date(2010/02/04);  emit(d, null); } I only have one doc, in there, so my rows are 2010-02-04T08:00:00.000Z, null Which to me looks like what I was expecting. I have tried on a clean db with 1

Re: json2.js (was Re: Time processing difference between 0.11.0b898401 and 0.11.0b903617)

2010-01-27 Thread David Coallier
I should ask, to make sure I'm not crazy: Is anyone else having trouble with views that emit Date objects in the key (running latest trunk)? How do we feel about the new undefined handling? It should be worth it in terms of compatibility with other engines. Everything works for me, but I

Re: Time processing difference between 0.11.0b898401 and 0.11.0b903617

2010-01-27 Thread David Coallier
$ js -v JavaScript-C 1.8.0 pre-release 1 2007-10-03 $ js -v JavaScript-C 1.7.0 2007-10-03 And I have the same on both servers which I was testing from. The working one (0.11.0b898401) and the weird one (0.11.0b903617) -- Slan, David

Re: Map/Reduce patent granted

2010-01-20 Thread David Coallier
2010/1/20 Paul Davis paul.joseph.da...@gmail.com: I'm not concerned. Our implementation isn't really like Google's. Single M/R invocations don't get spawned across multiple hosts or have automatic restart when nodes fail which is suggested as the crux of their patent. They cite implementations

[jira] Updated: (COUCHDB-569) Typo when requesting a type of group that is invalid

2009-11-16 Thread David Coallier (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Coallier updated COUCHDB-569: --- Attachment: COUCHDB-569.patch Simply fix it in 2 places. Typo when requesting a type

Microsoft Support on Couch?

2009-11-04 Thread David Coallier
Hey everyone, Before you get all over-excited because you saw Microsoft Support (yeah right..) just note that I do not work for Microsoft nor intend to :) Some of you may know me from the IRC channel where I hang out most of the times davidc. Anyways, I'm heading to Redmond for the Microsoft

[jira] Commented: (COUCHDB-489) Ability to set continous replication from Futon

2009-10-15 Thread David Coallier (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766099#action_12766099 ] David Coallier commented on COUCHDB-489: Yes it comes back from the response

[jira] Updated: (COUCHDB-489) Ability to set continous replication from Futon

2009-10-14 Thread David Coallier (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Coallier updated COUCHDB-489: --- Attachment: COUCHDB-489.patch Of course I had left some previous parts of my patches

[jira] Created: (COUCHDB-489) Ability to set continous replication from Futon

2009-08-28 Thread David Coallier (JIRA)
: Administration Console Affects Versions: 0.10 Environment: Mac OS 10 Reporter: David Coallier Fix For: 0.10 Attachments: COUCHDB-489.patch This patch gives you the ability to set continous replication from Futon when replicating to another server. There are 2

[jira] Updated: (COUCHDB-489) Ability to set continous replication from Futon

2009-08-28 Thread David Coallier (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Coallier updated COUCHDB-489: --- Attachment: COUCHDB-489.patch Ability to set continous replication from Futon