Cookie Auth

2009-07-09 Thread Chris Anderson
I've just pushed some work based on Jason Davies' cookie-auth branch to my github: http://github.com/jchris/couchdb/tree/jd-cookie-auth This consolidates login, logout, and whoami to a /_session resource that supports POST, GET, and DELETE. One thing missing here is a /_utils/login.html interfac

[jira] Closed: (COUCHDB-404) restfull and shorter urls for lists and shows

2009-07-09 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-404. -- Resolution: Fixed applied in r792771 > restfull and shorter urls for lists and shows > --

[jira] Closed: (COUCHDB-386) conditional requests for attachments never return 304

2009-07-09 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-386. -- Resolution: Fixed fixed in 792774 > conditional requests for attachments never return 304 > -

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Dmitry Unkovsky
> P.S. and, github is fine, I cannot find a password I need >     to 'git push' ... > by the way, I've checked it just now, they pretty fast send you a token for lost password, if it's the case. Or, to 'git push' from command line, you should add your public ssh key to your github account at https:

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Dmitry Unkovsky
> ...some ==ERROR REPORT=='s here,like >=ERROR REPORT 10-Jul-2009::02:56:11 === >current_function: {erlview,'-handle_call/3-fun-0-',2} >error: fun_didnt_eval_try_another_fun >[error] [<0.6642.0>] {error_report,<0.23.0>, > {<0.6642.0>,std_error, > [{current_fun

[jira] Resolved: (COUCHDB-374) couchspawnkillable doesn't work on windows

