couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability

Results 343 couchdb issues
Sort by recently updated
recently updated
newest added

## Description A CouchDB changes feed from a database where `q` is > 1, when queried with `?descending=true` provides a set of results with repeated `seq` values and a negative...

bug
needs-triage

https://github.com/ulid/spec https://github.com/ai/nanoid

enhancement
beginner-friendly

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description make check failed with output ``` module 'chttpd_view_test' chttpd view tests...

bug
needs-triage

# Introduction I have implemented [JWT authentication](https://docs.couchdb.org/en/stable/api/server/authn.html#jwt-authentication). I noticed that: (1) Users configured as server administrators are not granted server administrator privileges when authenticating via JWT unless `"_admin"` is included...

discussion

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...

bug
needs-triage

At present, to send a multipart/related PUT request to CouchDB, each attachment's length must be known beforehand, to create a JSON body such as: ```json { "_id":"doc_id", "_attachments":{ "foo.txt": {...

feature

## Overview Using key and start/end_key in a different order will produce different responses when querying `_all_docs`. To reduce confusion, add a key range check for `_all_docs`. - If direction=fwd,...

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [The documentation](https://docs.couchdb.org/en/stable/api/document/common.html#creating-multiple-attachments) shows that it is possible to load multiple attachments...

enhancement
needs-triage

Hello, Customer has a couchdb environment where databases are created through python scripts in a dynamic way, so we want to ensure that after database creation, it has the appropriate...

enhancement
needs-triage

## Summary I use CouchDB rpm packages (no docker, no k8s) on the AWS cloud with an Application load-balancer (ALB). On ALB configured health check for `/_up` endpoint. When the...

enhancement
needs-triage