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 231 couchdb issues
Sort by recently updated
recently updated
newest added

* Use 3.15.2 version which is compatible with Erlang 20 * Use Basho's rebar_raw_resource for raw deps Currently fails with: ``` DIAGNOSTIC=1 ./configure --dev ==> configuring couchdb in rel/couchdb.config ==>...

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

bug
needs-triage

I believe that if `key` is provided, then `endkey` should be ignored? The docs seem to be unclear on this. However, the behavior I get is the opposite. ```js await...

bug
enhancement
beginner-friendly

**Don't merge just a draft PR to show the diff** ``` make elixir tests=test/elixir/test/partition_view_test.exs:314 * test query with custom reduce works (708.2ms) 1) test query with custom reduce works (ViewPartitionTest)...

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Easy enablement for prometheus feature by environment variables [NOTE]: # (...

enhancement
needs-triage

## Overview The `_replication_* `fields are reserved for couchdb internal usage (indicated by the underscore prefix). Nonetheless the replicator docs are still editable by local admins. In order not to...

Support Json Arrays or custom keys for _bulk_docs ## Summary The Bulk doc insert works well but only if the data is sent in a very specific format. The "docs"...

enhancement
needs-triage

We have observed a cluster exhibiting a race condition in how `PUT /db/doc` with `Content-Type: multipart/related` transfers attachment data to backend nodes. If two such requests happen concurrently, it is...

bug

The response for _changes?feed=continious should probably have the content-type ndjson? http://ndjson.org/

bug
needs-triage

Currently `$db/_local_docs` shows internal (system) checkpoint documents for purge and internal replicator. Users are often confused by those and may try to remove them. Deleting them may or may not...

enhancement
beginner-friendly