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

2062 Commits

Author SHA1 Message Date
ad12849fd9 update docs example and 2021-10-23 11:08:05 -07:00
f36b3789e8 formatting 2021-10-22 15:39:02 -07:00
6d18c0ba61 change variable name last_attribute and last_attr to last_item 2021-10-22 15:37:40 -07:00
17097abec9 formatting 2021-10-22 15:28:44 -07:00
b7ddd3b285 change variable names 2021-10-22 15:23:04 -07:00
75b23f62c9 working configuration_descriptor and device_descriptor attributes 2021-10-22 15:18:55 -07:00
f88967b2a5 add attribute lists up to interface_association 2021-10-22 15:02:04 -07:00
ba2846664b edpoint_descriptors attributes working 2021-10-22 13:40:01 -07:00
10dba37ca2 hub_descriptor attributes working 2021-10-22 12:49:57 -07:00
0e6f938514 working hub_port_status section 2021-10-22 10:31:26 -07:00
159d87c112 add length guard and test for uname with no -a on linux 2021-10-22 07:14:21 -07:00
9e7b1621cf device_status working 2021-10-21 16:59:28 -07:00
2057817ef8 add uname tests 2021-10-20 15:59:27 -07:00
a1eabad2d3 add comments 2021-10-20 15:58:43 -07:00
92bf2b1ca2 simplify fixup logic for uname 2021-10-20 15:27:14 -07:00
2b2123a4ba add FreeBSD support 2021-10-20 07:34:37 -07:00
908b2f9200 add items 2021-10-19 16:16:25 -07:00
deff0c7bfd remove print debug 2021-10-19 16:05:10 -07:00
7cd01efa64 fixup for cases where the 'process' and/or 'machine' fields are blank on linux 2021-10-19 16:01:56 -07:00
2dbe56456b add nested_dict. start work on hub_port_status and device_status 2021-10-15 11:43:15 -07:00
6078a411ef add initial schema doc 2021-10-13 11:07:09 -06:00
4a3656562f del null keys 2021-10-13 07:26:31 -06:00
ba75989a24 update comments 2021-10-12 22:51:45 -06:00
9e9e2c3628 move state instantiation before has_data test 2021-10-12 22:40:39 -06:00
9a2a8c6b61 shorten set_sections 2021-10-12 22:38:03 -06:00
dae42ef161 add hub_port_status and device_status 2021-10-12 15:55:09 -06:00
931f2cab78 add hub_descriptor 2021-10-12 12:38:40 -07:00
72b061bed4 add endpoint_descriptors 2021-10-12 12:29:59 -07:00
29a7c73990 add hid_device_descriptor and report_descriptors 2021-10-12 11:24:49 -07:00
2d1d68e300 simplify populate_lists. Add CDC lists 2021-10-12 09:57:47 -07:00
c5c1e170d1 interface descriptors working 2021-10-11 21:33:18 -07:00
9c1bb66452 fix remove _state field during schema_populate 2021-10-11 07:48:23 -07:00
a4f3306bae initial schema build. need to figure out why deleting _state from output_line causes exceptions 2021-10-10 22:18:13 -07:00
1bc638b6ee add bus_list and add all device_list data to the list 2021-10-10 10:03:39 -07:00
9ad0cd9dae now storing state within the objects to make building the schema (later) easier. 2021-10-09 20:05:55 -07:00
6d4a469127 use class for state 2021-10-06 22:03:16 -07:00
ed6997e3ff add interface_association section 2021-10-05 16:47:23 -07:00
eb788fca6e somewhat working lsusb parser. needs a lot more TLC 2021-10-05 14:59:49 -07:00
9186f5f377 fix file parser for gzip cases (has ': ' in the description, which is the delimiter) 2021-10-02 14:53:07 -07:00
30cff5f281 add note that the streaming parser outputs JSON Lines 2021-09-27 10:35:08 -07:00
b724e0969a -qq instead of -q 2021-09-26 20:22:16 -07:00
a62c49e871 Merge pull request #172 from kellyjonbrazil/master
sync master to dev
2021-09-26 16:35:29 -07:00
9b160f6279 link update 2021-09-26 16:29:36 -07:00
338a4e2612 formatting 2021-09-26 16:27:15 -07:00
0140688750 link updates 2021-09-26 16:24:18 -07:00
73e5ea98c1 Merge pull request #170 from kellyjonbrazil/dev
jc v1.17.0 from dev
v1.17.0
2021-09-26 14:55:18 -07:00
77dcbc544d final doc update 2021-09-26 14:50:02 -07:00
c7bcb0947a indent subsequent error and warning lines 2021-09-26 13:20:42 -07:00
5cd3f7f71d Add example to raise ParseError if there is no output data to yield 2021-09-26 13:15:35 -07:00
5044388ab2 raise if line data is unrecognized 2021-09-26 13:04:27 -07:00