ca209eb543
refactor agent_events handler ( #261 )
2020-11-11 18:28:16 -05:00
382003e4d0
Comment update to register app as owner ( #262 )
2020-11-11 17:58:30 -05:00
4e138b0bef
cli debug command to ssh/rdp to a specific node ( #298 )
2020-11-11 17:14:02 -05:00
9e24754150
Windows debugger updates ( #294 )
...
* Set execution context while handling breakpoint
If we don't do this, the caller will see incorrect state such
as the wrong rip.
* Improve debugger logging messages
* Tiny tweak to breakpoint data type
* Suspend threads while single stepping over breakpoint
* Fix get_current_thread_id to return actual id
2020-11-11 12:09:18 -08:00
5c45d85359
Don't use HTTP 404 on agent refresh error ( #287 )
2020-11-11 12:33:27 -05:00
c70007d5df
include deleting unique_inputs on containers.reset ( #290 )
2020-11-11 12:33:03 -05:00
dec1a2d7b0
removing nodes whose ground truth is not avail ( #275 )
2020-11-11 12:20:05 -05:00
8678755b71
Render envelope.event as json ( #288 )
2020-11-11 12:18:32 -05:00
7b34cf23f2
reduce calls to containers.list() ( #289 )
2020-11-11 12:18:14 -05:00
3e4b26951e
pin urllib3 for deployment prereqs ( #292 )
2020-11-11 12:17:58 -05:00
ba59230187
fix create_vmss log message ( #293 )
2020-11-11 12:17:42 -05:00
3cade0800d
Autoscale test: I ( #278 )
2020-11-11 10:53:47 -05:00
439a58f8a2
Add uninstrumented block coverage recording ( #280 )
2020-11-11 07:20:38 -05:00
e638908aac
Add application-insights debug cli ( #281 )
2020-11-11 06:17:43 -05:00
daba3232bc
Use a shortened machine_id, similar to other UUIDs ( #286 )
2020-11-11 05:41:24 -05:00
82806b1cf2
Keeps task/node association until the nodes are reimaged ( #273 )
2020-11-10 17:41:51 -05:00
5797fa1f3a
adding ypy on tests ( #279 )
2020-11-10 11:09:18 -05:00
81a04ed81d
Make the role assignment step optional in the deployment ( #271 )
2020-11-10 09:11:34 -05:00
4cafee9bbf
Sorting params for Task creation ( #274 )
2020-11-09 16:52:09 -05:00
bbee84ab1f
Storing the user assigned managed identity in the scaleset table ( #255 )
2020-11-05 18:36:59 -05:00
b5578381ce
default TTL for queued messages to infinite ( #259 )
2020-11-04 15:41:05 -05:00
600b3efdf7
Address formatting in logging in registration.py ( #258 )
2020-11-03 16:16:18 -05:00
04643a9eed
fixing libfuzzer_merge ( #240 )
2020-11-03 15:46:18 -05:00
46064fb70b
Tests for scaleset size validation ( #243 )
2020-11-03 11:40:09 -05:00
4ef489b397
adding node shutdown ( #252 )
2020-11-03 11:39:51 -05:00
0e04309e33
Adding linting for contrib/deploy-onefuzz-via-azure-devops ( #256 )
2020-11-03 11:39:33 -05:00
ffeee8e57e
Release 1.6.0 ( #248 )
1.6.0
2020-11-03 10:34:52 -05:00
15a783cf0f
fix reading instance_id on follow-on deploy ( #253 )
2020-11-02 19:15:44 -05:00
08065f477e
fixing GraphQueryError ( #251 )
2020-11-02 16:56:48 -05:00
6c598773dd
add instance_id generated at install time ( #245 )
2020-11-02 14:27:51 -05:00
89ebc7be50
Adding version as a param to dev-deploy script ( #239 )
2020-11-02 14:05:13 -05:00
2bc03855a2
fix logger name in integration tests ( #246 )
2020-11-02 13:50:17 -05:00
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