DNS and Sandbox Improvements
Highlights
- Attempt to improve Hostname data collection by eliminating race conditions with packet capture
- Add wget and git to sandbox images, add requests and urllib3 to Python, allow bower to install in root in npm
- Always exit if install fails in sandbox to make it easier to see issues.
What's Changed
- Add a script for quickly bulk backfilling package analysis. by @oliverchang in #225
- Limit any race conditions that might arise during packet capture. by @calebbrown in #234
- Improve the functionality of the sandbox images so more packages run successfully and failures are more obvious by @calebbrown in #237
Full Changelog: rel-4...rel-5