Greg Bishop
Greg Bishop
Replay needs a cleanup function. I tried this at the start of index.js (for use in a before block in a mocha test): const HTTP = require('http'); const HTTPS =...
I know its GIT screwing these up, but headers are defined as CRLF in the standard, so the file ought to be able to handle either format. But it does...
Supertest has to come before replay's require because integration points for http are different. I think this could be fixed to make it agnostic. ``` //const Replay = require('replay'); //Replay.mode...
This is pretty good, but it would be nice if the loreum.txt file could be replaced by feeding the Constructor a file. I wanted to have company name type things...
The replay project has a whitelist for URLs. Some URLs aren't worth remembering (newrelic for instance, or google analytics). EX: Replay.drop('newrelic.com', 'collector-252.newrelic.com','metadata.google.internal','169.254.169.254');//, 'collector-252.newrelic.com-443'); It would be highly desierable to implement...
Doing: ``` const server = require("../../server/server"); const supertest = require('supertest'); const upr = require('supertest')(server); process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";//No CA for our certs. ... upr .post(apiPathInfo) .set('Accept', 'application/json') .send(requestBody) .end(function (err, res)...
It's complaining about an unsupported version of nodejs? I upgraded from v8.9.3 to v8.9.4, no difference. Also tried installing globally and from an elevated command prompt and powershell. Also checked...
… Added mongo collection and mapping. Updated appmetrics dependency. Fix charts. Added a .gitigmore file. Updating dependencies. Fixed appmetrics dependencies. Add mongo collection & method into mapping.