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

3713 Commits

Author SHA1 Message Date
63c271b837 add tests 2023-10-23 15:39:13 -07:00
741b2d1c1d version bump 2023-10-23 15:15:07 -07:00
47d4335890 fix for multi-word remote 2023-10-23 15:14:28 -07:00
81f721f1ab doc update 2023-10-23 14:33:40 -07:00
c4e1068895 move print statements 2023-10-23 14:06:04 -07:00
a77bb4165a fix tests for different xmltodict versions 2023-10-23 12:49:06 -07:00
3cd2dce496 formatting 2023-10-23 08:01:50 -07:00
46a8978740 doc update 2023-10-23 07:54:14 -07:00
3161c48939 fix for older xmltodict library versions 2023-10-23 07:53:39 -07:00
a89a9187f8 version bump 2023-10-23 07:53:16 -07:00
d9e0aa5b93 Merge pull request #475 from kellyjonbrazil/master
Merge pull request #473 from kellyjonbrazil/dev
2023-10-23 14:48:55 +00:00
d298e101e9 Merge pull request #473 from kellyjonbrazil/dev
Dev v1.23.5
v1.23.5
2023-10-21 12:23:25 -07:00
cea975d7f1 doc update 2023-10-21 12:12:43 -07:00
1ed69f9e6a doc update and fix tests 2023-10-21 12:09:18 -07:00
ab0e05ec82 only set colors if pygments is installed 2023-10-21 12:01:09 -07:00
c16cce4bf0 add tests 2023-10-13 08:52:14 -07:00
d3489536a1 add "7" as a netstat raw state 2023-10-12 17:25:40 -07:00
041050ce28 Fix bug in split when program running on UDP contains space in name (#447)
* Add condition before split.

* Safe detection of 'state' presence.

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-10-12 17:21:06 -07:00
7de1a8a5d6 add more tests (#468)
add all test-cases
2023-10-05 17:09:35 -07:00
d4604743d1 add multiline value support to env parser 2023-10-02 16:30:56 -07:00
0b8fb31298 doc update 2023-10-02 08:35:36 -07:00
dcdd79e28c doc update 2023-10-02 08:34:14 -07:00
5291baeb8e fixup variable names 2023-10-02 08:32:41 -07:00
6867102c66 doc update 2023-10-01 18:13:27 -07:00
36ed2c7e2e add lsb_release parser 2023-10-01 18:12:22 -07:00
4ab0aba9d3 doc update 2023-10-01 17:42:42 -07:00
e643badaf7 add os-release parser 2023-10-01 17:42:00 -07:00
d96e96219e add comment support to xml parser 2023-10-01 11:49:50 -07:00
e42af3353e fix pidstat parsers for -T ALL option 2023-10-01 11:25:56 -07:00
4ec2b16f42 doc fix 2023-09-30 16:18:32 -07:00
0a028456bf add nsd-control parser 2023-09-30 15:45:29 -07:00
a1f10928e1 Add nsd-control (#454)
* Create nsd_control.py

Init nsd_control.py

* cleanup nsd-control + add test data

- Cleanup nsd-control parser
- Add test data

* add test script

add test script + fix test data

* Update test_nsd_control.py

fix a default test

* Update test_nsd_control.py

nit
2023-09-30 15:36:52 -07:00
eae1d4b89a doc update 2023-09-30 15:34:29 -07:00
d3c7cec333 add host parser 2023-09-30 15:32:27 -07:00
36fa08d711 Add ISC 'host' support (#450)
* Add ISC 'host' support

Add ISC 'host' command support

* Update host.py

remove leading tab from string

* Add integer conversion

Per request, fix integer conversion

* Cleanup

Cleanup strip()'s

* Add tests

Add two tests for the 'host' parser

* Update test_host.py

nit

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-09-30 15:26:03 -07:00
a9958841e4 doc update 2023-09-30 15:23:29 -07:00
504ad81a01 version bump 2023-09-30 15:21:29 -07:00
8bf2f4f4d0 [xrandr] Fix 453 devices issue (#455)
* [xrandr] Fix bug 453, clean up data model

* Fix: 'devices' was originally not a list, just assigned each time it
was parsed. Made that a list and appended to it.
* Removed distinction between unassociated/associated devices
* Added test for @marcin-koziol's problem
* Put tests into separate test methods

* Formatting cleanup

* Backwards compatible type syntax

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-09-30 15:19:14 -07:00
805397ea18 doc update 2023-09-30 15:15:29 -07:00
1b3985c2d7 Adds graceful handling of superfluous bits in bit strings (#459)
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-09-30 15:12:18 -07:00
f602043642 fix for negative serial numbers 2023-09-30 15:06:28 -07:00
1a1aa8fda3 Adds graceful handling of negative serial numbers in x509 certificates (#445)
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-09-30 15:02:55 -07:00
3249a017ae add dest-unreachable test 2023-09-15 12:09:38 -07:00
84f0246b2d move int/float conversions to _process 2023-09-14 18:15:28 -07:00
1c795982b0 add error and corrupted fields to ping-s 2023-09-14 13:03:45 -07:00
c5164b4108 doc update 2023-09-10 15:20:11 -07:00
dc3716ecb3 add errors and corrupted support 2023-09-10 15:18:32 -07:00
c5165ccc21 version bump 2023-09-10 15:18:23 -07:00
5b2035e0e6 Add support for corrupted and errors in linux ping. (#442)
* Add support for corrupted and errors in linux ping.

* Fix regular expressions

* Workaround to keep compatibility with current tests

---------

Co-authored-by: Jose Miguel Guzman <jmguzman@whitestack.com>
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2023-08-25 10:31:17 -07:00
5205154aaf add percent_wait to float conversion 2023-08-21 17:18:07 -07:00