Commit graph

42 commits

Author SHA1 Message Date
095c00c6ee
Ensure SSH tunnel is closed atexit 2019-11-18 20:57:00 -07:00
214e2c345d
Expanded HW-Diags - osTicket checkbox sections 2019-11-18 18:47:39 -07:00
990618bfeb
Avoid EOFErrors 2019-11-18 17:47:32 -07:00
f2373edd8e
Address issue #96 2019-11-17 14:54:49 -07:00
0077240255
Support new color codes in osTicket posts
* Addresses #105
2019-07-02 20:53:35 -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
e99f16300f
Escape single quotes before posting to osTicket
* Only done for the post body for now
2019-05-29 20:01:16 -06:00
ed339866f7
Avoid a crash when a system fails Prime95 2019-05-29 15:38:38 -06:00
26fa73a40b
Added "Connecting to osTicket..." message 2019-05-16 15:52:35 -06:00
6b159cc6d4
Include test-station name in osTicket posts
* Only added if the hostname is a known test-station
* Addresses issue #96
2019-05-16 13:35:15 -06:00
3088a2452a
Moved get_ram_details() to hw_diags 2019-05-13 17:53:43 -06:00
3c6341953d
Added get_ram_details()
* Will be used for issue #88
2019-05-13 17:51:51 -06:00
fe6762cf05
Include more details when selecting a ticket
* Ticket ID is shown in BLUE
* Ticket subject is shown in CYAN
* Fixes issue #68
2019-04-25 20:16:02 -07:00
2a0a80b09a
Show error if ticket not found
* Fixes issue #80
2019-04-25 19:45:18 -07:00
8a6dfc5cdf
Include disk volume report if only I/O fails
* Fixes issue #76
2019-04-11 22:01:00 -07:00
9cad5419d8
Simplified osTicket post formatting 2019-03-14 01:04:14 -06:00
4aa50a044a
Adjusted osTicket post formatting 2019-03-14 00:37:55 -06:00
8835fb486d
Include ticket ID and name in osTicket posts
* Fixes issue #58
2019-03-13 23:01:32 -06:00
809f338cd2
Use new NVMe/SMART report layout in osTicket posts
* Fixes issue #45
2019-03-13 20:57:14 -06:00
e0c3716e08
Avoid crash if fstype is None
* Set fstype to 'UNKNOWN FS' if it's an empty string or None
* Ensure all v_data values are strings before replacing text
* Fixes issue #53 (again)
2019-03-13 20:55:18 -06:00
62e78cdc2c
Skip uploading I/O Graphs if the test is disabled 2019-03-13 20:52:01 -06:00
9333fb8f3e
Include filesystem type in volume reports
* Fixes issue #53
2019-02-26 22:07:14 -07:00
bc4fa92e16
Show ticket ID and name on results screen
* Fixes issue #58
2019-02-26 21:49:42 -07:00
85212fb171
Add retry option when connecting to osTicket
* Fixes issue #51
2019-02-23 17:49:40 -07:00
9579d0fced
Prevent replacing disk checkbox FAILED value
* Addresses issue #40
2019-01-15 22:43:23 -07:00
83e96f9135
Fix issue #38 2019-01-07 16:13:24 -07:00
97d0125c03
Avoid crash in I/O Benchmark with small disks 2019-01-02 18:41:35 -07:00
dfe009c413
Added warning when failing to connect to osTicket
* Fixes issue #34
2018-12-28 18:01:10 -07:00
e2fcacf579
Added extra line breaks to match upstream code 2018-12-27 22:11:09 -07:00
495e265de0
Only post results for devices with TestObj(s) 2018-12-26 20:45:00 -07:00
d9ab1730b4
Reset tunnel_proc to None on full disconnect 2018-12-26 20:44:20 -07:00
b3da1390a1
Only set disk.checkbox=True if all tests enabled 2018-12-26 20:43:17 -07:00
ff715b7a10
Better exception handling for MariaDB sections 2018-12-26 19:31:07 -07:00
7d7cf21263
Show volume report if all disk tests are run
* Enable CoreStorage mounting only if all tests were CS, N/A, or OVERRIDE
2018-12-26 18:22:34 -07:00
2c0093aa9a
I/O graph export/upload sections working 2018-12-26 17:15:31 -07:00
12ea0fdd53
Posting disk results is working 2018-12-24 21:59:00 -07:00
b3f2a86f46
Add spacer line before Temps 2018-12-24 21:19:56 -07:00
8d6b29be53
Posting CPU results is working 2018-12-24 21:11:13 -07:00
ad6980f82b
Moved report functions into osTicket object 2018-12-24 17:33:54 -07:00
57572c7527
Added osTicket report sections 2018-12-24 17:10:12 -07:00
2750440c29
Readded osTicket functions 2018-12-22 23:42:57 -07:00