[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

Re: [PROPOSAL] Move transactional email out of dev@

2015-03-17 Thread till
We use this in-house: https://github.com/heroku/devdigest/ Gives you the daily run-down on what happened on a set of given repos or in an org. It's tweak-able (= open source, Ruby code). Till On Tue, Mar 17, 2015 at 4:40 PM, Noah Slater wrote: > I am +1 on a monthly reminder. Do w

Re: Plugin Registry (Was Summary of IRC meeting in #couchdb-meeting)

2013-11-14 Thread till
On Thursday 14 November 2013 at 20:15, Brian Mitchell wrote: > On Thu, Nov 14, 2013 at 1:52 PM, till (mailto:klimp...@gmail.com)> wrote: > > On Thursday 14 November 2013 at 18:28, Simon Metson wrote: > > > > > > I’m interested in this too. Can we pick u

Re: Plugin Registry (Was Summary of IRC meeting in #couchdb-meeting)

2013-11-14 Thread till
from npm? > Cheers > Simon > > Please don’t. For starters, a more or less static registry would be awesome. Not databased. Then minor nitpicks like: - enforce semantic versions - don’t allow people to re-upload releases - make it easy to mirror it - some kind of signature for plugins/verification Till

Re: Comments threads on Github

2013-03-15 Thread till
y out-dated rules and regulations) is too much work. ;-) Maybe I can try to help bridging comments to this mailing list if wanted. Till On Friday, March 15, 2013 at 1:24 PM, Noah Slater wrote: > It's a minor point, and probably not worth me sending another email, but I > guess t

Re: RHEL6 couchdb1.2 startup failed

2012-06-22 Thread till
Not an expert on Redhat/CentOS or any of these flavors, but: http://rpmfind.net/linux/rpm2html/search.php?query=libicui18n.so.49 Maybe that gets you started! On Friday, June 22, 2012 at 5:24 PM, xp...@ucalgary.ca wrote: > Thanks. Till. > Get this error when starting from the binary, but

Re: RHEL6 couchdb1.2 startup failed

2012-06-22 Thread till
I'd enable stderr and stdout logging – on Ubuntu, that is in /etc/default/couchdb – not sure where that is on Redhat. But these files usually give you a good idea on where it's stuck. I'm guessing a source install usually puts it in /usr/local/etc/default/couchdb. Till On Friday,

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
h. I will rewrite > test_util.erl to get the paths independently for your repo. > > CGS > > > > > > On Tue, Jun 12, 2012 at 6:06 PM, till (mailto:klimp...@gmail.com)> wrote: > > 3> test_util:config_files(). > > ["/usr/etc/couchdb/default

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
3> test_util:config_files(). ["/usr/etc/couchdb/default.ini", "/home/vagrant/buildbox/testsuite/tests/random_port.ini", "/usr/etc/couchdb/local.ini"] This is the problem – the prefix is not used for sysconfdir. The dir is in /etc not in PREFIX/etc. Till

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
blem may be in COUCHDB_TEST_ETAP_PATH "./tests" (preferable full > path and not relative because the tests don't know too much about relative > paths). Can you try to set it as a full path and execute the tests again? > You don't need to clean anything from the previ

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
Yes, pretty much: https://github.com/till/couchdb-deb/blob/master/testsuite/test.cfg I haven't checked in detail, but – do those lib/etc paths get prefixed with COUCHDB_TEST_PATH? Till -- till Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, June 12, 2012 at 3:

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
On Tuesday, June 12, 2012 at 2:36 PM, CGS wrote: > Well, the default installation requires root permissions as many paths are > accessible only as root (you did 'sudo make install', didn't you?). Also, > you do sudo apt-get install, so, the tests will be run under root > permissions. That's why

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
ou got that > error? > > CGS E.g. icu_driver.t test – and a couple others. I am re-running it with sudo now. But that strikes me as odd. Till

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
; CGS Ok, so I started a clean VM with lucid and apt-get install apache-couchdb. Then a couple tests produce erlang_crash.dump files and others fail with "Dubious, test returned 1 (wstat 256, 0x100)". Can't figure out what that means though? Googled it a bit but none of the errors seem to relate this. Till

Re: CouchDB packaging for Ubuntu

2012-06-12 Thread till
On Tuesday, June 12, 2012 at 1:55 AM, Randall Leeds wrote: > On Mon, Jun 11, 2012 at 3:24 AM, Benoit Chesneau (mailto:bchesn...@gmail.com)> wrote: > > On Sat, Jun 9, 2012 at 9:15 PM, till > (mailto:klimp...@gmail.com)> wrote: > > > Hey, > > > > &

Re: CouchDB packaging for Ubuntu

2012-06-11 Thread till
I submitted a bunch of new builds to the launchpad farm. I tested Lucid (Ubuntu 10.04 LTS) so far (hit "verify installation" in futon). If anyone wants to give one of these builds a go and give me feedback – feel free to. ;-) Till

Re: CouchDB packaging for Ubuntu

2012-06-11 Thread till
Ok, my working repo is here: https://github.com/till/couchdb-deb So does anyone have any idea how to debug failed test cases? They never failed for me before. :D Till On Monday, June 11, 2012 at 4:37 PM, CGS wrote: > Not at all. After all, I do not do this for my personal interest, but

Re: CouchDB packaging for Ubuntu

2012-06-11 Thread till
Hey, thanks, I'm gonna test this shortly. Do you mind if I push it one of my repo? Till On Monday, June 11, 2012 at 9:08 AM, CGS wrote: > Hi, > > I isolated the tests which are started with make check and make them run over > the default installation under Ubuntu 12.10. Pl

Re: CouchDB packaging for Ubuntu

2012-06-11 Thread till
I agree – I also don't have to maintain this alone. Once this is working as expected, I wanted to push the build stuff into a repo where more people have access to and we could also created a 'team' on launchpad to have more people contribute to this (or at least be able to). Ti

Re: CouchDB packaging for Ubuntu

2012-06-10 Thread till
. I'm just adding this as a disclaimer. https://launchpad.net/~till-php/+archive/couchdb Would you mind testing my builds? :) So far, I only tested lucid briefly (and ran into the xulrunner issue, which I think I have auto-fixed now). Besides I just started it up, created a DB and entered so

CouchDB packaging for Ubuntu

2012-06-09 Thread till
2.10. 4) Is there a mailing list to discuss this, or is dev@ fine? Till

Wiki markup (Re: Couchbase trademark issues)

2012-02-27 Thread till
Splitting off the thread – :D Can we use this wiki markup asap? What keeps us from getting this setup ASAP (vs. waiting for the website)? Till On Fri, Feb 24, 2012 at 4:26 PM, Noah Slater wrote: > That's an interesting approach Christian, thanks! > > I'll revisit this

Re: backport of couchdb

2012-02-04 Thread till
e have thoughts? Till On Fri, Feb 3, 2012 at 11:42 AM, Jens Rantil wrote: > Hi again everyone, > > I am happy to get a discussion going about this. I'd say Debian is a major > platform for servers. Therefor, I believe CouchDB should exist there - with > a reasonable modern

Re: RFC: Releasing 1.2.0

2012-01-09 Thread till
. If so, should they be linked always? Till On Mon, Jan 9, 2012 at 10:34 PM, till wrote: > Can haz release? :) > > > On Fri, Jan 6, 2012 at 11:34 PM, Randall Leeds wrote: > >> On Fri, Jan 6, 2012 at 13:22, Robert Newson wrote: >> > I'm checking it now. Jan d

Re: RFC: Releasing 1.2.0

2012-01-09 Thread till
Can haz release? :) On Fri, Jan 6, 2012 at 11:34 PM, Randall Leeds wrote: > On Fri, Jan 6, 2012 at 13:22, Robert Newson wrote: > > I'm checking it now. Jan did his JIRA dance, so I think we're clean on > > that end. I'm looking into whether all the fixes got backported, etc, > > and I'll also re

