1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-05-02 21:24:36 +02:00
Commit Graph

379 Commits

Author SHA1 Message Date
Kelly Brazil c0f9b705c6 doc update 2024-11-19 10:33:19 -08:00
Kelly Brazil e858faa746 fix for contiguous packages with the same name 2024-11-18 16:21:40 -08:00
Kelly Brazil 6072ea0ec7 doc update 2024-10-18 14:34:29 -07:00
Kelly Brazil 95672c23b7 doc update 2024-10-18 14:30:04 -07:00
Kelly Brazil 2df5e79295 doc update 2024-10-18 09:56:32 -07:00
Kelly Brazil f2a8e0087b add tests and doc update 2024-09-22 20:01:40 -07:00
Kelly Brazil b054b1b782 doc update 2024-09-07 19:50:08 -07:00
Kelly Brazil 8a22f8a468 add support for Link partner advertised link modes to ethtool parser 2024-09-07 18:43:41 -07:00
Kelly Brazil c26f0641ff enhance ifconfig parser to support utun interfaces with assigned ipv4 addresses on macOS 2024-09-07 18:11:25 -07:00
Kelly Brazil 40eb2b7ef6 fix uptime for "user" instead of "users" 2024-09-07 17:24:21 -07:00
Kelly Brazil 71af0c5555 fix for IPv4 mapped IPv6 address changes in Python 3.13 2024-09-06 10:26:34 -07:00
Kelly Brazil 921133f3ac version bump 2024-06-18 08:47:24 -07:00
Kelly Brazil ed048c7b2b doc update 2024-06-09 18:48:25 -07:00
Kelly Brazil a92e318319 doc update 2024-06-07 17:42:30 -07:00
Kelly Brazil f1bab336ee fix file_stats in git-log parsers 2024-05-14 17:38:39 -07:00
Kelly Brazil 6af82fb9ae doc update 2024-05-10 11:11:31 -07:00
Kelly Brazil 8a3997cd0e fix for pip-show parser with multi-line fields starting with a blank line 2024-05-02 15:09:06 -07:00
Kelly Brazil 846f4fb691 doc update 2024-04-29 14:09:14 -07:00
Kelly Brazil 18a00bc57a doc update 2024-04-28 13:01:07 -07:00
Kelly Brazil a9cfb4b13a force test 2024-04-28 12:49:27 -07:00
Kelly Brazil dea7099183 doc update 2024-04-28 12:08:13 -07:00
Kelly Brazil f45295eee4 doc update 2024-04-28 11:30:33 -07:00
Kelly Brazil 6e17ed6f62 version bump 2024-04-22 10:11:26 -07:00
Kelly Brazil 79cb156441 doc update 2024-03-23 10:58:36 -07:00
Kelly Brazil 1d31d3570a add -x support to iptables parser 2024-03-18 10:52:26 -07:00
Kelly Brazil b84123a09b doc update 2024-03-18 10:26:00 -07:00
Kelly Brazil ad91a71488 doc update 2024-03-15 12:19:14 -07:00
Kelly Brazil 5e88eb0c8b add --module-info support to ethtool parser 2024-03-01 11:43:19 -08:00
Kelly Brazil 48deacf875 doc update 2024-02-28 13:33:56 -08:00
Kelly Brazil 026846650a add apt_cache_show parser. Split list values into an array. fix tests. 2024-02-26 19:56:07 -08:00
Kelly Brazil 850917ada0 remove extra fields from df parser. All size values are now normalized to bytes. Size field is now an integer. 2024-02-26 11:17:42 -08:00
Kelly Brazil bce4eb536a add human readable output support to the free parser 2024-02-26 10:42:26 -08:00
Kelly Brazil ef2a2121b5 add human-readable support to the df parser 2024-02-26 10:00:42 -08:00
Kelly Brazil 25085c3412 doc update 2024-02-14 15:25:22 -08:00
Kelly Brazil 6275591ef1 version bump and doc updates 2024-02-12 21:31:10 -08:00
Kelly Brazil f1177a2606 add more coverage for --quiet cli option 2024-02-12 11:00:27 -08:00
Kelly Brazil 63d1cead90 enhance uptime parser for busybox output with no user info 2024-02-10 11:55:19 -08:00
Kelly Brazil d3e7f09ca3 fix for more graceful handling of missing optional libraries 2024-02-10 11:16:38 -08:00
Kelly Brazil 158c28455b version bump 2024-02-05 18:30:26 -08:00
Kelly Brazil 3fbdffd028 efibootmgr updates 2024-02-06 01:54:31 +00:00
Kelly Brazil f50f96381d doc update 2024-02-06 01:54:31 +00:00
Kelly Brazil 303cd12de3 version bump to v1.25.0 2024-02-06 01:54:31 +00:00
Kelly Brazil b65f37e075 add normalize_key() function and tests 2024-02-06 01:54:31 +00:00
Kelly Brazil c05fa7e9cd add remove_quotes() to utils and use in ini parsers 2024-02-06 01:54:31 +00:00
Kelly Brazil c419e460db doc update 2024-02-06 01:54:31 +00:00
Muescha c332c4febf draft for path and path_list (#513)
* draft for path_list

* updaate doc

* add input check

* fix types

* fix schema: add missing properties

* add _process

* fix _process docs

* refactor: extract path.py parser

* swap order of names alphabetically

* documentation and comments

* path parser: add early return for nodata

* path and path-list parser: add test and fixtures

* typo in file name

* add early return for nodata

* add test and fixtures

* typo in file name

* rename fixtures

* rename fixtures

* refactor to pathlib.Path

* failing on windows - use PurePosixPath

* changed the way to strip dot from suffix

* add POSIX to path

* test commit to see results on windows is failing

* test commit to see results on windows is failing

* add windows path detection

* somehow Path not like the newline from input line

* add test with more items

* remove debug print

* wrap test loops into into subTest

* remove print statements

* add path and path-list to CHANGELOG

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2024-02-06 01:54:31 +00:00
Kelly Brazil 74c7e11948 doc update 2024-02-06 01:54:31 +00:00
Kelly Brazil afbc46076e add ping tests 2024-02-06 01:54:31 +00:00
Kelly Brazil 1e1fc08a47 doc update 2024-02-06 01:54:31 +00:00
Kelly Brazil 9e269f070f update slice help doc 2024-02-06 01:54:31 +00:00