95338f1df7
Add encoding to run_program and popen_program
2019-03-20 12:57:56 -06:00
b0e2b01e00
Added beep function
...
* Fixes issue #89
2019-03-09 14:11:53 -07:00
d5dc453ffa
Added maximum threshold for NVMe/SMART attributes
...
* Fixes issue #95
2019-03-05 19:36:43 -07:00
f2bd2a6e75
Adjusted global_vars report
2019-01-08 20:33:23 -07:00
6ea4791dc9
Added generate_global_vars_report()
...
* Makes crash reports more readable
2019-01-08 20:24:43 -07:00
63f9c1c193
Fixed set_log_file() under Linux
2019-01-08 20:24:14 -07:00
91649f5ee7
Removed args from run_program
...
* It's been deprecated for ages
* Fixes issue #79
2018-12-27 23:43:35 -07:00
c96e2f252c
Cleaned up imports
2018-12-27 21:38:25 -07:00
d0c49240d8
Added extra line break after classes/functions/etc
...
* Also reordered some class/regex/static sections
2018-12-27 21:33:37 -07:00
c501c8b23f
Updated docstrings longer than 72 characters
2018-12-27 20:51:56 -07:00
c74e2c7667
Updated common.py
2018-12-27 19:43:37 -07:00
e1834d5179
Added silent mode to init_global_vars()
2018-12-18 17:26:20 -07:00
cee8252455
Added CYAN to COLORS
2018-12-14 18:03:00 -07:00
d9554314d5
Updated run_program() and popen_program()
...
* Use dicts for clarity
* Support cwd flag
2018-12-10 19:42:10 -07:00
a2ef06e6db
Added strip_colors() function
2018-12-10 19:19:35 -07:00
cb67f7e3c3
Added new sensors.py and dropped borrowed sensors
2018-12-05 19:59:41 -07:00
163f64dda7
Reduced timeout for major exceptions
2018-12-05 04:10:20 -07:00
560929e2fa
Removed extra line break in menu_select
2018-12-03 19:54:06 -07:00
3fdd8c629c
Rewrote main menu
...
* First options are presets followed by individual tests
* Selecting presets will toggle the selections
* Screensavers are hidden but still present
2018-12-03 19:47:44 -07:00
18b13cf506
Updated common.py
2018-11-23 18:06:57 -07:00
2Shirt
85e7813539
Check Secure Boot status during system checklist
...
* Fixes issue #60
2018-10-02 22:11:18 -06:00
f5994d851b
Allow more characters in get_simple_string()
2018-07-22 21:56:52 -06:00
d1d3e1592e
Added get_process()
2018-07-17 18:11:23 -06:00
6eb486c770
Extend get_simple_string() to support underscores
2018-07-17 00:05:47 -06:00
2Shirt
bbfcc2e3fe
Hotfix: Handle size=None in human_readable_size()
2018-05-30 17:26:49 -06:00
2Shirt
e305b3e60f
Add warning for missing archive in extract_item()
2018-05-17 20:56:55 -06:00
2Shirt
3114b72178
Add ticket toggle var and get_simple_string func
...
* get_simple_string() will be used for backup prefixes
2018-05-17 17:57:45 -06:00
2Shirt
17dc572c4a
Added warnings for missing tools
2018-05-13 18:57:27 -06:00
2Shirt
18c535dcfd
Bugfix for OS detection
...
* Avoids CurrentBuild collision between Win8 and Win8.1
* Fix DisplayName formatting
2018-05-13 16:09:07 -06:00
2Shirt
ee2bcd5aea
Refactored OS build detection
...
* Known build data moved to settings/windows_builds.py
* OS version statically set in windows_builds.py
* Added Insider Previews to recognized builds
* Shown in red due to their very short support windows
* Windows 8 and Windows 8.1 are now separate versions
* Added codenames to Vista and 7 (for fun!)
* Unrecognized builds have the CurrentBuild number in the DisplayName
2018-05-12 20:13:54 -06:00
2Shirt
04f7ae2f21
Better unit handling during I/O Benchmarks
...
* All results are in MB/s
2018-04-16 14:17:28 -06:00
2Shirt
d82ad55113
Fix issue #19
2018-02-28 13:15:00 -07:00
2Shirt
96c6997a44
Update function docstrings
2018-01-30 16:50:28 -07:00
2Shirt
89c343943f
Replaced remaining show_info calls with show_data
2018-01-30 16:00:59 -07:00
2Shirt
012da00821
Removed ClientInfo upload code
2018-01-28 17:55:40 -07:00
2Shirt
c24554720f
Add option to upload crash details
...
* Disabled by default, enabled via main.py ENABLE_UPLOAD_DATA
* Upload destination set via main.py CRASH_SERVER variable
2018-01-28 17:48:42 -07:00
2Shirt
a7451f86ba
Added choice() function
...
* Provides a simlilar interface to the Windows choice command.
2018-01-26 18:32:33 -07:00
2Shirt
f0ae207890
Improved source scanning for user data transfers
...
* Fixes recursion bug when Windows.old folders are present
* Combined logic for file/folder sources and WIM sources
* Code uses proper folder separators for the running OS
* (e.g. '\' for Windows and '/' for the rest)
2018-01-26 17:52:43 -07:00
2Shirt
03d7646685
Enabled logging for hw-diags
2017-12-26 14:17:53 -07:00
2Shirt
5d6e138d29
Started hw-diags & hw-diags-inner rewrite
2017-12-23 19:11:50 -07:00
2Shirt
a1b72c0aeb
New hw-diags-network script
2017-12-22 00:45:42 -07:00
2Shirt
5ea03da0a4
Converted all python scripts to LF/UNIX
2017-12-18 00:47:47 -07:00
2Shirt
a33a54c5e6
Started python conversion
2017-12-17 21:22:53 -07:00
Alan Mason
6ff8d76b59
Write logs in UTF-8
...
Fixes #6
2017-12-06 13:23:28 -08:00
Alan Mason
d737a35078
Refactored check_os()
...
* Safer registry queries
* Only query CurrentBuild, CurrentVersion, and ProductName
* Service Pack / update status determined by the build number
* Set build & version to -1 instead of 'Unknown' if str to int/float fails
* Might prevent crashes by not mixing str/num types
2017-12-04 07:13:37 -08:00
Alan Mason
9414c04395
Pause during abort()
2017-12-03 18:02:32 -08:00
Alan Mason
e13b057eac
Sync functions\* with WinPE versions
2017-12-01 19:24:09 -08:00
Alan Mason
b47c214133
More misc cleanup
2017-11-30 21:48:25 -08:00
Alan Mason
11cf75d4a6
Added clear_screen()
2017-11-30 14:08:12 -08:00
Alan Mason
5eaefb3e41
Misc cleanup
2017-11-30 13:34:39 -08:00