Re: Starting 2.0 Release Candidates

2016-07-14 Thread Jan Lehnardt
In fact, now all commits to couchdb.git master will produce a tarball here, automatically: http://couchdb.apache.org/release-candidate/2.0/ — Latest should be on top, but make sure to check the date (requires JS). This custom Jenkins build produces it: http://ci.couchdb.org:/job/CouchDB-Dis

Re: System DB for Fauxton

2016-07-14 Thread Samuel Kidman
It would be nice to store notifications in such a database. Admins could then see which actions have been undertaken through fauxton and by whom. On 15 July 2016 at 06:25, Markus Fischböck wrote: > Hi Garren, > > I guess that depends on how sensitive the data in there would be. It's not > planne

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Jan Lehnardt
New tarball with the changes here: https://home.apache.org/~jan/couchdb/2.0/RC/apache-couchdb-2.0.0-2dddaf0.tar.gz Best Jan -- > On 14 Jul 2016, at 19:04, Robert Newson wrote: > > This is now fixed on master. > > Sent from my iPhone > >> On 14 Jul 2016, at 14:19, Jan Lehnardt wrote: >> >>

Re: System DB for Fauxton

2016-07-14 Thread Markus Fischböck
Hi Garren, I guess that depends on how sensitive the data in there would be. It's not planned to store any passwords for remote servers, so the user would need to enter those upon each replication. So in the worst case a user would only see bookmarked databases on a remote server but would not

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Johannes Jörg Schmidt
WOW! That was fast. And it works: [jo@jolap couchdb]$ ./dev/run [ * ] Setup environment ... ok [ * ] Ensure CouchDB is built ... ok [ * ] Prepare configuration files ... ok [ * ] Start node node1 ... ok [ * ] Start node node2 ... ok [ * ] Start node node3 ... ok [ * ] Check node at http://127.0.0.

Re: Point release for 1.x.x branch - 1.7.0 ?

2016-07-14 Thread Alexander Shorin
On Thu, Jul 14, 2016 at 9:38 PM, Dave Cottlehuber wrote: > We have patches going into FreeBSD & OSX Homebrew for 19.0 support of > 1.6.1 atm now with Eugene's efforts. From my side I am OK to shepherd > this through the release process, in & around my couple of weeks holiday > in the start of Augu

Re: Point release for 1.x.x branch - 1.7.0 ?

2016-07-14 Thread Dave Cottlehuber
On Tue, 12 Jul 2016, at 11:33, Eugene Pirogov wrote: > Hi all, > > Current stable release for couchdb is 1.6.1 is almost 2 years old (turns > in > september). It supports up to erlang 17.0 > . To > build > it using erlang > 17.0, one

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Robert Newson
This is now fixed on master. Sent from my iPhone > On 14 Jul 2016, at 14:19, Jan Lehnardt wrote: > > Confirmed trying to run with R19 on Ubuntu, make succeeds, but dev/run -n 1 > fails with this in dev/logs/node1.log: > > {"init terminating in > do_boot",{{error,{{shutdown,{failed_to_start_

[NEWS] The CouchDB weekly news for July 14 is out!

2016-07-14 Thread Jenn Turner
Hello there! The CouchDB weekly news is now live at: https://blog.couchdb.org/2016/07/14 /couchdb-weekly-news-july-14-2016/ Highlights include CouchDB starting 2.0 Release Candidates, some great posts on CouchDB, plus a special something from Samuel L. Jackson. You can help us spread

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Jan Lehnardt
Confirmed trying to run with R19 on Ubuntu, make succeeds, but dev/run -n 1 fails with this in dev/logs/node1.log: {"init terminating in do_boot",{{error,{{shutdown,{failed_to_start_child,"couch_epi|chttpd_auth|keeper",{{badmatch,{{error,undef},{state,couch_epi_functions_gen,undefined,chttpd_aut

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Johannes Jörg Schmidt
An update: The Arch linux CouchDB package already did similar things for the 1.6 package [1] where it patched CouchDB to accept Erlang 18. Johannes [1] https://git.archlinux.org/svntogit/community.git/tree/trunk/erlang18.patch?h=packages/couchdb On 14.07.2016 12:14, Johannes Jörg Schmidt wrote:

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Johannes Jörg Schmidt
I'm so exited about the release candidate I can't tell \o/ Thank you so much! I tried to install the RC on my Arch Linux system. Sadly on my machine is Erlang version 19 installed [1] but CouchDB requires Erlang up to version 18 but not 19 and therefore did not build. I thought I give it a shot a

Re: System DB for Fauxton

2016-07-14 Thread Garren Smith
Hi Markus, I like the idea of a Fauxton system database. I think we could store some useful things in there. But how would we manage security and permissions on the database? Would one user be able to see bookmarks for another use when viewing that database? Cheers Garren On Tue, Jul 12, 2016 at

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Garren Smith
Ok. I tested properly this time. I ran make check twice. The first time a compaction test failed. Second time only the replication.js test failed. make build worked and setup worked via Fauxton. OSX 10.11.5 (15F34) On Thu, Jul 14, 2016 at 11:25 AM, Jan Lehnardt wrote: > Heya Volker, > > > On 1

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Andy Wenk
Hey all, I installed the tarball and ran CouchDB: $ ./dev/run [ * ] Setup environment ... ok [ * ] Ensure CouchDB is built ... ok [ * ] Prepare configuration files ... ok [ * ] Start node node1 ... ok [ * ] Start node node2 ... ok [ * ] Start node node3 ... ok [ * ] Check node at http://127.0.0.

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Jan Lehnardt
Heya Volker, > On 14 Jul 2016, at 11:20, Volker Mische wrote: > > Hi all, > > I did run a "make check" all tests passed, except for the JavaScript > ones, though I guess that was intended (it prints "HTTP API was disabled > at compile time.”). you can run the JS tests if you do `./configure -c

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Volker Mische
Hi all, I did run a "make check" all tests passed, except for the JavaScript ones, though I guess that was intended (it prints "HTTP API was disabled at compile time."). Linux emil 4.3.0-1-amd64 #1 SMP Debian 4.3.3-5 (2016-01-04) x86_64 GNU/Linux Erlang R16B03-1 (erts-5.10.4.0.0.1) [source-62b74b

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Jan Lehnardt
Thanks Garren! Which OS/Erlang version etc. are you running on? Also, mind doing one more thing: make build cd rel/couchdb ./bin/couchdb This starts a raw node without cluster setup. Then go to Fauxton and go through the cluster setup screen, and see if things are still fine? Thank you! :) B

Re: Starting 2.0 Release Candidates

2016-07-14 Thread Garren Smith
This is so exciting. I've downloaded the tarball and did a ./configure and make. Then I ran /dev/run Everything worked nicely. The Fauxton verify install worked as well. On Wed, Jul 13, 2016 at 9:18 PM, Andy Wenk wrote: > Yeah - awesome news. I will try to find a free time slot and try the > ta