Re: couchDB with databases per user: continuous replications stop working, without errors

2012-01-05 Thread till
mething – maybe do a simple cURL request and paste that along with a log entry somewhere ( friendpaste.com). You might also want to try stock Apache CouchDB – not sure how IrishCouch's version differs. Till

Re: Binary Downloads

2011-11-03 Thread till
On Thu, Nov 3, 2011 at 11:26 PM, Jan Lehnardt wrote: > Randall, Till, > > I had hoped I addressed this in my original mail, but let me try again :) > > I'm in favour of all the things your are saying, but I'm trying to address > this scenario: > > $ wget $u

Re: Binary Downloads

2011-11-03 Thread till
. And some just don't do binary at all (I think Archlinux and Gentoo would be examples). And then I am not sure if providing a binary to their users makes sense. Also to consider: team up with current package maintainers in order to have more frequent releases etc.. Or at least give that a try, before the CouchDB project goes off to do their own thing. Till

[jira] [Commented] (COUCHDB-1213) proxy with external api doesn't work

2011-07-05 Thread Till Klampaeckel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060098#comment-13060098 ] Till Klampaeckel commented on COUCHDB-1213: --- I +1 this +1 > pro

Re: CouchDB documentation

2011-07-04 Thread till
ng etc. is pretty tedious since it comes with a learning wall. Till On Mon, Jul 4, 2011 at 7:42 PM, Paul Davis wrote: > On Mon, Jul 4, 2011 at 1:37 PM, Robert Newson wrote: >> From the existing thread (which I can't find either!), we had several >> votes for DocBook, the so

CouchDB documentation

2011-07-04 Thread till
On Mon, Jul 4, 2011 at 5:50 PM, Robert Newson wrote: > All good questions -- for a different thread Ok, done. :-) So anyone have any ideas or preferences? Here are some questions: Where will documentation 'live'? Will a CLA be required to contribute to it? Format? Anything ongoing? Till

