[GitHub] couchdb pull request: installs npm while building the docker image...

2015-04-30 Thread tillkahlbrock
GitHub user tillkahlbrock opened a pull request: https://github.com/apache/couchdb/pull/318 installs npm while building the docker images Building the docker image fails with ``` /bin/sh: 1: npm: not found make: *** [share/www] Error 127 ``` because `npm` is

[GitHub] couchdb pull request: installs npm while building the docker image...

2015-04-30 Thread till
Github user till commented on the pull request: https://github.com/apache/couchdb/pull/318#issuecomment-97705547 @tillkahlbrock — Hey, first of, great choice of first name. ;) Then, I was wondering, is it a good idea to install the latest npm always? It could lead to unexpected

[GitHub] couchdb-fauxton pull request: Databases view in react

2015-04-30 Thread sebastianrothbucher
Github user sebastianrothbucher commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/370#issuecomment-97744254 maybe I did some subtle mistakes yesterday. Now we get it done with data-bypass (thx to @garrensmith for the hint!). Feedback is included now...

Re: weekly news submissions

2015-04-30 Thread Giovanni Lenzi
Hi Katharina, This is our latest work: https://www.smileupps.com/couch-daemon-triggerjob It's a database-driven daemon and scheduler to extend CouchDB and Couchapps with asynchronous REST events We will publish more use case examples within next weeks. Thanks a lot, Giovanni. 2015-04-29

CouchDB web site awaits your pull requests!

2015-04-30 Thread Alexander Shorin
Hi everyone! Yesterday, Daniel brought us the greatest news: gitwcsub was enabled on all ASF servers, what means that CouchDB website is now managed by git repository[1], not subversion one. If you had always wanted to contribute to CouchDB web site, but was always stopped by dealing with svn,

Re: CouchDB web site awaits your pull requests!

2015-04-30 Thread Robert Kowalski
Finally! Awesome news! On Thu, Apr 30, 2015 at 1:48 PM, Alexander Shorin kxe...@gmail.com wrote: Hi everyone! Yesterday, Daniel brought us the greatest news: gitwcsub was enabled on all ASF servers, what means that CouchDB website is now managed by git repository[1], not subversion one. If

[GitHub] couchdb-chttpd pull request: Handle Etag generation in one place

2015-04-30 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/34#discussion_r29424678 --- Diff: src/chttpd.erl --- @@ -535,7 +535,15 @@ json_body_obj(Httpd) - doc_etag(#doc{revs={Start, [DiskRev|_]}}) - -\ ++

[GitHub] couchdb-ets-lru pull request: Migrate the tests from etap to eunit

2015-04-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-ets-lru/pull/1#issuecomment-97773938 Great! +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-ets-lru pull request: Migrate the tests from etap to eunit

2015-04-30 Thread eiri
GitHub user eiri opened a pull request: https://github.com/apache/couchdb-ets-lru/pull/1 Migrate the tests from etap to eunit All the etap tests converted to eunit. The tests for the validating of the correct handeling of the bad options for LRU are re-enabled. This

[jira] [Commented] (COUCHDB-2590) Drop all etap

2015-04-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521419#comment-14521419 ] ASF GitHub Bot commented on COUCHDB-2590: - GitHub user eiri opened a pull

[GitHub] couchdb-ets-lru pull request: Migrate the tests from etap to eunit

2015-04-30 Thread davisp
Github user davisp commented on the pull request: https://github.com/apache/couchdb-ets-lru/pull/1#issuecomment-97806286 +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

Re: [COUCHDB-2214] Dashboard as main page

2015-04-30 Thread Robert Kowalski
Hi Dulanga, Hi Nadeeshaan, welcome! :) Michelle, Ben and me will mentor this summer. And the community bonding period just started! We will help you regarding the design of your widgets and revision browser and we will try to provide feedback on your code on a daily basis - that means that we

[GitHub] couchdb-couch pull request: Refactor/multipart stream

2015-04-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/19#issuecomment-97882276 @iilyak partially. So far it's all the fine. I'll give you more feedback over the May's day holidays. --- If your project is set up for it, you can reply to this

[BLOG] The CouchDB Weekly News, April 30, is out!

2015-04-30 Thread Katharina Jockenhöfer
Hi everyone, this week's CouchDB Weekly News is out: http://blog.couchdb.org/2015/04/30/couchdb-weekly-news-april-30-2015/ http://blog.couchdb.org/2015/04/30/couchdb-weekly-news-april-30-2015/ Highlights: - CouchDB website now managed via Github - Nano library donated to ASF - New mailing list

Re: [BLOG] The CouchDB Weekly News, April 30, is out!

2015-04-30 Thread Andy Wenk
Thanks again Katharina - awesome ;-) On 30 April 2015 at 21:35, Katharina Jockenhöfer ka...@thehoodiefirm.com wrote: Hi everyone, this week's CouchDB Weekly News is out: http://blog.couchdb.org/2015/04/30/couchdb-weekly-news-april-30-2015/

[GitHub] couchdb-fauxton pull request: Fauxton Server for use with NPM

2015-04-30 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/395 Fauxton Server for use with NPM This allows Fauxton to be installed via npm so that we can release newer versions of Fauxton for users to try out. $ npm install fauxton

[GitHub] couchdb-fauxton pull request: Verify install page converted to Rea...

2015-04-30 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/393#discussion_r29462602 --- Diff: app/addons/verifyinstall/stores.js --- @@ -0,0 +1,101 @@ +// Licensed under the Apache License, Version 2.0 (the License); you may not

[GitHub] couchdb-couch pull request: Refactor/multipart stream

2015-04-30 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb-couch/pull/19#issuecomment-97833004 @kxepal: Did you have chance to test it? --- 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

[GitHub] couchdb-chttpd pull request: Dynamic endpoints handlers

2015-04-30 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/10#issuecomment-97832439 @hdiedrich: Any updates on this PR? --- 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