Open
Description
Users should be able to go back in history at least 10 versions to see previous saved versions of the hook's source code and settings.
We are already storing the revision history for all Hook services in CouchDB. We'll need to surface these document revisions in the API and build a simple UX for the /admin
page.
We'll also need to be mindful of the CouchDB configuration so that we don't accidentally compact / prune the revision history during database cleanup / compaction. RE: #65