apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
378 stars 225 forks source link

[Bug fix] Changes feed duplicating results #1410

Closed mharrigan26 closed 1 year ago

mharrigan26 commented 1 year ago

Overview

Testing recommendations

Click on changes for any database. Click away within the document side panel (e.g. permissions) then switch back to changes. The feed should stay consistent and no longer be inundated with duplicated changes. Make a new document and switch back to changes, this should be the only change reflected in the feed. Then create a new database with no documents. That changes feed should be empty. This is new behavior that fixes a bug in the changes feed.

GitHub issue number

Related Pull Requests

Checklist