[GitHub] couchdb-fauxton pull request: mango - text adjustments

2015-05-27 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/427#issuecomment-105879468 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] couchdb-fauxton pull request: Gsoc 2015 revision tree visualizatio...

2015-05-27 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/433#issuecomment-105889586 looks good, just push to this branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] couchdb-fauxton pull request: cors: don't throw on undefined origi...

2015-05-27 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/441#issuecomment-105915392 This is fine. Otherwise show the Loadlines until everthing is fetched. --- If your project is set up for it, you can reply to this email and have your

[GitHub] couchdb-fauxton pull request: Databases component fix

2015-05-27 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/440#discussion_r31134262 --- Diff: tasks/fauxton.js --- @@ -116,6 +116,12 @@ module.exports = function (grunt) { var fileSrc = grunt.option('file') ||

[GitHub] couchdb-fauxton pull request: cors: don't throw on undefined origi...

2015-05-27 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/441 cors: don't throw on undefined origins You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton cors

Re: On Plugins and Extensibility

2015-05-27 Thread Paul Davis
On Wed, May 27, 2015 at 11:55 AM, Joan Touzet woh...@apache.org wrote: I've skimmed the entire thread, and it seems like Ilya is trying to solve a much bigger problem than Paul has outlined. Ilya's approach is more all-encompassing but involves a lot of make-work just to get the system back to

[GitHub] couchdb-couch pull request: Pass Opts to put/post/delete of test_r...

2015-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch/pull/50 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb-couch pull request: Include lager into list of extra apps ...

2015-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-05-27 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-106021935 @janl what the test you ran? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-05-27 Thread janl
Github user janl commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-106022822 @kxepal what @nolanlawson explained here: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-98407533 --- If your project is set up for it, you can

Summary of IRC Meeting in #couchdb-meeting

2015-05-27 Thread ASF IRC Bot
Summary of IRC Meeting in #couchdb-meeting at Wed May 27 18:04:35 2015: Attendees: jan, Kxepal, michellep, robertkowalski, bigbluehat - Preface - Fauxton - CouchDB 2.x - Info: jan needs help testing https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-105253198 - Open floor

[GitHub] couchdb-fauxton pull request: Clears the databases store after a t...

2015-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/444 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-27 Thread hdiedrich
Github user hdiedrich commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-106030561 I mean the `#btree`'s `reduce` field that is used in `couch_btree.erl` ```Erlang full_reduce(#btree{root=nil,reduce=Reduce}) - {ok, Reduce(reduce,

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-27 Thread eiri
Github user eiri commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-106033350 @hdiedrich Yes I understand the question and link in my previous answer is pointing to the code point. It's populated on `couch_db_updater` init and

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread wadsashika
Github user wadsashika commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/434#issuecomment-106033716 @robertkowalski I did the changes you and @michellephung suggested. And fixed the auto updating the active task list issue that had in the previous

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31168414 --- Diff: app/addons/dashboard/components.react.jsx --- @@ -0,0 +1,190 @@ +// Licensed under the Apache License, Version 2.0 (the License); you

Re: On Plugins and Extensibility

2015-05-27 Thread Joan Touzet
My mistake :) - Original Message - From: Paul Davis paul.joseph.da...@gmail.com To: dev@couchdb.apache.org, Joan Touzet woh...@apache.org Sent: Wednesday, May 27, 2015 1:51:33 PM Subject: Re: On Plugins and Extensibility On Wed, May 27, 2015 at 11:55 AM, Joan Touzet

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31168569 --- Diff: app/addons/dashboard/components.react.jsx --- @@ -0,0 +1,190 @@ +// Licensed under the Apache License, Version 2.0 (the License); you

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31168638 --- Diff: app/addons/dashboard/components.react.jsx --- @@ -0,0 +1,190 @@ +// Licensed under the Apache License, Version 2.0 (the License); you

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31168750 --- Diff: app/addons/dashboard/components.react.jsx --- @@ -0,0 +1,190 @@ +// Licensed under the Apache License, Version 2.0 (the License); you

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31168849 --- Diff: app/addons/dashboard/resources.js --- @@ -0,0 +1,50 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31169060 --- Diff: app/addons/dashboard/resources.js --- @@ -0,0 +1,50 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31170232 --- Diff: app/addons/dashboard/resources.js --- @@ -0,0 +1,50 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-05-27 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-106041063 @janl @nolanlawson need your help with: ``` $ npm link ../express-pouchdb npm ERR! Error: EACCES: permission denied, symlink

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31170305 --- Diff: app/addons/dashboard/routes.js --- @@ -0,0 +1,52 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31170682 --- Diff: app/addons/dashboard/stores.js --- @@ -0,0 +1,169 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31170976 --- Diff: app/addons/dashboard/stores.js --- @@ -0,0 +1,169 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: Grunt test task reordered

2015-05-27 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/443 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-fauxton pull request: Grunt test task reordered

2015-05-27 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/443#issuecomment-105984353 Merged as cffe43a --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request: Databases component fix

2015-05-27 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/440#issuecomment-105984940 Merged as 1739a8e --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request: Databases component fix

2015-05-27 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/440 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-fauxton pull request: Grunt test task reordered

2015-05-27 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/443 Grunt test task reordered Small change to only run the JSX step after the clean and dependencies steps. This ensures that any external addons being included also get any .jsx tests

[GitHub] couchdb-fauxton pull request: Databases component fix

2015-05-27 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/440#issuecomment-105981443 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] couchdb-chttpd pull request: Escape database name on posts to _rep...

2015-05-27 Thread hdiedrich
Github user hdiedrich commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/35#issuecomment-105970629 LGTM -- however, it will also encode any other special characters besides '/'. Is that intended? Mochiweb only lets unchanched: ```

