Re: fauxton: why backbone?

2014-01-30 Thread Garren Smith
I think Sue has summed it up really nicely. It depends on what frameworks/libraries you are comfortable with and how large the application is going to be. Using backbone you will most likely have to write a fair bit more "boilerplate" code. One other library to checkout is react.js (http://faceb

Re: Git repositories: migration to couchdb-documentation

2014-01-30 Thread Noah Slater
Wow. "couchdb-documentation" is very long! Why not "couchdb-docs"? :) Anyway, you can probably dispense with make. Just get a decent Sphinx thing set up. On 29 January 2014 11:18, Alexander Shorin wrote: > Hi all, > > Paul, this question might be most up to you, but may be any other > knows the

Re: Git repositories: migration to couchdb-documentation

2014-01-30 Thread Robert Samuel Newson
"docs" is ambiguous and might refer to medical professionals. B. On 30 Jan 2014, at 12:26, Noah Slater wrote: > Wow. "couchdb-documentation" is very long! Why not "couchdb-docs"? :) > > Anyway, you can probably dispense with make. Just get a decent Sphinx > thing set up. > > On 29 January 201

Re: Git repositories: migration to couchdb-documentation

2014-01-30 Thread Noah Slater
Similarly, "documentation" might refer to documentation *about* medical professionals. I suggest "couchdb-the-repository-for-documentation-about-couchdb-itself". On 30 January 2014 13:56, Robert Samuel Newson wrote: > "docs" is ambiguous and might refer to medical professionals. > > B. > > On 30

Re: Git repositories: migration to couchdb-documentation

2014-01-30 Thread Dirkjan Ochtman
On Thu, Jan 30, 2014 at 1:26 PM, Noah Slater wrote: > Wow. "couchdb-documentation" is very long! Why not "couchdb-docs"? :) +1 for -docs... > Anyway, you can probably dispense with make. Just get a decent Sphinx > thing set up. Sphinx kind of provides a Makefile by default, and it's pretty hand

Re: Git repositories: migration to couchdb-documentation

2014-01-30 Thread Noah Slater
Ah yes, what I really mean is we can dispense with Autotoools. :) On 30 January 2014 14:08, Dirkjan Ochtman wrote: > On Thu, Jan 30, 2014 at 1:26 PM, Noah Slater wrote: >> Wow. "couchdb-documentation" is very long! Why not "couchdb-docs"? :) > > +1 for -docs... > >> Anyway, you can probably

Re: CoffeeScript query server update

2014-01-30 Thread Noah Slater
Sounds like probably a good idea. On 29 January 2014 01:26, Alexander Shorin wrote: > Hi, > > Coffeescipt 1.7 was just released > http://coffeescript.org/#changelog > > However, CouchDB ships with 1.2 for two years already > https://github.com/apache/couchdb/commit/365615d > > I'm not coffee acti

Re: Help with a replicator incompatibility/crash?

2014-01-30 Thread Jan Lehnardt
I commented on the issue: It looks like we are not handling a 404 in the function below, especially thefun(200, Headers, StreamDataFun) -> bit (that’s like 171 in couch_replicator_api_wrap). I’m not too familiar with that code, maybe one of Adam, Bob, Filipe, Benoit could have a look? cc dev@

Re: Git repositories: migration to couchdb-documentation

2014-01-30 Thread Benoit Chesneau
On Thu, Jan 30, 2014 at 2:08 PM, Dirkjan Ochtman wrote: > On Thu, Jan 30, 2014 at 1:26 PM, Noah Slater wrote: > > Wow. "couchdb-documentation" is very long! Why not "couchdb-docs"? :) > > +1 for -docs... > > > Anyway, you can probably dispense with make. Just get a decent Sphinx > > thing set up

Re: Help with a replicator incompatibility/crash?

2014-01-30 Thread Robert Samuel Newson
Our replicator doesn’t handle it because it expects CouchDB to return the requested design document (since it exists). Jens says "Yes, Sync Gateway doesn't support design documents so it'll return a 404 for those URLs. " which seems to be the route of it. So, it’s a basic compatibility thing,

Re: Help with a replicator incompatibility/crash?

2014-01-30 Thread Adam Kocoloski
Correct, the CouchDB replicator fails on a 404 there. There are relatively few occasions where the replicator will skip data and run to completion -- explicit validate_doc_update rejections and MD5 mismatches on attachments are two that come to mind. We could / should have the discussion about

Re: Help with a replicator incompatibility/crash?

2014-01-30 Thread Jan Lehnardt
I commented with a summary on the ticket again: https://github.com/couchbase/sync_gateway/issues/248#issuecomment-33689652 I talked this over with @rnewson. The scenario appears to be this: ``` [14:39:41] <+rnewson> but for the replicator to know to fetch "_design/foo" the source must have s

Re: Help with a replicator incompatibility/crash?

2014-01-30 Thread Adam Kocoloski
+1, sounds like a plan. On Jan 30, 2014, at 9:01 AM, Jan Lehnardt wrote: > I commented with a summary on the ticket again: > https://github.com/couchbase/sync_gateway/issues/248#issuecomment-33689652 > > I talked this over with @rnewson. The scenario appears to be this: > > ``` > [14:39:41]

[jira] [Commented] (COUCHDB-2042) Session not cleared after DELETE /_session (cookie auth)

2014-01-30 Thread Johannes J. Schmidt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886597#comment-13886597 ] Johannes J. Schmidt commented on COUCHDB-2042: -- I did not talk about browse

[jira] [Commented] (COUCHDB-2040) Compaction fails when copying attachment

2014-01-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886603#comment-13886603 ] ASF subversion and git services commented on COUCHDB-2040: -- Com

[jira] [Commented] (COUCHDB-2028) Allow intermediate certificates when using SSL/TLS

2014-01-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886602#comment-13886602 ] ASF subversion and git services commented on COUCHDB-2028: -- Com

[jira] [Created] (COUCHDB-2043) [replicator] handle non-200 response of _changes-feed items gracefully

2014-01-30 Thread Jan Lehnardt (JIRA)
Jan Lehnardt created COUCHDB-2043: - Summary: [replicator] handle non-200 response of _changes-feed items gracefully Key: COUCHDB-2043 URL: https://issues.apache.org/jira/browse/COUCHDB-2043 Project: C

[jira] [Updated] (COUCHDB-2043) [replicator] throw readable but fatal error for 404 response to doc_open_revs

2014-01-30 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated COUCHDB-2043: --- Summary: [replicator] throw readable but fatal error for 404 response to doc_open_revs (wa

[jira] [Resolved] (COUCHDB-2040) Compaction fails when copying attachment

2014-01-30 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-2040. Resolution: Fixed Fix Version/s: 1.7.0 > Compaction fails when copying attachment

[jira] [Resolved] (COUCHDB-2028) Allow intermediate certificates when using SSL/TLS

2014-01-30 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-2028. Resolution: Fixed Fix Version/s: 1.7.0 > Allow intermediate certificates when usin

[jira] [Commented] (COUCHDB-2043) [replicator] throw readable but fatal error for 404 response to doc_open_revs

2014-01-30 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887118#comment-13887118 ] Robert Newson commented on COUCHDB-2043: https://gist.github.com/rnewson/8720700