Commit Graph

468 Commits

Author SHA1 Message Date
4df1fff645 Updating timeout to 5 min (#237) 2020-11-02 13:15:50 -05:00
aefdb090c6 add test for pytest in pipeline (#244) 2020-11-02 13:15:36 -05:00
01c1247ccf record stdout from azcopy (#247) 2020-11-02 13:14:32 -05:00
e026e50582 Provide the ability to create a new cli application registration (#236) 2020-11-02 12:44:07 -05:00
2d5cda79b3 fix breaking change in cargo-audit (#242) 2020-11-02 11:18:35 -05:00
087e6d19b4 Autoscaling Azure Function (#238) 2020-11-02 09:43:35 -05:00
d2996656f6 Updated deploy-onefuzz-via-azure-devops (#233) 2020-10-29 18:22:36 -04:00
ced8200d74 enable setting ensemble sync duration timer (#229) 2020-10-29 14:48:12 -04:00
154be220ae Enable User assigned managed identity for scalesets (#219) 2020-10-29 13:53:11 -04:00
99b69d3e56 Adding cache for sas return (#224) 2020-10-29 10:44:25 -04:00
f4b874e19e Always use the get_*_account helper methods (#226) 2020-10-28 21:40:21 -04:00
0d037f7bf2 Release 1.5.0 (#223) 1.5.0 2020-10-28 17:06:32 -04:00
36bae9e649 disable sympath unless it's set via target_env (#222) 2020-10-28 16:43:00 -04:00
640091f8bc ADO Pipeline to update a onefuzz instance with the latest release (#208) 2020-10-28 15:31:42 -04:00
e76064b340 assign scaleset to a role (#185) 2020-10-28 15:13:31 -04:00
59cfc52e9b report coverage total after batch processing prior (#218) 2020-10-28 12:51:32 -04:00
3450ee7bab Extend AAD password creation timeout and optionally log said password (#214) 2020-10-28 12:23:47 -04:00
66dda9397a Address race-condition when syncing input seeds (#204) 2020-10-28 11:57:46 -04:00
db8534109f Resilient connection (#153) 2020-10-28 10:51:18 -04:00
1d2fb99dd4 expose the ability manually override node reset (#201) 2020-10-27 17:29:53 -04:00
7f68b3fd51 include examples in SDK (#216) 2020-10-27 13:33:25 -04:00
4d8151a1aa Use second-chance break on av (#210) 2020-10-27 10:52:20 -04:00
4c999a5d0e Add coverage & radamsa collection to integration tests (#211) 2020-10-27 09:13:22 -04:00
4a46c192cc Release 1.4.0 (#207) 1.4.0 2020-10-26 12:41:34 -04:00
d4c584342a address multiple issues found by pylint (#206) 2020-10-26 12:24:50 -04:00
5e891bcf7a uninstall onefuzztypes (#200) 2020-10-26 10:39:01 -04:00
bc2a3f816f add missing telemetry relating to reports & tools (#203) 2020-10-26 09:59:02 -04:00
18cc45ac56 add user confirmation to container reset (#202) 2020-10-23 19:35:23 -04:00
2fe56f94c1 Add Onefuzz.container.reset to the SDK (#198) 2020-10-23 17:31:12 -04:00
6989cf9e34 add log sampling at the Functions layer (#174) 2020-10-23 14:52:49 -04:00
4f53d4b049 Adding version as param in script (#177) 2020-10-23 12:48:05 -04:00
3dd91c7e6b Release 1.3.4 (#197) 1.3.4 2020-10-23 11:52:07 -04:00
8a62830f2b reduce how often list_containers is called (#196) 2020-10-23 09:43:45 -04:00
b675ee75df allows hardcoding the version on build (#181) 2020-10-23 09:05:26 -04:00
bfbc9f8c9e Bug fixes for Pool Resize (#158) 2020-10-23 08:58:15 -04:00
1c06d7085a move SDK to use request models rather than hand-crafted json (#191) 2020-10-23 08:39:45 -04:00
d769072343 cache tokens in memory forever (#195) 2020-10-22 19:13:59 -04:00
a18c21cf7f fix incorrect resetting of components (#193) 2020-10-22 16:47:40 -04:00
faeaaa1bca Release 1.3.3 (#190) 1.3.3 2020-10-22 12:40:19 -04:00
0a560cefba fix format strings (#189) 2020-10-22 12:15:39 -04:00
6a5be5dee2 Release 1.3.2 (#183) 1.3.2 2020-10-20 18:38:27 -04:00
bf7b36f0a6 address help issues in the expanded reset command (#182) 2020-10-20 17:47:05 -04:00
3dd0f136b8 unify syncdir management & add jitter (#180) 2020-10-20 17:17:45 -04:00
041c6ae130 Reimage dead nodes (#154) 2020-10-20 16:58:02 -04:00
e5f723e9c9 removing " (#179) 2020-10-20 15:41:01 -04:00
178537df05 Store the heartbeat data in the task and node tables (#164) 2020-10-20 14:24:00 -04:00
ecd322bfdc Bringing more granularity to reset command option (#161) 2020-10-20 10:33:17 -04:00
0171ec7f8b only emit events on a change of state (#175) 2020-10-19 21:00:04 -04:00
307b5ebd5f update prereq crates (#178) 2020-10-19 19:48:05 -04:00
048ebefb6f Debugger improvements (#176)
* Debugger event updates

This moves debugger event reporting more towards a safe api instead of
reporting the raw Win32 structs.

Closely related - the module name (as decided by our debugger) is
reported to callbacks for use in symbol resolution.

The exception callback remains as is for now as it is the most
complicated and heavily used.

* Improve symbolic breakpoint support

This change adds support to set symbolic breakpoints after a module is
loaded. Previously it only worked if the module hadn't been loaded yet.

* Move Handle wrapper to own pub mod

* Use Handler wrapper for Module handle

* Pass Module reference for dll/process callbacks
2020-10-19 16:12:51 -07:00