CouchDB Weekly News – Submissions

2015-05-27 Thread Katharina Jockenhöfer
Hi there! you can send me your submissions for tomorrow's CouchDB Weekly News (best before 1.00 pm CET). Especially for the sections - Releases in the CouchDB Universe - Opinions, Talks, … - Events - Time to relax Thanks for your support. Have a good day! Katharina

[GitHub] couchdb-fauxton pull request: Grunt test task reordered

2015-05-27 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/443#issuecomment-105980763 merge after its green --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] couchdb-fauxton pull request: Databases component fix

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/440#discussion_r31139219 --- Diff: tasks/fauxton.js --- @@ -116,6 +116,12 @@ module.exports = function (grunt) { var fileSrc = grunt.option('file') ||

[GitHub] couchdb-fauxton pull request: cors: don't throw on undefined origi...

2015-05-27 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/441#issuecomment-105940464 merged as d4e6997e9c228e5a90b33a55af873cc6b60896d2 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] couchdb-fauxton pull request: cors: don't throw on undefined origi...

2015-05-27 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/441 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] couchdb-fauxton pull request: view creation: fix back button

2015-05-27 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/442 view creation: fix back button when you hit the back button after creating a view, the view broke You can merge this pull request into a Git repository by running: $ git

Re: On Plugins and Extensibility

2015-05-27 Thread Joan Touzet
I've skimmed the entire thread, and it seems like Ilya is trying to solve a much bigger problem than Paul has outlined. Ilya's approach is more all-encompassing but involves a lot of make-work just to get the system back to its current state. Meanwhile, Paul is trying to respond to some requests

[GitHub] couchdb-fauxton pull request: Gsoc 2015 revision tree visualizatio...

2015-05-27 Thread nadeeshaan
Github user nadeeshaan commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/433#discussion_r31158065 --- Diff: app/addons/documents/revision-tree/component.react.jsx --- @@ -0,0 +1,338 @@ +define([ + app, + api, + react, +

Re: On Plugins and Extensibility

2015-05-27 Thread Paul Davis
On Mon, May 25, 2015 at 7:25 AM, Ilya Khlopotov iil...@ca.ibm.com wrote: Paul, From what I can tell your proposing that couch_epi is a central nexus of some rather large swaths of code (ie, replacing the entire API to couch_stats). I am not proposing to replace couch_stats API. I just

[GitHub] couchdb-fauxton pull request: view creation: fix back button

2015-05-27 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/442#issuecomment-105986405 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] couchdb-fauxton pull request: view creation: fix back button

2015-05-27 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/442 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] couchdb-fauxton pull request: view creation: fix back button

2015-05-27 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/442#issuecomment-105988862 merged as 6f8f25ceda83e5fa0f2e98e2a0e13dc3fbde0646 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] couchdb-fauxton pull request: Clears the databases store after a t...

2015-05-27 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/444 Clears the databases store after a test This test can cause problems because the store isn't cleared out. Explicitly resets the store. You can merge this pull request into a Git

[GitHub] couchdb-fauxton pull request: Gsoc 2015 revision tree visualizatio...

2015-05-27 Thread nadeeshaan
Github user nadeeshaan commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/433#discussion_r31158005 --- Diff: app/addons/documents/revision-tree/component.react.jsx --- @@ -0,0 +1,338 @@ +define([ + app, + api, + react, +

[GitHub] couchdb-fauxton pull request: Gsoc 2015 revision tree visualizatio...

2015-05-27 Thread nadeeshaan
Github user nadeeshaan commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/433#discussion_r31157994 --- Diff: app/addons/documents/revision-tree/component.react.jsx --- @@ -0,0 +1,338 @@ +define([ + app, + api, + react, +

[GitHub] couchdb-fauxton pull request: Clears the databases store after a t...

2015-05-27 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/444#issuecomment-106001409 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31171292 --- Diff: app/addons/dashboard/stores.js --- @@ -0,0 +1,169 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/434#issuecomment-106050280 @wadsashika, this looks terrific! Sorry for all my nit-picky comments above. Thankfully I'm in a different country so you're not in a position to hurl your

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31172077 --- Diff: app/addons/dashboard/stores.js --- @@ -0,0 +1,169 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-05-27 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-106053906 @nolanlawson thanks, that works, but now I recall that node-gyp tried to build broken v8 for my host. *sigh* it doesn't simply to build pouchdb /: Downloading

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-05-27 Thread nolanlawson
Github user nolanlawson commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-106049749 @kxepal I have never seen that error before. But if `npm link` is not working, you can always explicitly link it like so: ``` rm -fr

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31172284 --- Diff: app/addons/dashboard/stores.js --- @@ -0,0 +1,169 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-fauxton pull request: Mango, Indexes: link to _all_dbs usi...

2015-05-27 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/445#issuecomment-106071805 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] couchdb-fauxton pull request: Mango, Indexes: link to _all_dbs usi...

2015-05-27 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/445 Mango, Indexes: link to _all_dbs using route helper routes-index-editor.js covered by previousFromView.js (existing test) You can merge this pull request into a Git repository by

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread michellephung
Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31191099 --- Diff: app/addons/dashboard/resources.js --- @@ -0,0 +1,50 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread michellephung
Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31191165 --- Diff: app/addons/dashboard/resources.js --- @@ -0,0 +1,50 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread wadsashika
Github user wadsashika commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/434#issuecomment-106172360 @benkeen I think it would be my phone :D anyway thank you very much for the comments. It really helps to get a better idea of the code. When I read some

[GitHub] couchdb-fauxton pull request: GSoC 2015 - 2214 Dashboard as main p...

2015-05-27 Thread michellephung
Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/434#discussion_r31190906 --- Diff: app/addons/dashboard/stores.js --- @@ -0,0 +1,169 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may