apache / couchdb-fauxton

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

Replace request with axios #1393

Closed Antonio-Maranhao closed 1 year ago

Antonio-Maranhao commented 1 year ago

Overview

Replaces the 'request' package with 'axios' since 'request' is no longer being maintained.

Testing recommendations

'request' is only used to set up the nightwatch tests, so it's enough to verify that all Nightwatch tests pass.

GitHub issue number

n/a

Related Pull Requests

n/a

Checklist