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

258 Commits

Author SHA1 Message Date
14b727cc71 add rpm_qi tests 2021-04-06 18:34:08 -07:00
0548263e89 add rpm -qai parser 2021-04-06 14:39:39 -07:00
cc7def9b76 add OSX finger tests 2021-04-06 11:29:30 -07:00
11a4422c25 add centos 7.7 finger tests 2021-04-06 11:23:29 -07:00
417b70020a add idle time fields to finger parser 2021-04-06 10:51:41 -07:00
74cfc13abe fixup dir parser tests 2021-04-02 12:10:05 -07:00
9559c85057 add windows dir format 2021-04-02 12:01:05 -07:00
95ec79bceb Merge pull request #107 from rasheed-rd/add-dir-parser
Add windows dir command parser
2021-04-02 11:14:26 -07:00
5b60c7445a Add support for /S and update documentation 2021-04-02 13:43:06 -04:00
d9dbcc8b52 Add parent dir to structure. Add test cases. Remove support for /Q 2021-04-02 13:13:05 -04:00
74d3ac686a add dpkg-l tests 2021-04-01 20:37:12 -07:00
5c0142dd19 add dpkg-l parser 2021-04-01 20:12:58 -07:00
c326c8dc83 add TypeError to except block. add /usr/bin/time tests 2021-04-01 12:52:10 -07:00
be004b7b3f make parse_datetime_to_timestamp function a class called timestamp for easier use 2021-04-01 11:07:37 -07:00
05885c0096 add epoch and epoch_utc timestamps 2021-03-30 21:29:34 -07:00
4c9761231a add when_epoch and when_epoch_utc fields 2021-03-30 20:41:10 -07:00
08d4cd4870 add time calculations to acpi parser 2021-03-30 16:34:01 -07:00
9767a50ced update who parser to add epoch naive timestamp 2021-03-30 11:59:44 -07:00
ba0dd3b9ca add parse_timedate_to_timestamp test for format 7300 2021-03-29 21:25:19 -07:00
8d7fa07ffd unformat json 2021-03-29 21:20:19 -07:00
cade1bfe6e update timedatectl tests for new epoch_utc field 2021-03-29 21:19:12 -07:00
e8847c998c update stat tests 2021-03-29 16:35:26 -07:00
507999b117 add stat command timestamp detection 2021-03-29 14:45:13 -07:00
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