[jira] Created: (COUCHDB-834) startkey_docid/endkey_docid don't work without an exact startkey/endkey match

2010-07-26 Thread Mathias Meyer (JIRA)
startkey_docid/endkey_docid don't work without an exact startkey/endkey match - Key: COUCHDB-834 URL: https://issues.apache.org/jira/browse/COUCHDB-834 Project: CouchDB

[jira] Updated: (COUCHDB-834) startkey_docid/endkey_docid don't work without an exact startkey/endkey match

2010-07-26 Thread Mathias Meyer (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathias Meyer updated COUCHDB-834: -- Description: This issue popped up when I wanted to paginate through a list of documents using

[jira] Created: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
Whitelisting which config variables may be changed via HTTP --- Key: COUCHDB-835 URL: https://issues.apache.org/jira/browse/COUCHDB-835 Project: CouchDB Issue Type: New Feature

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Attachment: 0001-Refactor-read-only-config-handlers-to-be-near-each-o.patch No-op refactor just to

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Comment: was deleted (was: No-op refactor just to make subsequent patches easier to reason about.

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Attachment: 0001-Refactor-read-only-config-handlers-to-be-near-each-o.patch Patch 1: No-op refacto

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Attachment: (was: 0001-Refactor-read-only-config-handlers-to-be-near-each-o.patch) > Whitelis

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Attachment: 0003-Support-a-whitelist-for-modifying-the-config-via-HTT.patch Patch 3: Whitelist sam

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Attachment: 0004-Document-the-whitelist-process.patch Patch 4: Description and examples in the loc

[jira] Updated: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jason Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-835: Attachment: 0002-Refactor-PUT-and-DELETE-config-handlers-to-a-wrapper.patch Patch 2: No-op wrapper

[jira] Closed: (COUCHDB-835) Whitelisting which config variables may be changed via HTTP

2010-07-26 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-835. Fix Version/s: 1.1 Resolution: Fixed > Whitelisting which config variables may be changed v

A spanner in the SSL works.

2010-07-26 Thread Robert Newson
All, Jan was reviewing my ssl branch (http://github.com/rnewson/couchdb/tree/ssl) and was curious as to why I had disabled MaxConnections. The short answer is, the newer version of Mochiweb (that supports SSL) no longer supports a configuration maximum number of connections. It used to (and does i

Re: A spanner in the SSL works.

2010-07-26 Thread Jan Lehnardt
Except for this, the patch looks good to me. Cheers Jan -- On 26 Jul 2010, at 14:09, Robert Newson wrote: > All, > > Jan was reviewing my ssl branch > (http://github.com/rnewson/couchdb/tree/ssl) and was curious as to why > I had disabled MaxConnections. The short answer is, the newer version

[jira] Closed: (COUCHDB-106) check for Erlang OpenSSL support in configure

2010-07-26 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-106. Fix Version/s: 1.1 Resolution: Fixed > check for Erlang OpenSSL support in configure >

Re: A spanner in the SSL works.

2010-07-26 Thread J Chris Anderson
Mikeal and I talked with Eric Florenzo about this change in Mochiweb at the Github meetup. Apparently it's a *good thing* as the socket accept rewrite cuts down on some rare slow responses Mochiweb sometimes gives. So I'm happy to see how this upgrade effects us. Chris On Jul 26, 2010, at 5:37

Re: A spanner in the SSL works.

2010-07-26 Thread Robert Newson
I can merge this work to trunk then? B. On Mon, Jul 26, 2010 at 4:58 PM, J Chris Anderson wrote: > Mikeal and I talked with Eric Florenzo about this change in Mochiweb at the > Github meetup. Apparently it's a *good thing* as the socket accept rewrite > cuts down on some rare slow responses Mo

Re: A spanner in the SSL works.

2010-07-26 Thread J Chris Anderson
On Jul 26, 2010, at 9:21 AM, Robert Newson wrote: > I can merge this work to trunk then? > Works for me! If it's gonna cause issues, then getting it in trunk sooner is better than later. I'm for one, sorta clueless about the whole SSL thing, so perhaps a longish commit message or something s

Re: A spanner in the SSL works.

2010-07-26 Thread Robert Newson
Not a problem, long commit messages are something of a speciality. I'm deep in the middle of some unrelated work right now but I'll try to push this to trunk later tonight. B. On Mon, Jul 26, 2010 at 5:43 PM, J Chris Anderson wrote: > > On Jul 26, 2010, at 9:21 AM, Robert Newson wrote: > >> I ca

[jira] Updated: (COUCHDB-833) Use Takanori Ishikawa's JS SHA1 implementation which doesn't pollute the global namespace

2010-07-26 Thread Devin Torres (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devin Torres updated COUCHDB-833: - Attachment: better_js_sha1.patch > Use Takanori Ishikawa's JS SHA1 implementation which doesn't

[jira] Created: (COUCHDB-836) testsuite in couchdbx (1.0.0.8) crashes on MacOS 10.6.4

2010-07-26 Thread Dr. Gernot Starke (JIRA)
testsuite in couchdbx (1.0.0.8) crashes on MacOS 10.6.4 --- Key: COUCHDB-836 URL: https://issues.apache.org/jira/browse/COUCHDB-836 Project: CouchDB Issue Type: Bug Components: Te

[jira] Closed: (COUCHDB-836) testsuite in couchdbx (1.0.0.8) crashes on MacOS 10.6.4

2010-07-26 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-836. Resolution: Invalid Hi Gernot thanks for writing. The bug is known and is actually an issue with

Proposal for changes in view server/protocol

2010-07-26 Thread Mikeal Rogers
After some conversations I've had in NYC this week and Mathias' great post on the 10 biggest issues with CouchDB ( http://www.paperplanes.de/2010/7/26/10_annoying_things_about_couchdb.html ) I wanted to formally propose some changes to the view server/protocol. The first issue I want to tackle is

Re: Proposal for changes in view server/protocol

2010-07-26 Thread J Chris Anderson
On Jul 26, 2010, at 2:35 PM, Mikeal Rogers wrote: > After some conversations I've had in NYC this week and Mathias' great post > on the 10 biggest issues with CouchDB ( > http://www.paperplanes.de/2010/7/26/10_annoying_things_about_couchdb.html ) > I wanted to formally propose some changes to the

[jira] Created: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Filipe Manana (JIRA)
Adding stale=partial Key: COUCHDB-837 URL: https://issues.apache.org/jira/browse/COUCHDB-837 Project: CouchDB Issue Type: Improvement Environment: all released and unreleased versions Reporter: Filip

[jira] Updated: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-837: -- Attachment: stale_partial.patch > Adding stale=partial > > >

Re: Proposal for changes in view server/protocol

2010-07-26 Thread Mikeal Rogers
On Mon, Jul 26, 2010 at 5:43 PM, J Chris Anderson wrote: > > On Jul 26, 2010, at 2:35 PM, Mikeal Rogers wrote: > > > After some conversations I've had in NYC this week and Mathias' great > post > > on the 10 biggest issues with CouchDB ( > > > http://www.paperplanes.de/2010/7/26/10_annoying_thing

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892497#action_12892497 ] Jan Lehnardt commented on COUCHDB-837: -- Great patch Filipe! Now, bikeshedding time!

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892498#action_12892498 ] Filipe Manana commented on COUCHDB-837: --- Hum, so far I vote for "stale=once" :) > A

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892499#action_12892499 ] Chris Anderson commented on COUCHDB-837: stale=okgo > Adding stale=partial >

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Simon Metson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892538#action_12892538 ] Simon Metson commented on COUCHDB-837: -- stale=whatever? it could then play that Liam

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892541#action_12892541 ] Chris Anderson commented on COUCHDB-837: you know -- why doesn't stale=ok just tri

NYC CouchDB this week

2010-07-26 Thread Mikeal Rogers
Two CouchDB events in two straight days. NYC is like heaven! There is a CouchDB meetup tomorrow, Tuesday the 27th, in NYC at 7pm at DBA, 41 First Avenue, New York City, NY. 10003. Between 2nd and 3rd Street. And I will be speaking on Wednesday the 28th at the NYC NoSQL meetup. http://www.meetup.c

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892572#action_12892572 ] Paul Joseph Davis commented on COUCHDB-837: --- @filipe - Awesome @janl - I'd agree

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Zachary Zolton
On Monday, July 26, 2010, Paul Joseph Davis (JIRA) wrote: > >    [ > https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892572#action_12892572 > ] > > Paul Joseph Davis commented on COUCHDB-837: > --

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892617#action_12892617 ] Chris Anderson commented on COUCHDB-837: Last bikeshed perspective from me: stale

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892671#action_12892671 ] Jan Lehnardt commented on COUCHDB-837: -- @Simon, +1 on Lyam Lynch. @Paul, great conver

[jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-26 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892673#action_12892673 ] Jan Lehnardt commented on COUCHDB-837: -- In case anyone wonders about all the bike she