Re: [Couchdb Wiki] Update of "CouchDB_in_the_wild" by JohnDorion

2011-07-04 Thread till
Would that documentation be in 'any' VCS, or specifically in http://svn.apache.org/viewvc/couchdb/? Also, what format would it be in? Any thoughts yet? On Mon, Jul 4, 2011 at 5:40 PM, Robert Newson wrote: > till, > > The idea is essentially that we move docs into the

Re: [Couchdb Wiki] Update of "CouchDB_in_the_wild" by JohnDorion

2011-07-04 Thread till
e anyone working on something else, or so. I'd like to either do something, or at least support an ongoing effort. Till

[jira] [Created] (COUCHDB-1213) proxy with external api doesn't work

2011-07-03 Thread Till Klampaeckel (JIRA)
proxy with external api doesn't work Key: COUCHDB-1213 URL: https://issues.apache.org/jira/browse/COUCHDB-1213 Project: CouchDB Issue Type: Bug Affects Versions: 1.1 Reporter:

Re: [VOTE] Apache CouchDB 1.0.3 Release

2011-06-26 Thread till
On Sat, Jun 25, 2011 at 1:54 AM, Paul Davis wrote: > This is the release vote for Apache CouchDB 1.0.3 > > Changes in this release: > >  * Fixed compatibility issues with Erlang R14B02. >  * Fix bug that allows invalid UTF-8 after valid escapes. >  * The query parameter `include_docs` now honors t

Re: Archiving old releases

2011-06-06 Thread till
On Mon, Jun 6, 2011 at 4:50 PM, Noah Slater wrote: > > On 6 Jun 2011, at 15:47, till wrote: > >> Does 'archiving' break download links? > > Archiving involves removing the link from downloads.html, which points to a > CGI script which automatically picks the c

Re: Archiving old releases

2011-06-06 Thread till
nerally, +1 Does 'archiving' break download links? Till

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-30 Thread till
78 csys = 23.87 CPU) +1 @Robert: Thanks very, very much for pulling through on this release! This is really, really appreciated! Till

Re: init.d/couchdb

2011-05-23 Thread till
On Mon, May 23, 2011 at 8:30 PM, Noah Slater wrote: > > On 23 May 2011, at 19:05, till wrote: > >> Great success: >> foo:~# su -c couchdb -c 'echo "foo"' >> foo > > How about: > > sudo -u couchdb /usr/local/bin/couchdb Seems to work: fo

Re: init.d/couchdb

2011-05-23 Thread till
On Mon, May 23, 2011 at 7:57 PM, Noah Slater wrote: > > On 23 May 2011, at 18:40, till wrote: > >> I think since the 127 comes from su, it doesn't even get to create >> .out and .err. I see them nowhere. Even after changing it to >> /tmp/couchdb.out (etc.). >&