2009-07-09 Thread Mark Hammond (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hammond resolved COUCHDB-374. -- Resolution: Incomplete Now incorporated as a complete patch in COUCHDB-406 > couchspawnkillab

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Michael McDaniel
On Fri, Jul 10, 2009 at 01:31:09AM +0300, Dmitry Unkovsky wrote: > Seems like It's up now. > I did it against v.0.9.0 couch_query_servers.erl as current > get_os_process is a bit bigger than that one-liner in 0.9.0. > How do I run tests? > comment in erlview_test.erl says > %%% Currently needs to b

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Dmitry Unkovsky
Seems like It's up now. I did it against v.0.9.0 couch_query_servers.erl as current get_os_process is a bit bigger than that one-liner in 0.9.0. How do I run tests? comment in erlview_test.erl says %%% Currently needs to be run from within an interactive couchdb %%% session. and no mention at READM

[jira] Updated: (COUCHDB-404) restfull and shorter urls for lists and shows

2009-07-09 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau updated COUCHDB-404: Attachment: formuri.diff patch from my github repo > restfull and shorter urls for lists

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Michael McDaniel
I currently cannot push to git but here's what to do ... edit erlview.erl * add -define(VERSION, "unknown"). * change helper/2 to helper/3 * save file * erl -make You will need to read the README and make local.ini adjustments. You have already adjusted include path in Emakef

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Dmitry Unkovsky
Thank you for a hint! I was running make instead of erl -make, which tries to build docs also, as far as I understand. Now, doing plain - cd /tmp git clone git://github.com/mmcdanie/erlview.git cd erlview rm ebin/* cd src erl -make of course tells me that couch_db.hrl is not found, and after adj

[jira] Commented: (COUCHDB-407) Add DELETE /_add_dbs?seriously=true

2009-07-09 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729362#action_12729362 ] Paul Joseph Davis commented on COUCHDB-407: --- I'm still not convinced. A Python s

[jira] Commented: (COUCHDB-407) Add DELETE /_add_dbs?seriously=true

2009-07-09 Thread Brian Kierstead (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729354#action_12729354 ] Brian Kierstead commented on COUCHDB-407: - I added it because we're generating lar

[jira] Commented: (COUCHDB-407) Add DELETE /_add_dbs?seriously=true

2009-07-09 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729341#action_12729341 ] Paul Joseph Davis commented on COUCHDB-407: --- I'm -1 on this. I'd close it out of

[jira] Created: (COUCHDB-407) Add DELETE /_add_dbs?seriously=true

2009-07-09 Thread Brian Kierstead (JIRA)
Add DELETE /_add_dbs?seriously=true --- Key: COUCHDB-407 URL: https://issues.apache.org/jira/browse/COUCHDB-407 Project: CouchDB Issue Type: New Feature Components: HTTP Interface Affects Version

[jira] Resolved: (COUCHDB-381) it would be nice to have an option in bin/couchdb to pass "-sname node_name" to erlang at startup

2009-07-09 Thread Noah Slater (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noah Slater resolved COUCHDB-381. - Resolution: Won't Fix You can pass options to the Erlang VM with the following variables: E

Re: CouchDB at ApacheCon US 2009

2009-07-09 Thread Jukka Zitting
Hi, On Thu, Jul 9, 2009 at 6:07 PM, Chris Anderson wrote: > I'm definitely available to give a CouchDB talk. > > Sorry for the late reply, I'd been up in the air about further travel > but it turns out I'll be living in the Bay Area by November so it > should be easy for me. Excellent, I'll make

Re: CouchDB at ApacheCon US 2009

2009-07-09 Thread Chris Anderson
On Thu, Jul 9, 2009 at 6:32 AM, Jukka Zitting wrote: > Hi, > > On Fri, Jul 3, 2009 at 12:08 PM, Jukka Zitting wrote: >> I'm putting together a "Content Technology" track for the ApacheCon US >> 2009 in Oakland later this year. The track is mostly targeted at web >> publishing and content management

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Michael McDaniel
On Thu, Jul 09, 2009 at 12:12:22PM +0300, Dmitry Unkovsky wrote: > Can please someone give a very brief outline, how do I build erlview? > Or just a pointer to somewhere on internets to read for it. > ^ It would be helpful to

Re: CouchDB at ApacheCon US 2009

2009-07-09 Thread Jukka Zitting
Hi, On Fri, Jul 3, 2009 at 12:08 PM, Jukka Zitting wrote: > I'm putting together a "Content Technology" track for the ApacheCon US > 2009 in Oakland later this year. The track is mostly targeted at web > publishing and content management, but covers also unstructured > storage projects like Apache

[jira] Updated: (COUCHDB-406) build on windows

2009-07-09 Thread Mark Hammond (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hammond updated COUCHDB-406: - Attachment: windows_build.patch windows build patch > build on windows > > >

[jira] Created: (COUCHDB-406) build on windows

2009-07-09 Thread Mark Hammond (JIRA)
build on windows Key: COUCHDB-406 URL: https://issues.apache.org/jira/browse/COUCHDB-406 Project: CouchDB Issue Type: Improvement Components: Build System Environment: windows, trunk Reporter:

[jira] Updated: (COUCHDB-405) Change _changes line ending to simplify clients

2009-07-09 Thread Matt Goodall (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Goodall updated COUCHDB-405: - Attachment: changes-newline.diff Patch to send newline with the results row, and a comma in fron

[jira] Created: (COUCHDB-405) Change _changes line ending to simplify clients

2009-07-09 Thread Matt Goodall (JIRA)
Change _changes line ending to simplify clients --- Key: COUCHDB-405 URL: https://issues.apache.org/jira/browse/COUCHDB-405 Project: CouchDB Issue Type: Improvement Components: HTTP Inter

Re: _changes line breaks (was Re: _changes resource)

2009-07-09 Thread Matt Goodall
2009/7/7 Matt Goodall : > Splitting the discussion of line breaks in the _changes document into > separate email thread ... > > 2009/7/6 Chris Anderson : >> On Mon, Jul 6, 2009 at 5:50 AM, Matt Goodall wrote: > >>> == Line Breaks == >>> >>> If each results item is sent with its ending newline (the

Re: View Performance (was Re: The 1.0 Thread)

2009-07-09 Thread Dmitry Unkovsky
Can please someone give a very brief outline, how do I build erlview? Or just a pointer to somewhere on internets to read for it. I'm no expert in erlang (well, yet), and running make in src gives some arity error that i'm not capable to deal with for now. This refers to checked out from git://gi