Re: Commits to the wrong list?

2017-03-17 Thread Filippo Fadda
Thank you Jan -Filippo > On 17 Mar 2017, at 13:53, Jan Lehnardt wrote: > > Oh, I was told this was fixed already. > > I’m on it. > > Best > Jan > -- >> On 17 Mar 2017, at 14:45, Filippo Fadda > <mailto:filippo.fa...@programmazione.it>> wrote:

Re: Commits to the wrong list?

2017-03-17 Thread Filippo Fadda
-- > PS: We’re not all guys here. >> On 9 Mar 2017, at 15:41, Filippo Fadda >> wrote: >> >> Hi guys, >> >> since yesterday I’m receiving a ton of e-mails from GitHub. Perhaps I should >> receive these e-emails because I have subscribed to >> c

Commits to the wrong list?

2017-03-09 Thread Filippo Fadda
Hi guys, since yesterday I’m receiving a ton of e-mails from GitHub. Perhaps I should receive these e-emails because I have subscribed to comm...@couchdb.apache.org , but I have not. Cheers -Filippo

Re: View Processing Pipeline Architecture

2016-11-29 Thread Filippo Fadda
When you query a view all the new documents since the last update (of the view itself) are indexed. Not only the single view, but also all the other views contained inside the same design document are updated. Keep in mind it when you decide the place to store the views. That’s the way it works.

Re: CouchDB minor release

2016-10-10 Thread Filippo Fadda
And well, "Configuration | Main config" doesn’t display the configuration. If you click on “Configuration | CORS” and then again on “Main config” it doesn’t display the configuration. It’s a small issue. > On 10 Oct 2016, at 19:03, Robert Samuel Newson wrote: > > Hi, > > We have fixed a numbe

Re: CouchDB minor release

2016-10-10 Thread Filippo Fadda
I have just found a bug. On a fresh installation, just after you “fix the admin party” in Fauxton, if you try to create a new database or configure the server (cluster or single node) Futon gives you an error (in case of db creation) or it simply doesn’t proceed (single node config). To overcome

Re: CouchDB Next

2016-10-04 Thread Filippo Fadda
My bad Jan, I didn’t read this paragraph "GET/DELETE accordingly”, so I have thought it was just for updates. -Filippo

Re: CouchDB Next

2016-10-02 Thread Filippo Fadda
Well, that's not what I meant. What I want is a query parameter to get only the specified document’s fields on a simple GET /{db}/{docid}. CouchDB should parse the JSON and returns only the required fields, because in a real scenario there are times you don’t need the entire document, but just s

Re: CouchDB Next

2016-09-30 Thread Filippo Fadda
First of all thank you for CouchDB 2.0! I would like to add some thoughts if I may. I have been working for a long time with CouchDB, and I think 2.0 is a great step ahead, but I like to address some obstacles I have found during the development of a social network platform with versioning supp

[jira] [Commented] (COUCHDB-2222) Design document name doesn't show on active tasks

2014-04-15 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970055#comment-13970055 ] Filippo Fadda commented on COUCHDB-: The screenshot is attached. With

[jira] [Updated] (COUCHDB-2222) Design document name doesn't show on active tasks

2014-04-15 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda updated COUCHDB-: --- Attachment: couch.jpg > Design document name doesn't show on acti

[jira] [Created] (COUCHDB-2222) Design document name doesn't show on active tasks

2014-04-06 Thread Filippo Fadda (JIRA)
Filippo Fadda created COUCHDB-: -- Summary: Design document name doesn't show on active tasks Key: COUCHDB- URL: https://issues.apache.org/jira/browse/COUCHDB- Project: Co

Re: [PROPOSAL] new underscore namespacing

2013-12-05 Thread Filippo Fadda
In the ElephantOnCouch every subclass of the superclass Doc is persistent. Inside the class Doc, there is an array called "meta" to store the document's metadata. Actually _id, _rev, etc. are also metadata, but I like the idea to separate the document properties (_id, _rev, _deleted, etc.) from

Re: [PROPOSAL] new underscore namespacing

2013-12-03 Thread Filippo Fadda
I like this idea. -Filippo On Dec 3, 2013, at 3:16 PM, Robert Newson wrote: > I like the idea, though I remember a suggestion to lift all of these > things out of the bodies entirely (I'm thinking mostly of _id and > _rev) and into request/response headers. This has other advantages (we > wouldn

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-12-01 Thread Filippo Fadda
I'm not a neophyte, I have just a different opinion of yours. Republicans and democrats don't share same opinions, and even inside a group you can find people with different opinions and you have to respect them, always. This is called democracy. I don't decide the goals myself, but I can expres

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-12-01 Thread Filippo Fadda
On Dec 1, 2013, at 4:26 AM, Alexander Shorin wrote: > You can do the same with Erlang query server since it has access to > all internal functions. I can do it in PHP inside my Query Server (I already said this to you), without the need to investigate the CouchDB internals, trying to find the f

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-11-30 Thread Filippo Fadda
On Dec 1, 2013, at 1:18 AM, Benoit Chesneau wrote: > And you keep ignoring what I said about the doc. Ie. it is not complete > (and it must be fixed). > > Like stored procedure they are stored. Like stored procedure they can be > used in a query. Afaik queries happen on HTTP level in couchdb. >

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-11-30 Thread Filippo Fadda
List and show are not stored procedure. We already discussed that Benoit. http://wiki.apache.org/couchdb/Formatting_with_Show_and_List From the documentation: "Show and list functions are side effect free and idempotent. They can not make additional HTTP requests against CouchDB. Their purpose

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-11-30 Thread Filippo Fadda
Alexander, PgREST is not PostgreSQL anyway, it's a project that uses PostgreSQL and I think CouchApp should be the same, maybe a plugin but not a core feature. Which are the CouchDB goals? The goals are determined at blastoff time. You must ensure the goals are reasonable, attainable, simply st

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-11-30 Thread Filippo Fadda
David, for me, and I speak just for myself, CouchDB is a database. And IMHO couch apps are something that shouldn't be part of the CouchDB core. Benoit asked a very simple question and I gave my opinion. I think who matters should take a position on the subject because I can understand Benoit f

Re: [discuss] couchapp.org down, couchapp.org spammed

2013-11-30 Thread Filippo Fadda
I can understand your frustration but I see other members are avoiding your question because they don't want take a position (or maybe hurt your feelings?). Dirkjan is the only one has taken a position and, personally, I agree with him, but you already know that since we discussed, partially, th

Re: Suggested process for integrating l10n into the CouchDB source

2013-11-06 Thread Filippo Fadda
On Nov 6, 2013, at 10:23 PM, Andy Wenk wrote: > http://docs.couchdb.org/en/latest -> default English > http://docs.de.couchdb.org/en/latest -> German > http://docs.ru.couchdb.org/en/latest -> Russian Honestly, terrible. Is possible something like this? Not the best but a viable solution. http:/

Re: Elixir Sandbox

2013-10-16 Thread Filippo Fadda
But you should be able to create a view and save it into a ddoc. And to do that you need the access to the database and the user credentials. If the web application is made in Python, for example, you don't even know it's using CouchDB, how can you think to create a view? This is just science fi

Re: Elixir Sandbox

2013-10-16 Thread Filippo Fadda
Sandboxing is useful when you are running applications, in a defined environment (like an OS), you can't trust, not libraries, but applications. For example in iOS all the apps are sandboxed, not the system libraries. But no one can't run an application inside CouchDB if CouchDB can't be access

Re: Elixir Sandbox

2013-10-16 Thread Filippo Fadda
Sandboxing is something optional I think, you need only when you are developing a CouchApp, when you do all in JavaScript, using the _users database and running the app inside CouchDB. But if you are just using CouchDB like a database, developing a web app using PHP or Python, for example, you'l

Re: [MERGE] 1781 Reorganize and improve docs

2013-10-01 Thread Filippo Fadda
I did a second PR, I'm not sure you merged it. Sent from my iPhone On 01/ott/2013, at 18:53, Alexander Shorin wrote: > On Tue, Oct 1, 2013 at 8:49 PM, Filippo Fadda > wrote: >> Did you commit my last changes? I had fix several typos and formatting >> issues. > &g

Re: [MERGE] 1781 Reorganize and improve docs

2013-10-01 Thread Filippo Fadda
Did you commit my last changes? I had fix several typos and formatting issues. Bye -Filippo On Sep 28, 2013, at 2:48 PM, Alexander Shorin wrote: > Hi devs! > > There was big docs merge from 1781-reorganize-and-improve-docs branch > into the master branch. What's happened? > > === Changes > >

Re: [1.4] Binaries for the release

2013-08-30 Thread Filippo Fadda
s this is because users will often have it launched > at logon? What's the normal UX pattern for OSX user daemons? > > A+ > Dave > > On 30 August 2013 13:46, Filippo Fadda > wrote: >> it works for me, >> >> but a thing I don't like is that w

Re: [1.4] Binaries for the release

2013-08-30 Thread Filippo Fadda
it works for me, but a thing I don't like is that when you run the app, it doesn't appear on the dock and to quit you have to use Activity Monitor. Mac OS X Lion 10.7.5 (11G63) -Filippo On Aug 30, 2013, at 11:31 AM, Jan Lehnardt wrote: > Thanks Dave & Eli, > > I’ve gotten a few more positive

Re: [jira] [Commented] (COUCHDB-906) Please offer offline downloadable documentation

2013-08-26 Thread Filippo Fadda
+1 Just link them. On Aug 26, 2013, at 5:45 PM, Noah Slater (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/COUCHDB-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13750157#comment-13750157 > ] > > Noah Slater commented on COUCHDB-90

[jira] [Commented] (COUCHDB-1877) There is a typo in --db-dir description

2013-08-22 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747616#comment-13747616 ] Filippo Fadda commented on COUCHDB-1877: Thx, I have done th

[jira] [Commented] (COUCHDB-1877) There is a typo in --db-dir description

2013-08-22 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747608#comment-13747608 ] Filippo Fadda commented on COUCHDB-1877: I don't know which file

[jira] [Created] (COUCHDB-1877) There is a typo in --db-dir description

2013-08-22 Thread Filippo Fadda (JIRA)
Filippo Fadda created COUCHDB-1877: -- Summary: There is a typo in --db-dir description Key: COUCHDB-1877 URL: https://issues.apache.org/jira/browse/COUCHDB-1877 Project: CouchDB Issue Type

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-13 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738070#comment-13738070 ] Filippo Fadda commented on COUCHDB-1868: OK, Robert might be right, we can

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737632#comment-13737632 ] Filippo Fadda commented on COUCHDB-1868: > Who, or what, is actually i

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737509#comment-13737509 ] Filippo Fadda commented on COUCHDB-1868: OK, I think I got the snippe

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737189#comment-13737189 ] Filippo Fadda commented on COUCHDB-1868: Thank you, I will do the p

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737160#comment-13737160 ] Filippo Fadda commented on COUCHDB-1868: 1) Agree 100%. 2) Sure. 3) _all_

Re: [jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda
Sorry for the mess guys, I saw formatting issues so I posted using pastebin and I deleted the comment, adding a new one. -Filippo On Aug 12, 2013, at 7:20 PM, Filippo Fadda (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/COUCHDB-

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737063#comment-13737063 ] Filippo Fadda commented on COUCHDB-1868: Please look here: http://pastebin

[jira] [Issue Comment Deleted] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda updated COUCHDB-1868: --- Comment: was deleted (was: Please look here: http://pastebin.com/h1sYBw47) > Us

[jira] [Commented] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737049#comment-13737049 ] Filippo Fadda commented on COUCHDB-1868: OK, I got your point. Now,

[jira] [Created] (COUCHDB-1868) Using multiple keys, the _all_docs built-in view acts differently then a user defined view

2013-08-12 Thread Filippo Fadda (JIRA)
Filippo Fadda created COUCHDB-1868: -- Summary: Using multiple keys, the _all_docs built-in view acts differently then a user defined view Key: COUCHDB-1868 URL: https://issues.apache.org/jira/browse/COUCHDB-1868

Re: [REVIEW] Docs update

2013-08-09 Thread Filippo Fadda
Done. I don't know much about Homebrew, but it seems to me that you don't need all the steps described to install CouchDB from brew. Someone should also revise the Homebrew section. Actually the Installation of "Unix-like systems" is full of "you are driving me crazy" things. I didn't try, but

Re: couchDB with jsp

2013-08-09 Thread Filippo Fadda
http://wiki.apache.org/couchdb/Getting_started_with_Java On Aug 9, 2013, at 7:56 AM, sagar kokate wrote: > Dear Sir, > Can u please tell me how to connect jsp code with couchDB. Can u > provide code for that.I am in the great need of that.Which driver is it > requiring for the connection. >

Re: [REVIEW] Docs update

2013-08-08 Thread Filippo Fadda
On Aug 5, 2013, at 8:01 PM, Noah Slater wrote: > MacPorts is a POS. We should completely avoid mentioning it. (Both in the > binary install section, and in the source install section.) OMG, the POS is brew not MacPorts. All my system is installed around MacPorts, even Apache (sure I replaced the

Re: [REVIEW] Docs update

2013-07-24 Thread Filippo Fadda
On Jul 25, 2013, at 2:38 AM, Alexander Shorin wrote: > To keep there - you mean wiki? At this you're also right: once docs be > merged with master, wiki content have to redirect to docs for some > time before fade away. Good to know. :-) > P.S. I also will be glad if you take a look on query ser

Re: [REVIEW] Docs update

2013-07-24 Thread Filippo Fadda
On Jul 25, 2013, at 12:44 AM, Alexander Shorin wrote: > That's why installation guides (from sources, using system package > manager etc.) have to be in docs. I'm not telling they shouldn't be there, I'm telling, in the doc, you want find all: - Mac OS X Download the image (with the link

Re: [REVIEW] Docs update

2013-07-24 Thread Filippo Fadda
Hi Alexander, glad to know about changes, but... I don't understand why the installation section is so much complicated. You just need a command to install CouchDB on the most Linux distro or Mac OS X. To understand that, a user have to read also the "Community installation guides" present in

[jira] [Commented] (COUCHDB-1858) X-Couch-Full-Commit is not mentioned in _bulk_docs API

2013-07-22 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715841#comment-13715841 ] Filippo Fadda commented on COUCHDB-1858: Alexander, the description is

[jira] [Created] (COUCHDB-1858) X-Couch-Full-Commit is not mentioned in _bulk_docs API

2013-07-22 Thread Filippo Fadda (JIRA)
Filippo Fadda created COUCHDB-1858: -- Summary: X-Couch-Full-Commit is not mentioned in _bulk_docs API Key: COUCHDB-1858 URL: https://issues.apache.org/jira/browse/COUCHDB-1858 Project: CouchDB

Re: Releasing experimental features (was: Re: [PROPOSAL] Port _db_updates from rcouch to master)

2013-07-22 Thread Filippo Fadda
Thx, added the support for this API to ElephantOnCouch. -Filippo On Jul 22, 2013, at 8:29 PM, Jan Lehnardt wrote: > > On 22.07.2013, at 19:23, Filippo Fadda > wrote: > >> 2) heartbeat is not expressed in milliseconds like for _changes, but you can >> pass just t

Re: Releasing experimental features (was: Re: [PROPOSAL] Port _db_updates from rcouch to master)

2013-07-22 Thread Filippo Fadda
ect > 3. yes, useless > 4. yes, can't really exists > 5. yes, can't exist we are speaking about deb events > 6. correct, we are speaking about events > 7) yup > others are true > > > On Mon, Jul 22, 2013 at 3:58 PM, Filippo Fadda < > filippo.fa...@programmazion

[jira] [Created] (COUCHDB-1857) _changes API documentation doesn't mention the eventsource feed

2013-07-22 Thread Filippo Fadda (JIRA)
Filippo Fadda created COUCHDB-1857: -- Summary: _changes API documentation doesn't mention the eventsource feed Key: COUCHDB-1857 URL: https://issues.apache.org/jira/browse/COUCHDB-1857 Pr

Re: Releasing experimental features (was: Re: [PROPOSAL] Port _db_updates from rcouch to master)

2013-07-22 Thread Filippo Fadda
HI Jan, so the differences with _changes are: 1) there is no "normal" feed, "continuous" is default; 2) hearbeat is not supported for "continuous" or "longpoll" feeds; 3) feed style option is not supported; 4) since option is not supported; 5) limit option is not supported; 6) descending option i

Re: Releasing experimental features (was: Re: [PROPOSAL] Port _db_updates from rcouch to master)

2013-07-22 Thread Filippo Fadda
> I'm in doubt about X-Couch-Experimental header. If for > X-Couch-Deprecated client library __may__ raise some warning about > "hey, resource you're requested is deprecated! alarm! alarm!", what > the reaction should be for X-Couch-Experimental? There couldn't be any > warnings, because I'm expli

Re: Releasing experimental features (was: Re: [PROPOSAL] Port _db_updates from rcouch to master)

2013-07-22 Thread Filippo Fadda
On Jul 22, 2013, at 12:13 PM, Alexander Shorin wrote: > Experimental features should be enabled in > configs so user takes responsibility for any behavior it provides. I don't agree because when a feature is not experimental anymore you have to remove it from the "experimental list" and that can

Re: Releasing experimental features (was: Re: [PROPOSAL] Port _db_updates from rcouch to master)

2013-07-22 Thread Filippo Fadda
Experimental in PHP is used for extensions that are not bundled with PHP. Instead deprecated is used to inform the user that a function shouldn't be used anymore. In the same way CouchDB could inform that an API is deprecated or experimental. 1) X-Couch-Deprecated 2) X-Couch-Experimental Stabl

Re: [jira] [Commented] (COUCHDB-1744) Make the config file optional

2013-07-10 Thread Filippo Fadda
IMO, instead of default.ini and local.ini we should have something like couchdb.ini and couchdb.ini-default or couchdb-default.ini, so you don't need to read the documentation to understand what they do, because their name are self-explaining. -Filippo On Jul 7, 2013, at 2:05 AM, Alexander Sho

[jira] [Commented] (COUCHDB-1254) Document design and view options

2013-07-01 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696756#comment-13696756 ] Filippo Fadda commented on COUCHDB-1254: >From my library: //! @brief

Re: On Alternative View Engines

2013-07-01 Thread Filippo Fadda
I agree with the idea to have a DSL executed inside the Erlang VM. A simple, but powerful DDL, not SQL, a strongly typed language just to _define_ views, not to query them (that's a different matter). And it should have regex support. Actually, to write fast views you need Erlang itself and I th

Re: Fauxton Tidings

2013-06-20 Thread Filippo Fadda
I Like it very much. :-) When Fauxton will replace Futon? 1.4? On Jun 19, 2013, at 9:38 PM, Russell Branca wrote: > Looks like I tried to get too fancy with embedding dropbox images. Here's > public urls viewable on dropbox.com: > > all dbs: https://www.dropbox.com/s/0plfvfcwtaod0sz/Fauxton_all

Re: Getting rid of file lists in documentation Makefiles

2013-05-21 Thread Filippo Fadda
On May 21, 2013, at 5:00 PM, Jan Lehnardt wrote: > I want to start a section in there that is called “The Developer Handbook”. +1 -Filippo

Re: wiki choice: moinmoin vs confluence

2013-05-19 Thread Filippo Fadda
The documentation in the source is a great idea, and it's great having it in Futon. In my opinion the wiki is superfluous and should be removed. My 2 cents. -Filippo

Re: [VOTE] Merge BigCouch

2013-05-09 Thread Filippo Fadda
+1

[jira] [Created] (COUCHDB-1594) Incoherent behavior when delete attachments

2012-11-08 Thread Filippo Fadda (JIRA)
Filippo Fadda created COUCHDB-1594: -- Summary: Incoherent behavior when delete attachments Key: COUCHDB-1594 URL: https://issues.apache.org/jira/browse/COUCHDB-1594 Project: CouchDB Issue

[jira] Created: (COUCHDB-967) CouchDB create database response error is wrong

2010-11-25 Thread Filippo Fadda (JIRA)
Affects Versions: 1.0.2, 1.1, 1.2, 2.0 Environment: Mac OS X Snow Leopard Reporter: Filippo Fadda Priority: Minor When you try to create a database with a "/" inside name, the following error is returned. F

[jira] Commented: (COUCHDB-946) Calling the "/_restart" API via socket or cURL, sometimes CouchDB restarts before I can get the response headers.

2010-11-25 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935918#action_12935918 ] Filippo Fadda commented on COUCHDB-946: --- I will. > Calling the "/_rest

[jira] Commented: (COUCHDB-947) /_restart API requires "Content-Type: application/json"

2010-11-16 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932532#action_12932532 ] Filippo Fadda commented on COUCHDB-947: --- Good point Jan, I agree. Maybe we sh

[jira] Updated: (COUCHDB-947) /_restart API requires "Content-Type: application/json"

2010-11-15 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda updated COUCHDB-947: -- Fix Version/s: 1.0.1 1.1 Affects Version/s: (was: 1.0.1

[jira] Updated: (COUCHDB-946) Calling the "/_restart" API via socket or cURL, sometimes CouchDB restarts before I can get the response headers.

2010-11-15 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda updated COUCHDB-946: -- Fix Version/s: 1.0.1 1.1 Affects Version/s: (was: 1.0.1

[jira] Updated: (COUCHDB-947) /_restart API requires "Content-Type: application/json"

2010-11-15 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda updated COUCHDB-947: -- Fix Version/s: 1.2 > /_restart API requires "Content-Type: applicat

[jira] Updated: (COUCHDB-946) Calling the "/_restart" API via socket or cURL, sometimes CouchDB restarts before I can get the response headers.

2010-11-15 Thread Filippo Fadda (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filippo Fadda updated COUCHDB-946: -- Fix Version/s: 1.2 > Calling the "/_restart" API via socket or cURL, some