Re: init.d/couchdb

2011-05-23 Thread till
On Mon, May 23, 2011 at 7:40 PM, till wrote: > On Mon, May 23, 2011 at 7:07 PM, Noah Slater wrote: >> >> On 23 May 2011, at 17:47, till wrote: >> >>> I think su -c foo etc. is fundamentally wrong. >> >> Why? >> >>> In the end, it's wh

Re: init.d/couchdb

2011-05-23 Thread till
On Mon, May 23, 2011 at 7:07 PM, Noah Slater wrote: > > On 23 May 2011, at 17:47, till wrote: > >> I think su -c foo etc. is fundamentally wrong. > > Why? > >> In the end, it's why there's start-stop-daemon. > > This is one solution to the problem

Re: init.d/couchdb

2011-05-23 Thread till
On Mon, May 23, 2011 at 6:29 PM, Noah Slater wrote: > > On 23 May 2011, at 17:26, till wrote: > >> Yes, I did. I'm just booting my vm. Will have it for you shortly. >> >> Btw, the couchdb's home is its db dir. And yes, all permissions are >> correct. It

Re: init.d/couchdb

2011-05-23 Thread till
On Mon, May 23, 2011 at 6:22 PM, Noah Slater wrote: > > On 23 May 2011, at 17:14, Noah Slater wrote: > >> Let's figure out why "su" is failing for you first. > > Did you try the command manually by the way? > > What happens when you try to execute that su invocation yourself? > > I'm guessing it's

init.d/couchdb

2011-05-23 Thread till
anyone else seen this? I replaced both (for start and stop) with sudo -u $COUCHDB_USER $command which makes it work, but I reckon sudo is not too portable across the different flavours of Linux. I think the most clean and consistent approach is start-stop-daemon, but I wanted to ask here first before I write a patch. Till

Re: Helping out with releases

2011-05-15 Thread till
Just wanted to ask what the status of either release is? Are the two tests failing still failing, or can we move on to make dist? :-) Till On Thu, May 12, 2011 at 5:15 PM, Benoit Chesneau wrote: > On Thu, May 12, 2011 at 4:31 AM, Randall Leeds > wrote: >> On Tue, May 10, 2011 at

Re: Welcome Randall Leeds and Robert Dionne as new Committers

2011-05-07 Thread till
On Fri, May 6, 2011 at 9:56 AM, Jan Lehnardt wrote: > Dear developers, users, Randall and Robert, > > the Apache CouchDB PMC voted both Randall Leeds and Robert Dionne > into the team of CouchDB committers. > > Both have been long time contributors and are valuable members > of the community and d

Re: Debian package 0.11.0 stable?

2011-04-29 Thread till
On Tue, Apr 26, 2011 at 7:44 PM, Benoit Chesneau wrote: > On Tue, Apr 26, 2011 at 7:35 PM, Noah Slater wrote: >> >> On 26 Apr 2011, at 18:34, Noah Slater wrote: >> >>> >>> On 26 Apr 2011, at 18:31, till wrote: >>> >>>> Why not link

Re: Development environment

2011-04-28 Thread till
On Fri, Apr 29, 2011 at 2:38 AM, Miles Fidelman wrote: > Andrey Somov wrote: >> >> On Fri, Apr 29, 2011 at 1:01 AM, Paul >> Daviswrote: >> >> >>> >>> On Thu, Apr 28, 2011 at 6:57 PM, Nathan Stott  wrote: >>> So couchdb is really developed without using step-by-step debugging at all?

Re: 1.1.0

2011-04-27 Thread till
On Wed, Apr 27, 2011 at 12:26 AM, Randall Leeds wrote: > On Tue, Apr 26, 2011 at 15:13, Paul Davis wrote: >> 1141 reported today might be a good candidate to get in. It looked >> pretty simple and I think me and Rob and Adam narrowed down the fix on >> IRC earlier. >> > > We should just get in th

Re: Debian package 0.11.0 stable?

2011-04-26 Thread till
On Tue, Apr 26, 2011 at 7:30 PM, Noah Slater wrote: > > On 26 Apr 2011, at 18:26, till wrote: > >> Is there anything like launchpad for debian? > > Debian has lots of different sites that manage these things. > > I'd need to know what you wanted to do before I co

