use got instead of axios, some cleanup, problem with async context being lost for...
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 30 Jun 2023 00:12:10 +0000 (17:12 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 30 Jun 2023 00:12:10 +0000 (17:12 -0700)
commitf7e70910f579079d04c4cbeff750c8721a51fbe6
tree15f085b4af3b008ed5d5432c7e11f3b4f0a68aeb
parent02d9e6e66b116454a944b47e5dbed31a7d6c061d
use got instead of axios, some cleanup, problem with async context being lost for logging
15 files changed:
config/default.js
package-lock.json
package.json
server.js
src/common.js
src/communication.js
src/db/postgres/index.js
src/manager.js
src/service.js
test-e2e/fake-servers-client.js
test-e2e/fake-servers.js
test-e2e/test-many.js
test-e2e/test-one.js
test/src/common.js
test/src/communication.js