1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00
Commit Graph

385 Commits

Author SHA1 Message Date
8ad164eb34 fix tests for compact output 2021-03-29 12:33:54 -07:00
430a5108aa move all tests to github actions 2021-03-25 20:42:58 -07:00
111ce92fc9 attempt all tests in github actions with timezone correction 2021-03-25 20:37:35 -07:00
c851e8a58d force github action 2021-03-25 20:33:25 -07:00
4a610c4c81 force github action 2021-03-25 19:57:32 -07:00
dadb09b74a force github action 2021-03-25 19:52:43 -07:00
794fc4ed44 add parse_datetime_to_timestamp() tests 2021-03-25 19:43:16 -07:00
a7ad24d2cb Add dir parser
Add usage commands

Fix example options

update dir.md
2021-03-25 18:09:47 -04:00
2f2f297b29 update uptime fixtures with new fields 2021-03-25 11:35:21 -07:00
953ab5c3bd make upower tests local only 2021-03-24 21:29:30 -07:00
e4ca0de92a add upower tests 2021-03-24 21:24:25 -07:00
5936940532 rewrite of date parser using datetime library 2021-03-24 20:20:53 -07:00
e4b41057e3 update upower fixture names 2021-03-24 17:02:17 -07:00
a5c444587b add before and after midnight date tests 2021-03-24 15:13:10 -07:00
a56f471be9 update fixture to use UTC for better testing 2021-03-24 15:05:22 -07:00
1e8e553316 add hour_24 field 2021-03-23 14:47:44 -07:00
7cb8577b96 correct epoch_utc calculation. Fix for 12 hour vs. 24 hour representation 2021-03-23 13:55:23 -07:00
f9921720cd revert to local testing for naive datetime objects 2021-03-22 22:01:07 -07:00
cda1ebd271 try tzset() 2021-03-22 21:53:50 -07:00
6901e4a23a try setting timezone env variable before tests to ensure it is the same on all test systems 2021-03-22 21:49:26 -07:00
6bc21d3c73 fix date parser tests - local tests only since timezones may not match on github actions VMs 2021-03-22 21:05:39 -07:00
1565019966 fix weekday numbering to be ISO 8601 compliant. Add naive calculated epoch timestamp field 2021-03-22 20:56:57 -07:00
01f0c20df0 add sample using C locale timestamp 2021-03-18 16:59:46 -07:00
ad39fc6029 working upower parser. history lines are ignored 2021-03-17 11:26:06 -07:00
89f1fd96e6 add acpi tests 2021-03-16 12:12:01 -07:00
1f7aafd041 fix for full charge batter case. Clean up battery object logic 2021-03-12 08:45:32 -08:00
322da9ea6a working parser 2021-03-11 20:43:31 -08:00
58645301ec add acpi command parser 2021-03-11 19:55:47 -08:00
f450f9eb8b add hciconfig tests 2021-02-10 10:47:56 -08:00
229e953a38 initial add of hciconfig parser 2021-02-09 13:26:24 -08:00
87b506dc9b fix for spaces in dig answer data 2021-02-05 06:55:06 -08:00
8b1407c706 pull env-specific tests from CI/CD and run locally only 2021-01-06 14:22:26 -08:00
60b9e97982 last parser enhancements: augment hostname with CONSOLE for GUI login, add convenience fields when -F is used: login_epoch, logout_epoch, duration_seconds, calculate duration to hours:minutes 2021-01-06 12:02:47 -08:00
9f485b5981 change mac_address fieldname to bssid. Add credit to Phillip 2021-01-06 11:09:37 -08:00
fb422726a8 update test to add 'down' condition 2021-01-05 21:55:06 -08:00
f78fe771e1 add iw-scan tests 2021-01-05 21:38:51 -08:00
7351c72e45 add fixes and tests for entries that contain 'crash' 2021-01-05 15:16:40 -08:00
e2c77cb935 add test for last -F output 2021-01-05 13:00:38 -08:00
7ac621e4c9 add -F support 2021-01-05 12:29:29 -08:00
22b461eb4b Add period field for en_US.UTF-8 locale 2021-01-05 09:42:05 -08:00
ceccfb2c81 add test output for iw-scan and date on ubuntu 20.04 2021-01-04 17:05:26 -08:00
cb02211424 add wc tests 2020-12-31 14:19:45 -08:00
e4bac3a493 add wc parser 2020-12-31 14:10:37 -08:00
d4ae5543f2 add hash tests 2020-12-30 13:11:13 -08:00
6da9510e46 add cksum tests 2020-12-30 11:22:17 -08:00
1c880b9e24 force git tests 2020-12-29 12:58:04 -08:00
44a7406057 add hashsum tests 2020-12-29 12:51:43 -08:00
28762aea15 add hashsum parser 2020-12-29 11:36:20 -08:00
f3d84bd5bf tighten crontab and crontab-u parser variable detection 2020-08-05 11:28:37 -07:00
5c538816cf ping parser fix for raspberry pi 2020-08-04 17:36:35 -07:00