Re: Debian package 0.11.0 stable?

2011-04-26 Thread till
ys I just install from source. Like I said, I could be coerced > into offering unofficial .deb's, but would be more interested in > seeing either CouchDB or a supportive company picking up the fight > with or without my help. > Couchbase has a .deb. No idea if it works on Debian though. :-) Is there anything like launchpad for debian? Till

[jira] Created: (COUCHDB-1069) Init script report "OK" even when there's already another CouchDB process on the same port.

2011-02-18 Thread Till Klampaeckel (JIRA)
se/COUCHDB-1069 Project: CouchDB Issue Type: Bug Affects Versions: 1.0.2 Environment: Ubuntu Reporter: Till Klampaeckel Priority: Minor I had another CouchDB installation running which I installed through aptitude. When I compiled couchdb

Re: Trying to post to user list unsuccessful

2011-02-17 Thread till
I just checked and according to infra it's a known issue. Triggered by the word "replication" - together with HTML messages. ;-) Best is to use "text/plain" when sending messages. Till On Fri, Feb 18, 2011 at 2:14 AM, Ryan Ramage wrote: > I am trying to post to

Re: roadmap

2011-02-08 Thread till
ase being prepared. The only thing that tends to slow that > process down are release blockers. Like the last release. These tend to be > heavily discussed on the list. I also think that this is Good Enough. > > [1] http://s.apache.org/couchdb-roadmap > > IMHO a roadmap is defined by more than "there's a new jira issue, we need to fix it with the next release". Till

Re: roadmap

2011-02-08 Thread till
On Tue, Feb 8, 2011 at 10:33 AM, Dirkjan Ochtman wrote: > On Tue, Feb 8, 2011 at 10:24, Benoit Chesneau wrote: >> ... and you ? > > Most of all, I want a better schedule/insight into the release > process. Even when reading the dev list, it's completely unclear when > I might expect the next rele

Re: [VOTE] Apache CouchDB 1.0.2 Release, Round 3

2011-01-20 Thread till
On Thu, Jan 20, 2011 at 4:06 PM, Paul Davis wrote: > This is the third release vote for Apache CouchDB 1.0.2 > > Changes since the last round: > >  * Fix raw view document link due to overlealous URI encoding in >   Futon. >  * Spell javascript correctly in loadScript(uri). >  * Preserve purge met

Re: Preparing 1.0.2 release.

2011-01-04 Thread till
On Tue, Jan 4, 2011 at 4:18 PM, Filipe David Manana wrote: > On Tue, Jan 4, 2011 at 3:15 PM, till wrote: >> Kind of related -- anyone remember the futon work Mikeal did. Whatever >> happened to it? Does it address those issues as well? >> >> I don't want to stall

Re: Preparing 1.0.2 release.

2011-01-04 Thread till
On Tue, Jan 4, 2011 at 3:19 PM, Benoit Chesneau wrote: > On Tue, Jan 4, 2011 at 2:51 PM, Paul Davis > wrote: >> On Tue, Jan 4, 2011 at 4:09 AM, till wrote: >>> On Tue, Jan 4, 2011 at 1:30 AM, Paul Davis >>> wrote: >>>> Anyone have an obje

Re: Preparing 1.0.2 release.

2011-01-04 Thread till
t reassign it to 1.1.x. > > > [1] https://issues.apache.org/jira/browse/COUCHDB-998 > Just curious -- why is the patch attached not applied? Till

Re: use view functions to emit changes

2010-12-06 Thread till
On Mon, Dec 6, 2010 at 7:04 PM, Benoit Chesneau wrote: > On Mon, Dec 6, 2010 at 6:57 PM, Mikeal Rogers wrote: > >> But for the record, nobody except people who wish they were writing Python >> use 4 space indentation everywhere. It's the part of crockford's style guide >> that is most often ignor

Re: New Website Styles

2010-11-30 Thread till
s such a word). The 'quote' on top, etc.. Right now, it's just missing a "PURCHASE NOW" link. ;-) On 1024x768 all I only see the header -- I like the smaller version (on download.html) much better. Sidenote: It's nice that this looks similar to CouchOne, but the CouchDB project also consists of other people ;-) Till

