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

Replace safeURLName usage in code #1320

Closed deepakchethan closed 3 years ago

deepakchethan commented 3 years ago

Overview

Replacing the usage of safeUrlName for designDocs with removed _design/ with a appUtils method getSafeIdForDoc which does the same internally. I have updated the code in places which was manually doing the same.

Testing recommendations

Current test cases should cover the regression testing.

GitHub issue number

Fixes #875

Checklist

deepakchethan commented 3 years ago

Hello @Antonio-Maranhao @popojargo, Can you please review this PR or let me know how I can get it reviewed? Thank you in advance!