Re: Project Fauxton Feedback

2015-09-17 Thread Michelle Phung
Hi Eli, We don’t use a schedule for the NPM package or Fauxton releases. The reason being is because we enjoy being able to fix bugs and merge them, and have that code be the latest code everyone works off of. The master branch moves FAST, from my point of view. Fauxton comes standard shipped

Re: Project Fauxton Feedback

2015-09-17 Thread Eli Stevens (Gmail)
Is there a recommended way to `grunt couchapp_deploy` to a non-local CouchDB instance? None of our DB hosts have git installed (meant to match our production deployment hosts in terms of installed packages, so we explicitly don't want git there). Alternatively, is there a way to get fauxton

Re: Project Fauxton Feedback

2015-09-17 Thread Robert Kowalski
Hi Eli, you can try to modify [1] and [2] Happy hacking, Robert :) [1] https://github.com/apache/couchdb-fauxton/blob/5de1fe6682fc5a9dee44022498357febd73c3600/settings.json.default#L67 [2]

Re: Project Fauxton Feedback

2015-09-16 Thread Eli Stevens (Gmail)
Where is the appropriate place to file bugs against Fuaxton? Most recent I see in JIRA is Feb. 15th of this year. As of a couple of hours ago when I updated my install, the view query options UI wasn't respecting start and end keys (though the link to the raw JSON is correct). On Wed, Aug 19,

Re: Project Fauxton Feedback

2015-09-16 Thread Eli Stevens (Gmail)
I just (mostly) followed the instructions at (except for the -g part, since I didn't want it global): https://www.npmjs.com/package/fauxton And ran the following: npm install fauxton cd node_modules/fauxton/node_modules/.bin/ ; ./grunt couchapp_deploy Which had references to "fauxton@1.0.3

Re: Project Fauxton Feedback

2015-08-19 Thread Robert Kowalski
Thank you for your feedback! Based on the feedback we will try to enable `include_docs` per default: https://github.com/apache/couchdb-fauxton/pull/499 What do you think? On Wed, Aug 19, 2015 at 9:55 AM, James Dingwall james.dingw...@zynstra.com wrote: Eli Stevens (Gmail) wrote: On Tue, Aug

Re: Project Fauxton Feedback

2015-08-19 Thread Eli Stevens (Gmail)
I agree with kexpal's comment on the PR; large documents would make this very, very painful. I was asking for a view checkbox that would result in a 3rd column for view results (key / value / optional doc) that defaulted to off, so that I could include it when appropriate. Cheers, Eli On Wed,

Re: Project Fauxton Feedback

2015-08-18 Thread ermouth
+1 ermouth 2015-08-18 21:03 GMT+03:00 Eli Stevens (Gmail) wickedg...@gmail.com: On Tue, Aug 18, 2015 at 1:11 AM, James Dingwall james.dingw...@zynstra.com wrote: I get the impression that more whizzy effects (fade in/out, sliding divs etc) have been added which don't play nicely with

Re: Project Fauxton Feedback

2015-08-18 Thread Eli Stevens (Gmail)
On Tue, Aug 18, 2015 at 1:11 AM, James Dingwall james.dingw...@zynstra.com wrote: I get the impression that more whizzy effects (fade in/out, sliding divs etc) have been added which don't play nicely with remote sessions with low bandwidth so a preference to use more basic transitions would be

Re: Project Fauxton Feedback

2015-08-17 Thread Michelle Phung
Where should I be listening to hear about when new fauxton releases have happened? We don’t really do releases. We push to the repo, and then people can pull from there. https://github.com/apache/couchdb-fauxton Sometimes things break, but we try to fix them right away on the master branch,

Re: Project Fauxton Feedback

2015-08-17 Thread Eli Stevens (Gmail)
Hi Michelle, Overall, sounds great. I'll reply inline where needed: On Mon, Aug 17, 2015 at 10:58 AM, Michelle Phung michel...@apache.org wrote: Feedback #2: Default _all_docs page doesn’t show enough relevant information Fair enough, this is something I think we should default with

Re: Project Fauxton Feedback

2015-08-17 Thread Michelle Phung
Hi Eli! Thanks for your writeup! These feedback things are things we need to hear multiple times, to really drive the message home, so that we can be better, address real life problems, and also so that we can be held accountable for what we do. Let me know if I’ve misinterpreted any of the

Project Fauxton Feedback

2015-08-14 Thread Michelle Phung
Hello! I am at the beginning of writing a presentation that I am hoping to name: The State of Fauxton 2015, and I would like to include community concerns about Project Fauxton, and where we hope it will go. One of the things I would like to cover in my presentation is what CouchDB as a

Re: Project Fauxton Feedback

2015-08-14 Thread Alexander Shorin
On Fri, Aug 14, 2015 at 6:26 PM, James Dingwall james.dingw...@zynstra.com wrote: My experience of using the version of fauxton bundled in CouchDB 1.6.1 (with SeaMonkey 2.33.1 in case its a browser thing...) You definitely should try the latest Fauxton[1] (better with 2.0[2]) because their

Re: Project Fauxton Feedback

2015-08-14 Thread Alexander Shorin
On Fri, Aug 14, 2015 at 6:39 PM, James Dingwall james.dingw...@zynstra.com wrote: Alexander Shorin wrote: On Fri, Aug 14, 2015 at 6:26 PM, James Dingwall james.dingw...@zynstra.com wrote: My experience of using the version of fauxton bundled in CouchDB 1.6.1 (with SeaMonkey 2.33.1 in case

Re: Project Fauxton Feedback

2015-08-14 Thread Michelle Phung
: From: James Dingwall james.dingw...@zynstra.com Subject: Re: Project Fauxton Feedback Date: August 14, 2015 at 11:26:04 AM EDT To: u...@couchdb.apache.org, dev@couchdb.apache.org Reply-To: u...@couchdb.apache.org Michelle Phung wrote: One of the things I would like to cover in my

Re: Project Fauxton Feedback

2015-08-14 Thread Eli Stevens (Gmail)
Hi, Thanks for asking for user feedback! I just installed the default new(ish?) fauxton via npm, etc. from the instructions at https://www.npmjs.com/package/fauxton (not sure if that's as up to date as it could be). Here are my (hopefully constructive) opinions. In general, I agree with a lot of