Re: [jira] Updated: (COUCHDB-968) Duplicated IDs in _all_docs

2010-11-28 Thread till
On Sun, Nov 28, 2010 at 8:58 PM, Robert Newson wrote: > I don't think we should make a release when we have a known and serious bug. +1

Re: tracking upstream dependencies

2010-11-26 Thread till
en does it happen that CouchDB has to patch/modify software like Mochiweb? And what are the chances to push the patches to upstream prior to releasing CouchDB. I realize this could slow down the release process, but it would make a cleaner build. Till On Fri, Nov 26, 2010 at 9:44 PM, Noah Slater wr

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread till
On Thu, Nov 25, 2010 at 7:43 PM, Paul Davis wrote: [ ... ] > We are voting on the following release artifacts: > >  http://people.apache.org/~davisp/dist/1.0.2/ > [one of my older production servers] FreeBSD 6.x/i386 Erlang R13B04 Spidermonkey 1.7.x gmake check = great success [in a virtualbox]

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread till
ally... :D) but what Peter is doing is pretty common for packaging. And in the end, there is a test suite to make sure everything works. ;-) If it doesn't catch an issue, it might need an improvement, or two. Till

Re: Releaseing 1.0.2 and 1.1.0

2010-11-18 Thread till
Woohoo! Thanks both of you! On Thu, Nov 18, 2010 at 2:43 PM, Filipe David Manana wrote: > Thanks Randall. > > On Thu, Nov 18, 2010 at 1:01 AM, Randall Leeds > wrote: >> On Wed, Nov 17, 2010 at 16:51, Filipe David Manana >> wrote: >>> COUCHDB-926 is now fixed. >> >> Woohoo! Thanks, Filipe :) >

Re: Postgresql to couchdb NetBeans Plugins

2010-08-22 Thread till
Hey, and I was wondering what it means when you say, "export tables". ;-) For example, do you export the data contained in those tables and build some views to find the data again, or what's the plan? Just curious. Till On Sun, Aug 22, 2010 at 7:20 PM, aristides villarreal w

Re: Postgresql to couchdb NetBeans Plugins

2010-08-22 Thread till
Would you share in English what this does (exactly)? From the blog post - you analyze the structure and export them to CouchDB. Do you also create views or something? My Spanish is a bit rusty. :-) Till On Sun, Aug 22, 2010 at 5:24 PM, aristides villarreal wrote: > I developed a basic plu

[jira] Created: (COUCHDB-865) More ./configure options

2010-08-20 Thread Till Klampaeckel (JIRA)
More ./configure options Key: COUCHDB-865 URL: https://issues.apache.org/jira/browse/COUCHDB-865 Project: CouchDB Issue Type: New Feature Affects Versions: 1.0.1, 0.11.2 Reporter: Till Klampaeckel

Re: [VOTE] Apache CouchDB 0.11.2 release, first round

2010-08-09 Thread till
/svn.apache.org/repos/asf/couchdb/tags/0.11.2/ > > Happy voting, > > N +1, (g)make check and test suite complete :-) FreeBSD 6, 7, 8 Till

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-28 Thread till
I think marking it as deprecated would be the way to go. Then clean it up in the next major (!) release (e.g. 2.0). Till On Wed, Jul 28, 2010 at 1:55 PM, Volker Mische wrote: > I think deprecating parts of the API after 1.0 is alright, as long if it's > still there till the next s

Re: [ANNOUNCE] Apache CouchDB 0.11.1 has been released

2010-07-15 Thread till
On Wed, Jul 14, 2010 at 2:56 PM, Noah Slater wrote: > Hello, > > Apache CouchDB 0.11.1 has been released and is available for download: Just because 1.0 got all the love. Hurray on 0.11.1 too. :D Good work, everyone. Till > >        http://couchdb.apache.org/downloads.html >

Re: [VOTE] Apache CouchDB 1.0.0 release, first round

2010-07-08 Thread till
assume that 7.15 on CentOS works with CouchDB? Is there any special reason to require libcurl 7.18 vs. 7.15? Till

Re: [VOTE] Apache CouchDB 1.0.0 release, first round

