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

3595 Commits

Author SHA1 Message Date
2c09a06b5a add kv_dup parser 2024-02-06 01:54:31 +00:00
fc75ce90d1 refactor alias parsers 2024-02-06 01:54:31 +00:00
45a6cfc9cf add source info to docs 2024-02-06 01:54:31 +00:00
69a0922410 doc update 2024-02-06 01:54:31 +00:00
2bb201a706 fix parser source path 2024-02-06 01:54:31 +00:00
50d5d3a3ba add opposite endian ipv6 addresses for s390x and other Big Endian architecture support 2024-02-06 01:54:31 +00:00
b14a8980b8 add more info for unit tests 2024-02-06 01:54:31 +00:00
de6aa1cc92 change \n to echo to create new lines 2024-02-06 01:54:31 +00:00
c4dcedb269 Update docgen.sh: add link to source 2024-02-06 01:54:31 +00:00
140a61702b Revert "More nsd fixes" (#526) 2024-01-26 14:22:13 -08:00
4d3fc07e3b More nsd fixes (#523)
* Update nsd_control.py

support catz output

* Update nsd_control.py

fix parsing of catz zones

* add testdata

add corresponding catz testdata
2024-01-26 14:20:33 -08:00
dcc4d35d55 Merge branch 'dev' into master 2023-12-21 22:02:56 +00:00
cfb30b32f3 Update CONTRIBUTING.md (#509)
* Update CONTRIBUTING.md

fix:
- bullet points
- fix link to custom plugins
- add info about appending to `jc/lib.py`

* Update CONTRIBUTING.md

fix numbering

* typo: lowercase
2023-12-21 07:42:04 -08:00
26f2738471 Merge pull request #502 from kellyjonbrazil/master
sync to dev
2023-12-18 20:13:45 +00:00
2bccd14c5d Merge pull request #499 from kellyjonbrazil/dev
v1.24.0
v1.24.0
2023-12-17 18:08:02 +00:00
0d4823c9de doc update 2023-12-17 09:44:18 -08:00
2a14f56b72 add proc-cmdline tests 2023-12-16 13:18:14 -08:00
fe49759598 doc update 2023-12-16 12:59:35 -08:00
ee737a59eb doc update 2023-12-16 12:55:29 -08:00
517ab10930 add proc-cmdline parser 2023-12-16 12:09:37 -08:00
604fb574be doc update 2023-12-16 11:44:11 -08:00
a254ee8d88 add test for issue 490 2023-12-16 11:39:40 -08:00
f784a7a76d doc update 2023-12-10 13:13:57 -08:00
2e33afbe18 doc cleanup 2023-12-10 10:53:28 -08:00
103bb174fc rename pkg-index-alpine to pkg-index-apk 2023-12-10 10:49:05 -08:00
2a76a64fa1 schema update 2023-12-10 10:41:20 -08:00
c8fb56c601 formatting 2023-12-10 10:41:09 -08:00
e835227027 doc update 2023-12-10 10:30:05 -08:00
88ffcaee56 update schema. fix no-data output to match other parsers. 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 2023-12-09 17:01:03 -08:00
2630049ab7 possible fix for infinite loop issue 2023-12-09 16:14:27 -08:00
47c7e081f3 doc update 2023-12-09 11:45:26 -08:00
ef7f755614 doc update 2023-12-09 11:41:45 -08:00
32bd7ffbf6 formatting updates 2023-12-09 11:41:22 -08:00
347097a294 add convert_size_to_int function 2023-12-09 11:41:06 -08:00
356857f5d6 rename deb-packages-index to pkg-index-deb 2023-12-09 10:17:48 -08:00
ee12c52291 rename apkindex parser to pkg-index-alpine 2023-12-09 10:03:33 -08:00
0e7ebf4dc1 feat(iftop): add iftop-scanning (#484)
* feat(iftop): add iftop-scanning

this is not even an MVP, but I would like it to exist to allow per client json aggregation

also, a future use is a stream response

* fix typos and test first regex

* add more iftop fun

* Update iftop.py

* add tests and json

Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com>

* feat: make work and add tests

Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com>

* add completion

* change schema for query looping

* fix: tests

* fix review comments

* feat: add byte parsing

* add no-port to options

* remove completion and format dep

Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com>

* Update setup.py

* Update iftop.py

---------

Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com>
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-12-07 18:22:53 -08:00
f1e0cec9d6 add apkindex parser 2023-12-04 14:01:30 -08:00
d96a2a8623 APKINDEX parser (#487) (#491)
* APKINDEX parser (#487)

* Missing space in doc
2023-12-04 13:35:04 -08:00
1b1bc46222 Remove redundant Python 2 code (#493)
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-12-04 13:03:15 -08:00
d5a8b4eed2 remove deprecated iso-datetime parser 2023-12-04 11:35:37 -08:00
5ddd4f0e86 version bump to 1.24.0 2023-12-04 11:33:04 -08:00
8b94c326de add no data test 2023-12-04 09:59:28 -08:00
29b012e66d Add support for Python 3.12 (#492)
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-12-04 09:55:07 -08:00
572a3207cd doc update 2023-11-28 11:23:47 -08:00
2a88f2be6b fix mypy issues 2023-11-28 11:21:13 -08:00
3de6eac1ad swapon parser (#383) (#489)
* swapon parser

* revert lib

* fix lib

* Added tests

* Fix tests

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-11-28 11:15:40 -08:00
f44260603e doc update 2023-11-24 10:38:33 -08:00
1c60f5355e convert one more field to integer 2023-11-24 09:45:56 -08:00