Schmidt
Schmidt
Explain that if the parent folder is `_design` or `_local` it will be included.
we are using npm enterprise which authenticates against github. Here we are using a [personal access token](https://github.com/settings/tokens) to deal with githubs 2fa. The cli could ask if the user wants...
This fixes a race condition that was observed in a presumed flaky test that was ultimately not flaky: If a replication is aborted at the exact time when a checkpoint...
Update sequences can be strings, e.g. `2342-g1AAAACheJzLYWBgYMpgTmEQTM4vTc5ISXIwNDLXMwBCwxyQVB4LkGRoAFL_gSArgzmJgYFlQi5QjN0wydgsMS0Jm1Y8BiYyJNUjTJoGNsnMMC0lLckCm54sAOFdKgw` (and are always strings in clustered CouchDB since v2) and therefore cannot be subtracted. This uses `parseInt(seq, 10)` to get an integer from...
With #993, we introduced an optimization to retrieve documents via `_all_docs` if they had a revision of 1, since there was no `_bulk_get` API at that time. This optimization allowed...
While investigating https://github.com/eHealthAfrica/couchdb-bootstrap/issues/28
### Issue First of all thanks so much for this new 7.3.0 release! I'm experimenting with the new `indexeddb` adapter and have discovered a few oddities. I'll list them together...
I had initially overlooked a test failure in the _Verify CouchDB Installation_ UI, perhaps I had instinctively waited for a red:  A little color-coding would raise...