2010-07-08 Thread till
On Thu, Jul 8, 2010 at 5:25 PM, Jan Lehnardt wrote: > > On 8 Jul 2010, at 17:22, till wrote: > >> On Thu, Jul 8, 2010 at 1:38 AM, Noah Slater wrote: >>> Hello, >>> >>> I would like call a vote for the Apache CouchDB 1.0.0 release, first round. >>&g

Re: [VOTE] Apache CouchDB 1.0.0 release, first round

2010-07-08 Thread till
%package_author_address%|dev@couchdb.apache.org|g" -e "s|%package_author_name%|The Apache Software Foundation|g" -e "s|%package_name%|Apache CouchDB|g" -e "s|%version%|1.0.0|g" -e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > couchdb < Syntax error: end of file unexpected *** Error code 2 Stop in /usr/home/till/apache-couchdb-1.0.0/bin. *** Error code 1 Stop in /usr/home/till/apache-couchdb-1.0.0. *** Error code 1 Stop in /usr/home/till/apache-couchdb-1.0.0.

Re: 1.0 Vote

2010-06-29 Thread till
On Tue, Jun 29, 2010 at 4:38 PM, Noah Slater wrote: > > On 29 Jun 2010, at 15:20, J Chris Anderson wrote: > >> So I went through both trunk and 0.11.x looking for things that are out of >> place. I fixed one small thing in 0.11.x, and as far as I'm concerned it is >> ready for release. >> >> For

Re: Anything else for 1.0? (Was: Re: New code goes into trunk)

2010-06-17 Thread till
I'd like to second COUCHDB-780. :D On Tue, Jun 15, 2010 at 7:22 PM, Randall Leeds wrote: > https://issues.apache.org/jira/browse/COUCHDB-780 relates to windows file > issues as well as fixing a source of surprising unresponsiveness with big > databases (finishing compaction, deleting, etc). This

Re: CouchDB Partitioning Proposal

2010-06-09 Thread till
ounge Till On Wed, Jun 9, 2010 at 11:29 AM, Rob Stewart wrote: > Hi Randall, > > With a response time like that, efficiency is your strong point. > > > First of all, seeing as through there are a number of “solutions”, it's > clear that there are positives to come f

[jira] Commented: (COUCHDB-782) Restarting replication

2010-06-03 Thread Till Klampaeckel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875159#action_12875159 ] Till Klampaeckel commented on COUCHDB-782: -- Until I find time for the wiki:

[jira] Commented: (COUCHDB-782) Restarting replication

2010-06-02 Thread Till Klampaeckel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874666#action_12874666 ] Till Klampaeckel commented on COUCHDB-782: -- I guess I agree that it's

[jira] Updated: (COUCHDB-782) Restarting replication

2010-06-02 Thread Till Klampaeckel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Klampaeckel updated COUCHDB-782: - Description: So we had to restart replication on a server and here's someth

[jira] Created: (COUCHDB-782) Restarting replication

2010-06-02 Thread Till Klampaeckel (JIRA)
: Ubuntu, 9.10 Reporter: Till Klampaeckel So we had to restart replication on a server and here's something I noticed. At first I restarted the replication via the following command from localhost: curl -X POST -d '{"source":"http://localhost:5984/foo";, &q

Re: scalability of couchdb

2010-05-24 Thread till
server) or add another lounge to the cluster and partition "behind" it. If you're running into space issues right now it helps to move the views (.ebot_*) to another disk and configure view_index_dir in your local.ini. Hope that helps! Cheers, Till

Re: Designer add-on for Futon

2010-05-17 Thread till
ning > at least 1 design document). > > Any feedback welcome > > Mickael > Pretty awesome! You need to open an issue on Jira so this gets included! :) Till

[jira] Commented: (COUCHDB-753) Add config option for view compact dir

2010-05-14 Thread Till Klampaeckel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867547#action_12867547 ] Till Klampaeckel commented on COUCHDB-753: -- I admit, I haven't reall

Wiki (Re: _changes timeout has a max of 60 seconds?)

2010-05-08 Thread till
Just wanted to thank Sebastian for improving the wiki constantly! Till On May 7, 2010 8:31 PM, "Sebastian Cohnen" wrote: I took the liberty to add this information to the wiki :) On 07.05.2010, at 18:51, Damien Katz wrote: > This is the intent. > > The max timeout value is se...

