On Oct 31, 2012 7:23 AM, "Ed Young (JIRA)" wrote:
>
> Ed Young created COUCHDB-1582:
> -
>
> Summary: OpenSSL Depreciation of SSLv2
> Key: COUCHDB-1582
> URL: https://issues.apache.org/jira/browse/COUCHDB-1582
>
Ed Young created COUCHDB-1582:
-
Summary: OpenSSL Depreciation of SSLv2
Key: COUCHDB-1582
URL: https://issues.apache.org/jira/browse/COUCHDB-1582
Project: CouchDB
Issue Type: Bug
Compone
Github user tim-blair closed the pull request at:
https://github.com/apache/couchdb/pull/29
Congrats Dave, your engraved PMC shackles will arrive by express
delivery. Please fasten to most convenient limb as soon as you can.
Cheers,
B.
On 31 October 2012 00:08, Hans J Schroeder wrote:
> On Oct 30, 2012, at 11:55 PM, Noah Slater wrote:
>
>> Hey folks,
>>
>> I am delighted to announce t
On Oct 30, 2012, at 11:55 PM, Noah Slater wrote:
> Hey folks,
>
> I am delighted to announce that Dave Cottlehuber joins the Apache CouchDB
> Project Management Committee today.
>
> Dave has made outstanding, sustained contributions, and this appointment is
> an official acknowledgement of his
On 30 October 2012 23:09, Jan Lehnardt wrote:
> Welcome Dave!
>
> And I am sure we haven’t seen the last of Chris :D
>
Let's hope so! My wording was probably not clear. Sorry about that!
J. Chris has resigned from the PMC. Not the project in general, or
the community. :)
--
NS
Welcome Dave!
And I am sure we haven’t seen the last of Chris :D
Best
Jan
--
On Oct 30, 2012, at 23:55 , Noah Slater wrote:
> Hey folks,
>
> I am delighted to announce that Dave Cottlehuber joins the Apache CouchDB
> Project Management Committee today.
>
> Dave has made outstanding, sustaine
Congrats Dave! The future looks bright.
Thanks to J Chris, who helped get this (admin) party started.
On Tue, Oct 30, 2012 at 4:55 PM, Noah Slater wrote:
> Hey folks,
>
> I am delighted to announce that Dave Cottlehuber joins the Apache CouchDB
> Project Management Committee today.
>
> Dave has
On Tue, Oct 30, 2012 at 3:55 PM, Noah Slater wrote:
> Hey folks,
>
> I am delighted to announce that Dave Cottlehuber joins the Apache CouchDB
> Project Management Committee today.
>
> Dave has made outstanding, sustained contributions, and this appointment is
> an official acknowledgement of his
Hey folks,
I am delighted to announce that Dave Cottlehuber joins the Apache CouchDB
Project Management Committee today.
Dave has made outstanding, sustained contributions, and this appointment is
an official acknowledgement of his position within the community, and our
trust in his ability to pr
[
https://issues.apache.org/jira/browse/COUCHDB-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487314#comment-13487314
]
Dave Cottlehuber commented on COUCHDB-1581:
---
All the JS stuff (jquery,
Al
Jan Lehnardt created COUCHDB-1581:
-
Summary: Update bundled dependencies
Key: COUCHDB-1581
URL: https://issues.apache.org/jira/browse/COUCHDB-1581
Project: CouchDB
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/COUCHDB-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber closed COUCHDB-1561.
-
Resolution: Fixed
NOTICE updated on /docs/ branch.
> Check licensing o
[
https://issues.apache.org/jira/browse/COUCHDB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber closed COUCHDB-85.
---
Resolution: Cannot Reproduce
If anybody has a way of reproducing this please, I'll gladly reo
[
https://issues.apache.org/jira/browse/COUCHDB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-85:
Fix Version/s: (was: 1.3)
1.4
> couch_server:all_databases() doe
[
https://issues.apache.org/jira/browse/COUCHDB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-85:
Priority: Minor (was: Blocker)
> couch_server:all_databases() does not work on file na
[
https://issues.apache.org/jira/browse/COUCHDB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-85:
Fix Version/s: 1.3
> couch_server:all_databases() does not work on file name case-insen
[
https://issues.apache.org/jira/browse/COUCHDB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-85:
Assignee: Dave Cottlehuber
> couch_server:all_databases() does not work on file name ca
On Tue, Oct 30, 2012 at 7:13 PM, Robert Newson wrote:
> #!/bin/sh
>
> URL="localhost:5984/db1"
>
> curl "localhost:5984"
> curl $URL -XDELETE
> curl $URL -XPUT
> curl $URL/doc1 -XPUT -d '{}'
> curl $URL/doc1 -HDestination:doc2 -XCOPY
>
> {"couchdb":"Welcome","version":"1.1.1"}
> {"error":"not_foun
#!/bin/sh
URL="localhost:5984/db1"
curl "localhost:5984"
curl $URL -XDELETE
curl $URL -XPUT
curl $URL/doc1 -XPUT -d '{}'
curl $URL/doc1 -HDestination:doc2 -XCOPY
{"couchdb":"Welcome","version":"1.1.1"}
{"error":"not_found","reason":"missing"}
{"ok":true}
{"ok":true,"id":"doc1","rev":"1-967a00dff
On Mon, Oct 29, 2012 at 8:52 PM, Randall Leeds (JIRA) wrote:
>
> Whatever the case, it's always been that COPY returns the new revision in the
> response. I don't know if it was every guaranteed that the revision id would
> stay the same after a COPY.
I'm pretty sure the revision in the new d
[
https://issues.apache.org/jira/browse/COUCHDB-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487031#comment-13487031
]
Randall Leeds commented on COUCHDB-1485:
Thanks, Robert. I'll take a look.
On Tue, Oct 30, 2012 at 12:45 AM, Dave Cottlehuber wrote:
> Hi everybody,
>
> This is the current list of blocking tickets. It will change a bit
> over the week as we continue to clean things out, but feel free to
> take a whack at any of them!
>
> Key Summary
> COUCHDB-1570Replicator writ
[
https://issues.apache.org/jira/browse/COUCHDB-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Leeds reassigned COUCHDB-1521:
--
Assignee: Randall Leeds
> multipart parser gets multiple attachments mixed up
> -
On Tue, Oct 30, 2012 at 8:45 AM, Dave Cottlehuber wrote:
> COUCHDB-431 Support cross domain XMLHttpRequest (XHR) calls by
> implementing Access Control spec
> https://issues.apache.org/jira/browse/COUCHDB-431
>
coming tomorrow morning. I will create the branch in the night. It
will ne
Thanks for this list, Dave.
This is a great opportunity for people to pitch in. Doesn't matter if
you're a committer or not. Please feel free to jump on one of this tickets,
see what the deal is, and pitch in however you can. Let's pull together and
get these knocked out!
On 30 October 2012 07:45
[
https://issues.apache.org/jira/browse/COUCHDB-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486861#comment-13486861
]
Robert Newson commented on COUCHDB-1485:
I bisected and it pointed to e2e8554d4d
[
https://issues.apache.org/jira/browse/COUCHDB-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson updated COUCHDB-1410:
---
Fix Version/s: (was: 1.3)
Numbers are hard, let's go shopping.
> Forma
[
https://issues.apache.org/jira/browse/COUCHDB-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson updated COUCHDB-1410:
---
Priority: Major (was: Blocker)
> Formally define number support
>
Hi everybody,
This is the current list of blocking tickets. It will change a bit
over the week as we continue to clean things out, but feel free to
take a whack at any of them!
Key Summary
COUCHDB-1570Replicator writes corrupt remote checkpoint document on
error; breaks replication
30 matches
Mail list logo