couchdb-fauxton
couchdb-fauxton copied to clipboard
Fauxton is the new Web UI for CouchDB
If folks run “verify install” they get a replication error (3 docs replicated, 4 expected). That’s because one of the test docs is a design doc, and writing that requires...
This seems to be a Firefox > 65 issue. I have a document with the _id 'settings'. If I open the doc in Firefox via Fauxton, the entire page becomes...
## Overview Add support for pagination in Replicatory activity panel. ## Testing recommendations ## GitHub issue number ## Related Pull Requests Supersed #1075 ## Checklist - [ ] Code is...
Looking at a design document on the address: ``` http://localhost:5984/_utils/#database/website/_design/website ```` I can upload an attachment to create the expected stub: ```json { "_id": "_design/website", "_rev": "13-91d4beb90be17d28b7c2f989bf00322f", "_attachments": { "index.html":...
## Expected Behavior The log out should work with require_valid_user and WWW-Authenticate configured ## Current Behavior When log out is clicked, the successful message is displayed but the database is...
## Overview CI - Add simple github-actions pipeline node 10x, 12x, 14x ## Testing recommendations Github actions pipeline ran successful ## GitHub issue number Minor enhancement / no issue ##...
In our Azure VM there are two docker containers port 3000 is the webapp and port 5984 is the couchdb. I opened the 3000 and 5984 ports in firewall, tried...
Resolves #1205
## Overview Slight efficiency improvement, use `_dbs_info` instead of fetching the info about the databases one by one. Note, I'm by no means a react expert, so please let me...
When using superlogin or the `couch_peruser` - option, it is often necessary to investigate a small subset of a large set of databases. My scripts access `_all_dbs` and then filter...