[jira] Commented: (COUCHDB-164) Make error messages more "verbose"

2010-05-04 Thread Till Klampaeckel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863837#action_12863837 ] Till Klampaeckel commented on COUCHDB-164: -- I got another pretty

[jira] Created: (COUCHDB-756) Credentials from replication are "exposed" in status

2010-05-04 Thread Till Klampaeckel (JIRA)
Components: Replication Reporter: Till Klampaeckel Priority: Critical So I started replication with the following command: curl -X POST http://127.0.0.1/_replicate \ -d '{"source":"http://till:f...@127.0.0.1/bar";, "target":"http

[jira] Created: (COUCHDB-753) Add config option for view compact dir

2010-05-01 Thread Till Klampaeckel (JIRA)
Reporter: Till Klampaeckel CouchDB creates a "foo.view.compact" file in the view directory ("view_index_dir") when you run compact against a view. I'd really like to be able to specify another directory where this ".compact" file is created and worked on. T

Re: _compact on 0.10.0 <> availability

2010-04-13 Thread till
On Tue, Apr 13, 2010 at 7:28 PM, Adam Kocoloski wrote: > On Apr 13, 2010, at 12:39 PM, J Chris Anderson wrote: > >> >> On Apr 13, 2010, at 9:31 AM, till wrote: >> >>> Hey devs, >>> >>> I'm trying to compact a production database here (in

Re: _compact on 0.10.0 <> availability

2010-04-13 Thread till
On Tue, Apr 13, 2010 at 6:39 PM, J Chris Anderson wrote: > > On Apr 13, 2010, at 9:31 AM, till wrote: > >> Hey devs, >> >> I'm trying to compact a production database here (in hope to recover >> some space), and made the following observations: >> >

_compact on 0.10.0 <> availability

2010-04-13 Thread till
nd everything is back to "snap". Does anyone have any insight on why that is the case? Till

Re: [VOTE] Apache CouchDB 0.10.2 release, second round

2010-04-11 Thread till
+1 (Ubuntu, 9.10)

Re: [VOTE] Apache CouchDB 0.11.0 release, first round

2010-03-22 Thread till
On Mon, Mar 22, 2010 at 7:29 PM, Noah Slater wrote: > > On 22 Mar 2010, at 18:20, till wrote: > >> Ah, just figured! It helps to read _all_ the damn instructions. ;-) >> >> All tests successful. >> Files=33, Tests=456, 44 wallclock secs (20.15 cusr +  3.29 c

Re: [VOTE] Apache CouchDB 0.11.0 release, first round

2010-03-22 Thread till
, Noah Slater wrote: > "What version of make are you using? We require GNU Make, so try again with > "gmake" instead." >> > > On 22 Mar 2010, at 18:13, till wrote: > >> My gmake is fine, how is your's? =) >> >> But what are you referri

Re: [VOTE] Apache CouchDB 0.11.0 release, first round

2010-03-22 Thread till
My gmake is fine, how is your's? =) But what are you referring to? On Mon, Mar 22, 2010 at 7:09 PM, Noah Slater wrote: > What about gmake? > > On 22 Mar 2010, at 18:02, till wrote: > >> On Mon, Mar 22, 2010 at 6:52 PM, Noah Slater wrote: >>> What PREFIX did

Re: [VOTE] Apache CouchDB 0.11.0 release, first round

2010-03-22 Thread till
On Mon, Mar 22, 2010 at 6:52 PM, Noah Slater wrote: > What PREFIX did you use? We don't support spaces. No PREFIX sir. ;-) ./bootstrap ./configure make check Till > > What version of make are you using? We require GNU Make, so try again with > "gmake" instead. &

Re: [VOTE] Apache CouchDB 0.11.0 release, first round

2010-03-22 Thread till
     http://svn.apache.org/repos/asf/couchdb/tags/0.11.0/ > > Happy voting, > > N > Ubuntu 9.10: Linux till-laptop 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux All tests successful. Files=33, Tests=456, 46 wallclock secs (17.52 cusr + 2.29 csys =

Re: [Couchdb Wiki] Update of "Troubleshooting" by NoahSlater

2010-03-09 Thread till
there are equivalents for other linux distributions. :-) Till

  1   2   >