1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-15 00:05:11 +02:00
Commit Graph

149 Commits

Author SHA1 Message Date
921133f3ac version bump 2024-06-18 08:47:24 -07:00
6e17ed6f62 version bump 2024-04-22 10:11:26 -07:00
6275591ef1 version bump and doc updates 2024-02-12 21:31:10 -08:00
158c28455b version bump 2024-02-05 18:30:26 -08:00
303cd12de3 version bump to v1.25.0 2024-02-06 01:54:31 +00:00
2d5d87c73d version bump and doc update 2024-02-06 01:54:31 +00:00
5ddd4f0e86 version bump to 1.24.0 2023-12-04 11:33:04 -08:00
59b89ecbd4 version bump 2023-10-24 15:24:33 -07:00
a89a9187f8 version bump 2023-10-23 07:53:16 -07:00
f500de3af6 version bump 2023-08-21 17:17:34 -07:00
4cd721be85 Dev v1.23.4 (#439)
* version bump

* fix regex for crlf line endings

* Completed Ip_route parser (#429)

* tests

* Merge pull request #398 from kellyjonbrazil/dev

Dev v1.23.2

* Merge pull request #398 from kellyjonbrazil/dev

Dev v1.23.2

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
Co-authored-by: Jjack3032 <julian.jackson@parsons.us>

* formatting

* doc update

* use splitlines

* formatting

* formatting

* Parser for `find` linux command (#434)

* Added find parser and tests for Centos 7.7 and Ubuntu 18.04

* Added a test file, changed logic, and included a case for permission denied returned by find.

* Added a few more lines to the tests

* Changed logic for setting values to null and updated test cases.

* doc update

* doc update

* Added proc_net_tcp parser (#421)

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>

* clean up net_tcp parser

* add resolve.conf test files

* doc update

* add resolve.conf parser

* doc update

* add sortlist functionality

* add resolve.conf parser tests

* doc update

---------

Co-authored-by: Julian5555 <58196809+Julian5555@users.noreply.github.com>
Co-authored-by: Jjack3032 <julian.jackson@parsons.us>
Co-authored-by: solomonleang <124934439+solomonleang@users.noreply.github.com>
Co-authored-by: AlvinSolomon <41175627+AlvinSolomon@users.noreply.github.com>
2023-07-30 10:08:39 -07:00
5023e5be4c Dev v1.23.3 (#426)
* make certificate search more robust to different line endings

* use license_files instead of license_file which is deprecated

* version bump

* parsing extra options -e, -o, -p

* fix for extra opts and different field length at option -[aeop]

* test integration for extra opts -e -o -p

* formatting and use ast.literal_eval instead of eval

* doc update

* doc update

* Add a parser to parse mounted encrypted veracrypt volumes (fixes #403)

* update compatibility warning message

* netstat windows parser

* tests

* Windows route parser

* tests

* id should be a string

* add veracrypt parser and docs

* formatting

* doc update

* lsattr parser

* Update test_lsattr.py

* changed keys to lowercase

* changed info

* support missing data for stat

* doc update

* doc update

* doc update

* ensure compatibility warning prints even with no data

* improve compatibility message

* add support for dig +nsid option

* New parser: srt (#415)

* srt parser

* changed the parser to support more complex cases

* doc updates

* Adding certificate request parser (#416)

* Adding certificate request parser

* Adding the CSR type for Windows-style CSR

---------

Co-authored-by: Stg22 <stephane.for.test@gmail.com>

* doc update

* add csr tests

* Last -x (#422)

* Refactored the parser

* last -x support

* doc update

* fix for ping on linux with missing hostname

* allow less strict email decoding with a warning.

* doc update

* use explicit ascii decode with backslashreplace

* doc update

* use jc warning function instead of print for warning message

* last -x shutdown fix (#423)

* inject quiet setting into asn1crypto library

* Parse appearance and modalias lines for mouse devices (fixes #419) (#425)

The bluetoothctl device parser is implemented so that it aborts the parsing
process immediately returning what it has collected so far. This is because
the parser should work in hydrid way to support outputs comming from bluetoothctl
devices and bluetoothctl info calls.

* doc update

* doc update

---------

Co-authored-by: gerd <gerd.augstein@gmail.com>
Co-authored-by: Jake Ob <iakopap@gmail.com>
Co-authored-by: Mevaser <mevaser.rotner@gmail.com>
Co-authored-by: M.R <69431152+YeahItsMeAgain@users.noreply.github.com>
Co-authored-by: Stg22 <46686290+Stg22@users.noreply.github.com>
Co-authored-by: Stg22 <stephane.for.test@gmail.com>
2023-06-21 15:48:23 -07:00
313bd86e3e doc update 2023-04-02 12:57:56 -07:00
c68bf674a1 add py.typed file to wheel 2023-03-18 15:43:22 -07:00
92ad2068db version bump 2023-03-05 10:06:54 -08:00
4d7a872670 version bump 2023-01-21 10:56:45 -08:00
ae6248227b version bump 2023-01-03 11:53:57 -08:00
33c40874fa version bump and add iwconfig parser 2022-12-23 09:12:09 -08:00
7f1c57b89c version bump 2022-11-17 13:39:59 -06:00
72f233b186 version bump 2022-10-25 11:53:08 -07:00
5486957141 version bump 2022-09-29 09:14:53 -07:00
086cdc559c version bump 2022-09-26 19:50:39 -07:00
5968eb697e fix for ipv6 ip-address parser with older python and version bump 2022-08-29 07:51:27 -07:00
980fc77812 version bump 2022-08-28 11:49:32 -07:00
9adc66af63 version bump to 1.21.0 2022-08-12 17:35:47 -07:00
80de7ed5cb version bump. locale info changes. add ip-address parser 2022-07-27 08:27:28 -07:00
73d0bb8bbd fix url parser for urls ending in slash 2022-07-23 13:33:12 -07:00
8c8d5552c8 version bump 2022-07-15 11:18:13 -07:00
d0bde14a2a version bump 2022-07-05 16:15:35 -07:00
504a04279e version bump 2022-06-01 12:13:50 -07:00
c21c334b73 version bump 2022-05-23 13:43:57 -07:00
acf07a5144 allow install on python 3.6 systems even though it is not supported 2022-05-11 08:00:05 -07:00
97ac965ba5 version bump 2022-04-28 16:23:14 -07:00
e04cd298fb version bump 2022-04-25 19:25:58 -07:00
d5e9074f1c version bump 2022-04-04 11:38:04 -07:00
01f2c1e71f add pidstat parser 2022-03-09 12:13:32 -08:00
306512d6bb force AM/PM to uppercase in date parser 2022-03-05 15:13:47 -08:00
2c5c57ae04 version bump 2022-02-24 20:33:10 -08:00
2986771f07 require python v3.7 and above since v3.6 is now deprecated 2022-02-03 09:21:20 -08:00
84169e1a91 add rsync parser 2022-01-28 14:08:43 -08:00
1f89745fe7 version bump 2022-01-25 11:17:18 -08:00
8e6a31d3da minor fix for macOS binary 2022-01-21 14:08:19 -08:00
fa3f02e9d1 version bump 2022-01-18 13:39:51 -08:00
830674cc6f version bump 2022-01-14 11:47:25 -08:00
32972d8fdb doc update 2022-01-02 11:00:52 -08:00
2e4f5a508b version bump 2021-12-21 12:19:17 -08:00
34cb75a096 version bump 2021-12-08 08:46:00 -08:00
e395142e59 version bump 2021-11-29 16:45:22 -08:00
eb888dcbbc version bump 2021-11-18 08:48:03 -08:00
9186f5f377 fix file parser for gzip cases (has ': ' in the description, which is the delimiter) 2021-10-02 14:53:07 -07:00