|
|
af46962fd7
|
Finished adding Windows Updates Tool to d7II
|
2019-01-09 17:10:05 -07:00 |
|
|
|
63501bbb28
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-09 16:30:21 -07:00 |
|
|
|
6488101cdc
|
Dumb workaround for Dell sensors
|
2019-01-09 16:29:18 -07:00 |
|
|
|
7944312309
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-08 23:55:42 -07:00 |
|
|
|
e088ba134e
|
Tool version bumps
|
2019-01-08 23:48:50 -07:00 |
|
|
|
f20d8b5af3
|
Enable BSoD mini dumps during system checklists
* Fixes issue #33
|
2019-01-08 22:13:51 -07:00 |
|
|
|
6068b4390a
|
Create Restore Point during system checklists
* Fixes issue #31
|
2019-01-08 22:05:57 -07:00 |
|
|
|
931ce84d67
|
Added Windows Updates items to d7II
* NOTE: Still need added to default profile
|
2019-01-08 22:05:16 -07:00 |
|
|
|
827981d178
|
Wait for service to stop
|
2019-01-08 21:58:08 -07:00 |
|
|
|
8fef0a8e2f
|
Added windows_updates.py
|
2019-01-08 21:34:24 -07:00 |
|
|
|
990037e6c1
|
Added windows_updates.py
|
2019-01-08 20:53:32 -07:00 |
|
|
|
ceb3fc4835
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-08 20:33:53 -07:00 |
|
|
|
f2bd2a6e75
|
Adjusted global_vars report
|
2019-01-08 20:33:23 -07:00 |
|
|
|
b372e19970
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-08 20:27:19 -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 |
|
|
|
187421a291
|
Fixed upload_crash_details() under Linux
|
2019-01-08 19:52:33 -07:00 |
|
|
|
2583358963
|
Missed a call to stop_tmux_repair_thread()
|
2019-01-08 19:34:17 -07:00 |
|
|
|
a839140ff4
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-08 19:25:39 -07:00 |
|
|
|
ac259c9c37
|
Revert "Avoid rare crash"
This reverts commit 23a88401b7.
* Didn't fix the issue, better fix available upstream
|
2019-01-08 19:23:38 -07:00 |
|
|
|
ed70d1ab18
|
Simplified tmux repair thread handling
* Just start once and let run until script is exited
* Pretty sure this fixed the 100%+ CPU usage after returning to the menu
|
2019-01-08 19:18:00 -07:00 |
|
|
|
c4575db44c
|
Missed a 'CS'
|
2019-01-08 18:29:32 -07:00 |
|
|
|
23a88401b7
|
Avoid rare crash
|
2019-01-08 15:11:34 -07:00 |
|
|
|
1e5f72f79a
|
Switched to PASS/FAIL instead of CS/NS by request
|
2019-01-08 15:02:56 -07:00 |
|
|
|
a0a76ee15d
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-07 16:18:58 -07:00 |
|
|
|
f8adbe074d
|
Added Linux headers for macbook12-spi-driver-dkms
* Addresses issue #67
|
2019-01-07 16:17:37 -07:00 |
|
|
|
83e96f9135
|
Fix issue #38
|
2019-01-07 16:13:24 -07:00 |
|
|
|
b1e5727d54
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-07 15:32:51 -07:00 |
|
|
|
4bd0cd1598
|
Avoid crash when no sensor data available
* This was broken when fixing issue #85
|
2019-01-07 15:29:33 -07:00 |
|
|
|
53af3859e4
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-07 12:55:18 -07:00 |
|
|
|
beb36dfc97
|
Adjusted window name
|
2019-01-07 12:54:28 -07:00 |
|
|
|
ebcd38ef50
|
Don't change directory during initialization
* Fixes issue with ddrescue-tui
|
2019-01-07 12:53:23 -07:00 |
|
|
|
014da1b224
|
Fix issue #37
|
2019-01-07 12:20:48 -07:00 |
|
|
|
0fcfc4b5ac
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-01-07 12:12:28 -07:00 |
|
|
|
ae92eea76e
|
Added macbook12-spi-driver-dkms to Minimal build
|
2019-01-06 22:43:33 -07:00 |
|
|
|
50da682d76
|
Fix issue #85
|
2019-01-06 22:12:01 -07:00 |
|
|
|
7a9474a6a8
|
Try enabling SMART before checking attributes
* Fixes issue #84
|
2019-01-06 21:51:45 -07:00 |
|
|
|
68bbee66d5
|
Replaced hw-diags-badblocks with threaded section
* Should fix issue #83
|
2019-01-06 21:45:01 -07:00 |
|
|
|
e40b0b98e4
|
Moved fix_tmux_panes() into a background thread
|
2019-01-06 20:57:06 -07:00 |
|
|
|
4a04e92caf
|
Added threading.py
* Will be used by hw_diags.py and ddrescue.py for
* Better control over badblocks
* Background the tmux pane fixes
|
2019-01-05 15:54:05 -07:00 |
|
|
|
97d0125c03
|
Avoid crash in I/O Benchmark with small disks
|
2019-01-02 18:41:35 -07:00 |
|
|
|
aa4c6a1434
|
Fix issue #82
|
2019-01-02 18:04:32 -07:00 |
|
|
|
3d69fe773d
|
Removed sensors section from hw-info
* Fixes issue #81
|
2019-01-02 18:02:24 -07:00 |
|
|
|
141fe422db
|
Fix NVMe attribute handling
* Addresses issue #78
|
2019-01-02 17:55:56 -07:00 |
|
|
|
3122a75f64
|
Skip fan RPMs
* Avoids reporting fan RPMs as 6000+ *C
|
2019-01-02 17:31:19 -07:00 |
|
|
|
6340bceb11
|
Added warning if no disks detected.
|
2019-01-02 17:05:08 -07:00 |
|
|
|
49c1987ccf
|
Adjusted unsupported OS detection
|
2019-01-01 21:23:33 -07:00 |
|
|
|
88dffd7432
|
Added New System Setup
* This is a combination of the following scripts:
* Install ESET AV
* Install SW Bundle
* User Checklist
* System Checklist
|
2019-01-01 21:06:08 -07:00 |
|
|
|
dfe009c413
|
Added warning when failing to connect to osTicket
* Fixes issue #34
|
2018-12-28 18:01:10 -07:00 |
|
|
|
73bd9bb009
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2018-12-28 17:49:17 -07:00 |
|