Commit graph

1978 commits

Author SHA1 Message Date
b98397d491
Include seconds in default log name 2019-07-08 17:32:17 -06:00
ca67ed392f
Avoid clobbering existing files 2019-07-08 16:56:03 -06:00
23eda17bd3
Ensure logging is shutdown when exiting 2019-07-08 16:55:39 -06:00
acd92b3e50
Added logging functions
* Logging is always initialized if importing the whole package
* Support switching to DEBUG mode
* Support changing the log dir (and optionally log name)
2019-07-07 22:09:22 -06:00
4cc54011b7
Added version check 2019-07-07 22:02:48 -06:00
90f0fb58d9
Updated d7II config
* Added CreateRestorePoint step
* Removed Python check since it's done before launching d7II
* Addresses issues #99 & #104
2019-07-07 17:59:29 -06:00
8cb599ee60
Added CreateRestorePoint.cmd for use in d7II
* Addresses issue #104
2019-07-07 17:58:44 -06:00
f9a0a11ee8
Fix waiting for AVRemover 2019-07-07 17:39:27 -06:00
e614e08d0c
Disable Chrome notifications for new profiles
* Addresses issue #101
2019-07-07 16:40:07 -06:00
f5d806a51a
Adjusted safety checks in ddrescue-tui
* Added NVMe/SMART check for destination
* Addresses issue #102
2019-07-03 20:16:45 -06:00
8c6fcfe99c
Fail drives for old age but allow further testing
* Addresses issue #103
2019-07-03 19:32:25 -06:00
0077240255
Support new color codes in osTicket posts
* Addresses #105
2019-07-02 20:53:35 -06:00
a868d28452
Fix NVMe/SMART attribute color logic 2019-07-02 20:52:59 -06:00
beabbd9c7b
Bugfix 2019-07-02 20:52:28 -06:00
dfde06a2fd
Updated __init__ files 2019-06-29 21:33:47 -06:00
f7a114ee44
Added cfg/logging.py and cfg/main.py 2019-06-29 21:23:37 -06:00
0427d2586f
Added ask and pause functions 2019-06-29 20:52:38 -06:00
96837ff774
Going to use the logging module for logging 2019-06-29 19:58:44 -06:00
bca9c19053
New safer text input function
* Avoids EOFError exceptions and just repeats the prompt
2019-06-29 19:54:02 -06:00
b368b27faa
New project organization
* Script work is brought into better focus
* New layout will be used to better package the python scripts
* No hidden folders (they will be hidden at build time)
* All building should be done under setup/
  * Avoids ambiguous .bin/.cbin folders at root of project
2019-06-28 18:06:43 -06:00
d397cc22ad
Merged upstream/dev and updated startup scripts 2019-06-28 14:58:07 -06:00
91d8185ede
Updated startup scripts
* Moved starting apps from .update_x into .start_desktop_apps
  * This allowed .update_x to be shown on screen during startup
* Included "<Action>... Done" messages for clarity
* Removed x_ok logic (didn't really work)
  * Replaced with a generic message that _should_ be left on screen if X fails
2019-06-27 20:14:14 -06:00
18daa41e2a
Trimmed down motd 2019-06-27 20:13:09 -06:00
747277b121
Adjusted Super+t keyboard shortcut
* Now it opens to a standard urxvt window (no tmux attaching)
2019-06-27 20:11:02 -06:00
b8e09e83ce
Fixed issue #124 2019-06-27 18:57:45 -06:00
772b807c3d
Added AVRemover sections 2019-06-19 21:38:30 -06:00
6e9de7f2fa
Added safety checks to d7II Launcher
* Addresses issue #99
2019-06-19 21:29:57 -06:00
112800c98b
Don't fail drives for SMART 188/BC
* Fixes issue #100
2019-06-12 17:12:12 -06:00
20d054245d
Include 4K alignment warning in osTicket post
* Addresses issue #88
2019-06-12 17:07:34 -06:00
cbf37d8ea1
Include RAM details in CPU osTicket posts
* Addresses issue #88
2019-06-12 16:56:17 -06:00
1aba3476da
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-12 16:38:13 -06:00
e798503f6f
Save RAM details to CpuObj 2019-06-12 16:37:04 -06:00
8f792ac76d
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-12 16:01:03 -06:00
5b5c99e6f8
Don't kill current tmux session from ddrescue-tui
* Just kill the panes and let launch-in-tmux handle the session
2019-06-12 15:48:11 -06:00
c50627867e
Switch to prev tmux from hw-diags & ddrescue-tui
* Only during normal exits, not done for aborts/crashes
2019-06-12 15:37:19 -06:00
e30e52e880
New launch-in-tmux script
* Generic run cmd in tmux wrapper
* ddrescue-tui and hw-diags source this script to run their respective menus
  * Reduces duplicate code
2019-06-12 15:31:30 -06:00
90f5285067
Updated tmux menu launchers
* Use current TMUX session if present
* Can switch TMUX session without nesting
* Fixes issue #114
2019-06-12 14:58:27 -06:00
441a6ad66f
Prevent ddrescue-tui crash when LogDir is missing
* Fixes issue #115
2019-06-12 14:05:45 -06:00
87668c6ad0
Avoid rare crash when uploading results for review
* Fixes issue #117
2019-06-11 20:52:45 -06:00
96c806198a
Removed redundant UAC section 2019-06-11 20:46:17 -06:00
9dc21dd1d2
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-11 20:45:49 -06:00
d1af82e114
Restore default UAC in System Setup
* Fixed mode names
* Fixes issue #119
2019-06-11 20:42:33 -06:00
dba39dd9c4
Don't use MS formats in LibreOffice by default 2019-06-11 20:32:30 -06:00
3611ff920a
Updated functions.cleanup 2019-06-11 20:30:38 -06:00
4c3be6eac6
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-11 20:19:31 -06:00
eb3624e9ad
Integrated downstream updates
* Fixes issue #113
2019-06-11 18:55:23 -06:00
b95586a590
Moved to a unified system setup script
* Replaces:
  * Install SW Bundle
  * New System Setup
  * User Checklist
  * System Checklist
2019-06-11 18:42:31 -06:00
3007c22c41
Added Windows Update sections 2019-06-11 18:40:25 -06:00
f30d195cc4
Updated Explorer registry entries 2019-06-11 18:08:50 -06:00
519572b53a
Fixed grub path 2019-06-11 18:03:36 -06:00