Commit graph

351 commits

Author SHA1 Message Date
b9d0527c52
Added osTicket checkbox sections 2020-01-11 21:23:49 -07:00
e9c0855f65
Convert CPU max temp to int 2020-01-11 20:54:35 -07:00
c1f2f0b6d8
Updated wk.cfg.main 2020-01-11 20:52:00 -07:00
426d77147f
Disable ost if connection fails post ticket select 2020-01-11 20:46:45 -07:00
e301bff2c2
Avoid replacing higher temps in osTicket 2020-01-11 20:43:27 -07:00
9c12dacfb2
Post CPU/Disk results to osTicket 2020-01-11 20:31:39 -07:00
96b755be49
Added osTicket report sections 2020-01-11 19:54:07 -07:00
fef8323282
Pass Disk Attribute test for devices lacking SMART 2020-01-11 19:53:34 -07:00
a573a7e1c3
Reset top_text before returning to main menu 2020-01-11 16:59:42 -07:00
28c1d61d20
osTicket integration complete for ddrescue TUI 2020-01-11 16:46:06 -07:00
177a7fbec2
Added 1201 server definitions 2020-01-11 16:45:54 -07:00
2f2bfacbb7
Started integrating osTicket functions in ddrescue 2020-01-10 19:32:25 -07:00
ceee0495eb
Started integrating osTicket functions in HW Diags 2020-01-10 18:50:21 -07:00
7e69eff7a8
Fixed wk.os.linux.mount_volumes() 2020-01-10 18:07:02 -07:00
a81e6f80e6
Adjusted response formatting and added add_note()
* Test-Station name *should* be included in all posts
* Ticket ID and name included in all posts
* Optional osTicket note included in all posts
2020-01-10 17:52:56 -07:00
e438d3aec7
Dropped _convert_report()
* This should be handled in wk.hw.diags and wk.hw.ddrescue
2020-01-10 17:10:13 -07:00
b4e07a0d88
Added post_response() 2020-01-10 17:04:28 -07:00
dcd1525c4f
Added safety checks 2020-01-10 17:04:13 -07:00
e9e19053f4
Finished osTicket checkbox functions 2020-01-10 16:29:20 -07:00
df2a7c03c1
Added initial osTicket files 2020-01-08 22:05:23 -07:00
752944f741
Merge remote-tracking branch 'upstream/dev' into dev 2020-01-08 20:52:00 -07:00
c3da2557a6
Merge branch 'project-overhaul' into dev 2020-01-08 20:45:18 -07:00
76a9d90ecb
Adjusted ddrescue TUI results report 2020-01-08 20:35:32 -07:00
6e3f02961c
Made load_settings() and save_settings() private
* Clears a pylint issue and makes sense to me
2020-01-08 19:50:04 -07:00
43cf4e2727
Added generate_report() to wk.hw.ddrescue.State() 2020-01-08 19:46:40 -07:00
9171ed6685
Revert SMART config used for testing 2020-01-08 19:09:55 -07:00
0a2976d9ce
Set pass/fail attributes in disk_attribute_check() 2020-01-08 19:02:09 -07:00
8932242a86
Merge remote-tracking branch 'upstream/dev' into dev 2020-01-08 17:07:33 -07:00
51224a6929
Added note to remove relative paths after testing 2020-01-08 17:02:57 -07:00
ac2e5a4fcf
New project orgnization
* Match upstream layout for the benefits listed there
2020-01-08 00:28:56 -07:00
7702cdcf0a
Finished converting UFD sections, testing next 2020-01-07 23:53:55 -07:00
8b9672313a
Added ufd settings 2020-01-07 23:21:18 -07:00
142ad75744
Added remaining UFD functions 2020-01-07 21:58:04 -07:00
b0b0b612a1
Added Linux mount and unmount functions
* If not running with root priviledges then udevil is used.
2020-01-06 20:58:46 -07:00
c135d686df
Added Linux functions for building UFDs 2020-01-06 20:27:59 -07:00
8f31e5bd67
Added I/O functions for building UFDs 2020-01-06 20:26:57 -07:00
703783406a
Removed old mount-all-volumes script 2020-01-04 21:36:44 -07:00
7bf03749ec
Added CoreStorage scanning logic
* Still needs tested
2020-01-04 21:35:42 -07:00
b75326aeee
Added indent option to wk.std.print_report() 2020-01-04 21:04:24 -07:00
945ae941fa
Added mount-all-volumes sections
* Still need to add the CoreStorage logic
2020-01-04 21:01:41 -07:00
fdad48f613
Fixed wk.std.color_string() 2020-01-04 21:00:36 -07:00
72787d5c24
Fix destination checks when imaging 2020-01-04 18:42:55 -07:00
b79deefdd6
Fix map name when using loopback devices 2020-01-04 18:28:43 -07:00
168c0a50df
Removed old ddrescue-tui launcher 2020-01-04 18:18:39 -07:00
383b7c331a
Safety wheels are off 2020-01-04 18:07:28 -07:00
64645cdf1f
Expanded logging (slightly) 2020-01-04 18:06:57 -07:00
5926c3170d
Reworked retry sections
* Edit the map file directly instead of using --retrim and --try-again
  * Allows for more accurate pass status reporting
  * Allows for simpler pass break/continue logic
* Create the map file before running ddrescue
  * Allows file to be edited by the current user instead of just root/ddrescue
* Added check for empty map files
  * Avoids incorrectly marking a pass as complete
2020-01-04 18:01:39 -07:00
470524dfff
Added pause after "No actions performed" message 2020-01-04 16:54:28 -07:00
4acdab8c0f
Mark passes Skipped as appropriate 2020-01-04 16:53:56 -07:00
c71e30e4fb
Adjusted debug reports 2020-01-04 15:58:43 -07:00