[jira] [Commented] (COUCHDB-1320) OAuth authentication doesn't work with VHost entry

2011-11-09 Thread Martin Higham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13146881#comment-13146881 ] Martin Higham commented on COUCHDB-1320: Klaus's patch in COUCHDB-1321 also

[jira] [Commented] (COUCHDB-1321) Vars in Rewrite rules break OAuth authentication

2011-11-09 Thread Martin Higham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13146887#comment-13146887 ] Martin Higham commented on COUCHDB-1321: This looks like it will fix this issue

[jira] [Closed] (COUCHDB-1277) refactoring couch_httpd_db for better query parameter support and code clarity

2011-11-09 Thread Randall Leeds (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-1277. -- Resolution: Fixed Fix Version/s: 1.3 refactoring couch_httpd_db for better query

[jira] [Commented] (COUCHDB-1321) Vars in Rewrite rules break OAuth authentication

2011-11-09 Thread Klaus Trainer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13146915#comment-13146915 ] Klaus Trainer commented on COUCHDB-1321: This looks like it will fix this issue

Re: [2/5] git commit: use couch_db calls instead of couch_btree

2011-11-09 Thread Filipe David Manana
Randall, I have to disagree on this one. The reason to not call couch_db:get_design_docs/1 is to avoid reading the body of the documents, which is not needed. Plus, couch_db:get_design_docs/1 skips deleted documents, which will causes _changes rows to be skipped. On Wed, Nov 9, 2011 at 10:07

[jira] [Closed] (COUCHDB-860) Futon appends wrong version number to files

2011-11-09 Thread Randall Leeds (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-860. - Resolution: Fixed Fix Version/s: 1.3 I took out the max-age directive. Firefox and

Re: [2/2] git commit: remove version number from futon static resources

2011-11-09 Thread Benoit Chesneau
On Wed, Nov 9, 2011 at 11:29 AM, rand...@apache.org wrote: remove version number from futon static resources No process was in place to update these query strings, which would typically serve to prevent excessive browser caching if they were made to change. No one wants to change these every

Re: [2/5] git commit: use couch_db calls instead of couch_btree

2011-11-09 Thread Benoit Chesneau
On Wed, Nov 9, 2011 at 11:27 AM, Filipe David Manana fdman...@apache.org wrote: Randall, I have to disagree on this one. The reason to not call couch_db:get_design_docs/1 is to avoid reading the body of the documents, which is not needed. Plus, couch_db:get_design_docs/1 skips deleted

Re: [1/5] git commit: some refactoring in couch_httpd_db.erl

2011-11-09 Thread Benoit Chesneau
On Wed, Nov 9, 2011 at 11:07 AM, rand...@apache.org wrote: Updated Branches:  refs/heads/master 866769f34 - 7e3c69ba9 some refactoring in couch_httpd_db.erl Fix COUCHDB-1277. These changes are largely for code clarity and conciseness, but have a few other nice effects as well. *

[jira] [Commented] (COUCHDB-1320) OAuth authentication doesn't work with VHost entry

2011-11-09 Thread Klaus Trainer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13146932#comment-13146932 ] Klaus Trainer commented on COUCHDB-1320: If you ask me, I think we should simply

Re: [2/5] git commit: use couch_db calls instead of couch_btree

2011-11-09 Thread Robert Newson
Randall, Did we miss the chance to review this work before it landed? B. On 9 November 2011 10:36, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Nov 9, 2011 at 11:27 AM, Filipe David Manana fdman...@apache.org wrote: Randall, I have to disagree on this one. The reason to not call

Re: [5/5] git commit: fix improper comparison on filtered changes

2011-11-09 Thread Filipe David Manana
Randall, which test exactly was failing in changes.js? I've never had such failure locally. If it's due to browser caching, it would be a good idea to add a test to test/etap/073-changes.t On Wed, Nov 9, 2011 at 10:07 AM, rand...@apache.org wrote: fix improper comparison on filtered changes

Re: Very impressive CouchDB story.

2011-11-09 Thread Sean Copenhaver
Yeah thanks for sharing. I really enjoyed the talk and will be passing it around to some friends. On Wed, Nov 9, 2011 at 1:19 AM, Jason Smith j...@iriscouch.com wrote: CouchDB is brilliant. Cloudant is brilliant. What a fantastic, level-headed, retrospective about real-world CouchDB. Thank

Handling encryption keys in a disconnected environment

2011-11-09 Thread Jay Zamboni
Hello fellow couchdb users We are creating a couchapp that will reside on a wireless client. There will be one central server and multiple clients that are accessing and syncing the same database. We are using the couchdb session based authentication for our login. Some of the data we

Re: [5/5] git commit: fix improper comparison on filtered changes

2011-11-09 Thread Randall Leeds
On Wed, Nov 9, 2011 at 02:51, Filipe David Manana fdman...@apache.org wrote: Randall, which test exactly was failing in changes.js? It was the andmore-only section near the end: T(line.seq == 8) T(line.id == andmore) The problem is that seq _should_ be strictly greater than since. If you look

Re: [2/2] git commit: remove version number from futon static resources

2011-11-09 Thread Randall Leeds
On Wed, Nov 9, 2011 at 02:34, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Nov 9, 2011 at 11:29 AM,  rand...@apache.org wrote: remove version number from futon static resources No process was in place to update these query strings, which would typically serve to prevent excessive

Re: [2/5] git commit: use couch_db calls instead of couch_btree

2011-11-09 Thread Randall Leeds
On Wed, Nov 9, 2011 at 02:48, Robert Newson rnew...@apache.org wrote: Randall, Did we miss the chance to review this work before it landed? Yes. Sorry. I thought it was more trivial than it was. I owe it to Filipe for catching the mistake. While I changed get_design_docs not to get the body by

Re: [2/5] git commit: use couch_db calls instead of couch_btree

2011-11-09 Thread Randall Leeds
On Wed, Nov 9, 2011 at 11:00, Randall Leeds randall.le...@gmail.com wrote: On Wed, Nov 9, 2011 at 02:48, Robert Newson rnew...@apache.org wrote: Randall, Did we miss the chance to review this work before it landed? Yes. Sorry. I thought it was more trivial than it was. I owe it to Filipe

Re: [2/5] git commit: use couch_db calls instead of couch_btree

2011-11-09 Thread Filipe David Manana
On Wed, Nov 9, 2011 at 7:00 PM, Randall Leeds randall.le...@gmail.com wrote: On Wed, Nov 9, 2011 at 02:48, Robert Newson rnew...@apache.org wrote: Randall, Did we miss the chance to review this work before it landed? Yes. Sorry. I thought it was more trivial than it was. I owe it to Filipe

Re: [5/5] git commit: fix improper comparison on filtered changes

2011-11-09 Thread Filipe David Manana
On Wed, Nov 9, 2011 at 6:43 PM, Randall Leeds randall.le...@gmail.com wrote: On Wed, Nov 9, 2011 at 02:51, Filipe David Manana fdman...@apache.org wrote: Randall, which test exactly was failing in changes.js? It was the andmore-only section near the end: T(line.seq == 8) T(line.id ==

[jira] [Commented] (COUCHDB-1334) Indexer speedup (for non-native view servers)

2011-11-09 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13147291#comment-13147291 ] Filipe Manana commented on COUCHDB-1334: @Adam I haven't heard yet about plans

[jira] [Updated] (COUCHDB-1334) Indexer speedup (for non-native view servers)

2011-11-09 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1334: --- Attachment: master-2-0002-More-efficient-communication-with-the-view-server.patch Second

[jira] [Commented] (COUCHDB-1334) Indexer speedup (for non-native view servers)

2011-11-09 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13147375#comment-13147375 ] Paul Joseph Davis commented on COUCHDB-1334: @Filipe, Awesome, this is

[jira] [Commented] (COUCHDB-1334) Indexer speedup (for non-native view servers)

2011-11-09 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13147393#comment-13147393 ] Filipe Manana commented on COUCHDB-1334: Paul, yep performance was the same as

[jira] [Updated] (COUCHDB-1334) Indexer speedup (for non-native view servers)

2011-11-09 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1334: --- Attachment: master-3-0002-More-efficient-communication-with-the-view-server.patch

Re: git commit: fix improper comparison on filtered changes

2011-11-09 Thread Randall Leeds
Thanks, Filipe. On Wed, Nov 9, 2011 at 16:59, fdman...@apache.org wrote: Updated Branches:  refs/heads/1.2.x 22d79 - 27ce101a3 fix improper comparison on filtered changes Regression caught by the changes js test. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: