nano icon indicating copy to clipboard operation
nano copied to clipboard

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano

Results 47 nano issues
Sort by recently updated
recently updated
newest added

Just a quick question about what the official line on Couch DB 2.\* support might be. If this library takes advantage of all new features without any changes, then a...

When I open the example.com/_session, it returns: ``` {"userCtx":{"roles":["_admin","_reader","_writer"],"name":"demeter"},"ok":true,"info":{"authentication_db":"_users","authentication_handlers":["delegated","cookie","default","local"],"authenticated":"cookie"}} ``` But when I use the following code: ``` ls err, body, headers

A too long search query results in an error 400 from couchDB (due to GET url length limitations), however if the same query is sent inside the body with a...

I'd like to pass a username and password to nano without storing it in the couchdb url string, so that the url string can be used in other parts of...

In https://github.com/dscape/nano/blob/master/lib/nano.js#L64, `(.*)@` is being used instead of the non-greedy `(.*?)@` or `([^@]*)@` – this matches up until the _last_ occurrence of `@`, rather than the first. If the URL's...

I may be missing something here, but it seems that nano is not handling ECONNRESET errors, or other sorts of socket hangups. I assume that one would want to attach...

Hi! It looks like "follow" library is no more supported. However it's used in this library. Could you please find a way to apply following patch into it? If you...

Related to #329 To create mango indices to query on, you have to `POST http://couchdb/dbname/_index`. This isn't possible right now, since nano's `insert` changes the method to `PUT` if a...

CouchDB 2.0 has a _find route that accepts [mango queries](https://github.com/cloudant/mango). We're using the developer preview of Couch 2 and it'd be great if nano could expose this route! Currently we...

See: http://docs.couchdb.org/en/1.6.1/maintenance/compaction.html#views-cleanup