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

2329 Commits

Author SHA1 Message Date
e2ffef57b9 fix test 2022-02-28 12:20:39 -08:00
002caa9fb3 add fedora tests 2022-02-28 12:19:02 -08:00
b7c6faf3da enhance error message 2022-02-25 11:23:20 -08:00
554ca61d17 add tests 2022-02-25 11:19:20 -08:00
7b9722d255 fix formatting 2022-02-24 21:21:02 -08:00
5505bde8ef doc update 2022-02-24 20:53:54 -08:00
dbcd9a4060 bump version to 1.0 2022-02-24 20:52:28 -08:00
4bdeb2b3aa simplify warning message 2022-02-24 20:52:18 -08:00
6ae1d03187 doc fix 2022-02-24 20:47:15 -08:00
f75b06abe4 doc update 2022-02-24 20:43:20 -08:00
1923925710 update changelog 2022-02-24 20:35:00 -08:00
2c5c57ae04 version bump 2022-02-24 20:33:10 -08:00
f4d11d697e finish use cases and doc 2022-02-24 20:31:58 -08:00
7f409b7082 enhance ParseError cli message 2022-02-24 20:31:09 -08:00
937fa5aad2 split dhcp options 2022-02-24 18:22:19 -08:00
19dcef5135 firm up flow. add/remove text. parse routes 2022-02-24 17:10:39 -08:00
3d01356461 add text_kv function 2022-02-24 14:53:26 -08:00
2d6f666fa4 add dev show and conn show parsers 2022-02-24 12:21:13 -08:00
4dda895f12 initial nmcli parser 2022-02-24 11:25:14 -08:00
52617b1722 Merge pull request #208 from kellyjonbrazil/master
sync to dev
2022-02-21 16:35:12 +00:00
961968a0fc fix schema 2022-02-14 15:14:22 -08:00
f026a788e5 add xrandr example 2022-02-14 11:30:03 -08:00
2f7c03eb35 Merge pull request #207 from kellyjonbrazil/dev
Dev v1.18.3
v1.18.3
2022-02-14 10:36:08 -08:00
3afaa48eee doc update 2022-02-14 10:31:41 -08:00
3201452564 add -p to example 2022-02-14 10:06:09 -08:00
7ee1e34fc7 doc update 2022-02-14 10:03:52 -08:00
67dbf05016 add type annotations 2022-02-14 09:58:31 -08:00
4ac9f2e3da doc update 2022-02-14 09:37:37 -08:00
3f5f6e39a7 formatting 2022-02-14 09:20:16 -08:00
4723db8e3c doc updates 2022-02-14 09:14:46 -08:00
ca914ec77d add nodata test 2022-02-14 09:14:38 -08:00
dcc7f3f357 Merge pull request #204 from lyterk/xrandr
New parser: xrandr
2022-02-13 17:45:53 -08:00
cbdc666236 Return empty object if no results and filenames
- If no results are returned, return {} instead of {"screens": [],
"unassociated_devices": []}
- simple_xrandr -> xrandr_simple
2022-02-09 22:06:23 -08:00
184ef3a1fa doc update 2022-02-08 14:45:33 -08:00
c732f75944 doc update 2022-02-08 14:43:14 -08:00
7a1ae4f5fc add library tests 2022-02-08 13:32:22 -08:00
d04bc3757c add xrandr 2022-02-08 07:33:26 -08:00
73e8391653 formatting 2022-02-07 16:58:06 -08:00
f6c1463c15 formatting 2022-02-07 16:31:43 -08:00
d392c7f901 doc update 2022-02-07 15:44:54 -08:00
d0387f5820 add timestamp format hints for better performance 2022-02-07 15:44:46 -08:00
76f92908a3 add format hints for performance optimization 2022-02-07 15:43:24 -08:00
1a115da67b add lru_cache maxsize for python 3.7 support 2022-02-07 08:34:34 -08:00
f0a37ccf30 use lru_cache for significant performance boost to timestamp 2022-02-07 08:30:11 -08:00
f331f53a53 use !r formatting instead of quotes 2022-02-07 08:06:48 -08:00
8611aff06b add examples 2022-02-07 06:42:35 -08:00
2f3f78e8d3 refine streaming parsers 2022-02-07 06:29:17 -08:00
d1e0ee6123 use new streaming functions 2022-02-06 08:56:18 -08:00
45314c9808 move some functions to streaming 2022-02-06 08:55:42 -08:00
df00945b46 move try/except inside for loop 2022-02-04 16:03:44 -08:00