1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-05 17:50:11 +02:00

Commit Graph

  • 78d7ab1308 add info about documentation and completions (#531) Muescha 2024-02-04 02:30:22 +01:00
  • 303cd12de3 version bump to v1.25.0 Kelly Brazil 2024-02-02 16:13:31 -08:00
  • b65f37e075 add normalize_key() function and tests Kelly Brazil 2024-02-02 15:14:30 -08:00
  • c05fa7e9cd add remove_quotes() to utils and use in ini parsers Kelly Brazil 2024-02-01 21:02:15 -08:00
  • 264272a8b8 doc update Kelly Brazil 2024-02-01 20:35:33 -08:00
  • 7fadb23fea use convert_size_to_int() Kelly Brazil 2024-02-01 20:34:44 -08:00
  • c419e460db doc update Kelly Brazil 2024-02-01 09:45:16 -08:00
  • 6434ff61bf add HTTP header datetime format Kelly Brazil 2024-01-31 12:15:54 -08:00
  • 45a1be11e2 doc update Kelly Brazil 2024-01-30 20:19:32 -08:00
  • 7659fe470a formatting Kelly Brazil 2024-01-30 20:19:15 -08:00
  • c332c4febf draft for path and path_list (#513) Muescha 2024-01-31 05:04:55 +01:00
  • 2cc212bfab use convert_size_to_int() from utils Kelly Brazil 2024-01-30 14:04:48 -08:00
  • b836ffc583 add tests for convert_size_to_int() Kelly Brazil 2024-01-30 14:04:18 -08:00
  • 29f1a1d425 fix proc doc - output is dict or list of dicts Kelly Brazil 2024-01-30 10:59:39 -08:00
  • 9f78dc6afa proc parser doc update Kelly Brazil 2024-01-30 10:49:19 -08:00
  • 74c7e11948 doc update Kelly Brazil 2024-01-29 14:34:36 -08:00
  • 6ba6dc0374 version bump Kelly Brazil 2024-01-29 14:30:26 -08:00
  • ec0f2569e5 More nsd fixes (#523) pettai 2024-01-26 23:20:33 +01:00
  • 65e30c4440 doc update Kelly Brazil 2024-01-29 09:39:16 -08:00
  • 8d9ebf5dfa doc update Kelly Brazil 2024-01-29 09:38:57 -08:00
  • c3746454ff doc update Kelly Brazil 2024-01-28 18:55:32 -08:00
  • ea0f6493a2 update contributing guide Kelly Brazil 2024-01-28 18:42:33 -08:00
  • afbc46076e add ping tests Kelly Brazil 2024-01-28 17:23:27 -08:00
  • 2b9b6550a7 Fix data_bytes is null in ping -I option (#520) Mabuchin 2024-01-27 07:42:08 +09:00
  • 6fb3c0a409 doc update Kelly Brazil 2024-01-26 12:32:57 -08:00
  • 1b8911ad36 add slurp docs Kelly Brazil 2024-01-26 12:25:26 -08:00
  • cc61b57dd1 add blank line tests to slicer Kelly Brazil 2024-01-26 11:31:59 -08:00
  • 6d679b2895 doc update Kelly Brazil 2024-01-25 18:38:41 -08:00
  • 1e1fc08a47 doc update Kelly Brazil 2024-01-25 18:33:36 -08:00
  • b5c3a03d56 implement slurp by wrapping in a list, adding "_file" for /proc, and further wrapping in {"result": data} when --meta-out is used. Kelly Brazil 2024-01-25 18:09:43 -08:00
  • 9e269f070f update slice help doc Kelly Brazil 2024-01-20 16:05:26 -08:00
  • f863cfdef4 fix for slicing blank lines Kelly Brazil 2024-01-16 14:21:33 -08:00
  • 2cd58d75e7 make parser_shortname more robust Kelly Brazil 2024-01-09 07:53:28 -08:00
  • 03b70eebb7 make /proc slurpable with magic syntax Kelly Brazil 2024-01-08 16:16:33 -08:00
  • 1e76ce2aea doc update Kelly Brazil 2024-01-08 08:21:29 -08:00
  • d9fc1b4242 doc update Kelly Brazil 2024-01-08 07:53:48 -08:00
  • 36a3d2e96d crontab remove double entry in doc (#518) Muescha 2024-01-08 16:52:26 +01:00
  • bf05de1d63 doc update Kelly Brazil 2024-01-06 19:37:20 -08:00
  • cae41df1d8 add get_parser tests Kelly Brazil 2024-01-06 18:29:40 -08:00
  • 8e9ff7fa9f refactor to use get_parser() Kelly Brazil 2024-01-06 18:23:46 -08:00
  • 973c535c72 extract to public jc.get_parser(parser_name) (#516) Muescha 2024-01-07 01:22:02 +01:00
  • 8614d3dde9 remove unused imports and RegEx (#515) Muescha 2024-01-06 20:16:14 +01:00
  • a73ee47bcf move slurp error message so it will work for all parser types Kelly Brazil 2024-01-05 17:44:30 -08:00
  • d54a81831f update slicer to use utils.line_slice() Kelly Brazil 2024-01-05 17:24:32 -08:00
  • 73ae1396b9 enhance slurp error message Kelly Brazil 2024-01-05 16:58:15 -08:00
  • 3399e8551e add slurpable_parser_mod_list test Kelly Brazil 2024-01-05 16:50:49 -08:00
  • b9656c2fae add line_slice tests Kelly Brazil 2024-01-05 16:46:31 -08:00
  • e08ccb7942 add slurp test. fix cli_json_out_pretty test Kelly Brazil 2024-01-05 15:36:50 -08:00
  • 9b648e8560 doc update Kelly Brazil 2024-01-05 15:06:55 -08:00
  • c97a8fb48f add line_slice function Kelly Brazil 2024-01-05 15:05:59 -08:00
  • 3a95407161 back out slurp array flattening code Kelly Brazil 2024-01-05 13:47:06 -08:00
  • 7609af28b3 doc update Kelly Brazil 2024-01-04 10:42:23 -08:00
  • c2b2e81a2b add more slurpable parsers Kelly Brazil 2024-01-04 10:40:06 -08:00
  • 3b0594a4a6 flatten slurp output if parser outputs a list Kelly Brazil 2024-01-04 10:39:47 -08:00
  • 2b0b9dd7ba doc update Kelly Brazil 2024-01-03 17:27:36 -08:00
  • f159dd6b9d Add plugins support 4 snapcraft (#512) don Rumata 2024-01-04 04:02:45 +03:00
  • 2d5d87c73d version bump and doc update Kelly Brazil 2024-01-03 15:57:08 -08:00
  • a260ceba1c add slurp functionality Kelly Brazil 2024-01-03 13:55:31 -08:00
  • 6c30b8106c use PurePosixPath to fix tests running on Windows Kelly Brazil 2023-12-22 14:42:13 -08:00
  • a23921c879 doc update Kelly Brazil 2023-12-22 14:38:01 -08:00
  • 3999276d17 add parent, filename, stem, and extension to schema Kelly Brazil 2023-12-22 14:36:12 -08:00
  • 65bd4850f2 doc update Kelly Brazil 2023-12-22 11:50:56 -08:00
  • d71c2d2b20 add kv_dup tests Kelly Brazil 2023-12-22 11:48:23 -08:00
  • 6dd5b29998 fix to make None values always a blank string Kelly Brazil 2023-12-22 11:41:24 -08:00
  • 1868b28f74 doc fix Kelly Brazil 2023-12-22 10:10:59 -08:00
  • e8c0bef6ca doc update Kelly Brazil 2023-12-22 09:45:43 -08:00
  • 2c09a06b5a add kv_dup parser Kelly Brazil 2023-12-22 09:43:35 -08:00
  • fc75ce90d1 refactor alias parsers Kelly Brazil 2023-12-22 09:43:21 -08:00
  • 45a6cfc9cf add source info to docs Kelly Brazil 2023-12-21 14:55:21 -08:00
  • 69a0922410 doc update Kelly Brazil 2023-12-21 14:52:38 -08:00
  • 2bb201a706 fix parser source path Kelly Brazil 2023-12-21 14:52:24 -08:00
  • 50d5d3a3ba add opposite endian ipv6 addresses for s390x and other Big Endian architecture support Kelly Brazil 2023-12-21 14:47:13 -08:00
  • b14a8980b8 add more info for unit tests Kelly Brazil 2023-12-21 14:13:27 -08:00
  • de6aa1cc92 change \n to echo to create new lines muescha 2023-12-21 22:32:12 +01:00
  • c4dcedb269 Update docgen.sh: add link to source Muescha 2023-12-21 21:10:59 +01:00
  • 140a61702b Revert "More nsd fixes" (#526) Kelly Brazil 2024-01-26 22:22:13 +00:00
  • 4d3fc07e3b More nsd fixes (#523) pettai 2024-01-26 23:20:33 +01:00
  • dcc4d35d55 Merge branch 'dev' into master Kelly Brazil 2023-12-21 22:02:56 +00:00
  • cfb30b32f3 Update CONTRIBUTING.md (#509) Muescha 2023-12-21 16:42:04 +01:00
  • 26f2738471 Merge pull request #502 from kellyjonbrazil/master Kelly Brazil 2023-12-18 20:13:45 +00:00
  • 2bccd14c5d Merge pull request #499 from kellyjonbrazil/dev v1.24.0 Kelly Brazil 2023-12-17 18:08:02 +00:00
  • 0d4823c9de doc update Kelly Brazil 2023-12-17 09:44:18 -08:00
  • 2a14f56b72 add proc-cmdline tests Kelly Brazil 2023-12-16 13:18:14 -08:00
  • fe49759598 doc update Kelly Brazil 2023-12-16 12:59:35 -08:00
  • ee737a59eb doc update Kelly Brazil 2023-12-16 12:55:29 -08:00
  • 517ab10930 add proc-cmdline parser Kelly Brazil 2023-12-16 12:09:37 -08:00
  • 604fb574be doc update Kelly Brazil 2023-12-16 11:44:11 -08:00
  • a254ee8d88 add test for issue 490 Kelly Brazil 2023-12-16 11:39:40 -08:00
  • f784a7a76d doc update Kelly Brazil 2023-12-10 13:13:57 -08:00
  • 2e33afbe18 doc cleanup Kelly Brazil 2023-12-10 10:53:28 -08:00
  • 103bb174fc rename pkg-index-alpine to pkg-index-apk Kelly Brazil 2023-12-10 10:49:05 -08:00
  • 2a76a64fa1 schema update Kelly Brazil 2023-12-10 10:41:20 -08:00
  • c8fb56c601 formatting Kelly Brazil 2023-12-10 10:41:09 -08:00
  • e835227027 doc update Kelly Brazil 2023-12-10 10:30:05 -08:00
  • 88ffcaee56 update schema. fix no-data output to match other parsers. Kelly Brazil 2023-12-10 10:29:58 -08:00
  • a9ba98847c update _device_pattern regex for Freezing with 100% CPU when parsing Xrandr output - 1.23.6 #490 Kelly Brazil 2023-12-09 17:01:03 -08:00
  • 2630049ab7 possible fix for infinite loop issue Kelly Brazil 2023-12-09 16:14:27 -08:00
  • 47c7e081f3 doc update Kelly Brazil 2023-12-09 11:45:26 -08:00
  • ef7f755614 doc update Kelly Brazil 2023-12-09 11:41:45 -08:00
  • 32bd7ffbf6 formatting updates Kelly Brazil 2023-12-09 11:41:22 -08:00