Schmidt

Results 49 issues of 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...

feature
help wanted
cli

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...

stale

I had initially overlooked a test failure in the _Verify CouchDB Installation_ UI, perhaps I had instinctively waited for a red: ![Screenshot from 2022-12-17 19-15-29](https://user-images.githubusercontent.com/17586/208255752-5f4a516d-f369-498e-8321-7aece03b80a2.png) A little color-coding would raise...