Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev v1.25.4 #618

Merged
merged 53 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0350607
fix for space if filesystem name
kellyjonbrazil Jun 18, 2024
921133f
version bump
kellyjonbrazil Jun 18, 2024
9eb4df3
adjust expected test_ip_address_ipv6_6to4 output for Python 3.12.4 (#…
mgorny Jun 18, 2024
c68c919
add mount test
kellyjonbrazil Jun 19, 2024
9f5532d
formatting
kellyjonbrazil Jun 19, 2024
71af0c5
fix for IPv4 mapped IPv6 address changes in Python 3.13
kellyjonbrazil Sep 6, 2024
40eb2b7
fix uptime for "user" instead of "users"
kellyjonbrazil Sep 8, 2024
c26f064
enhance ifconfig parser to support utun interfaces with assigned ipv4…
kellyjonbrazil Sep 8, 2024
8a22f8a
add support for Link partner advertised link modes to ethtool parser
kellyjonbrazil Sep 8, 2024
1593d0b
Add error type support for Linux Ping (#575)
Mabuchin Sep 8, 2024
b054b1b
doc update
kellyjonbrazil Sep 8, 2024
b66c5db
doc update
kellyjonbrazil Sep 13, 2024
5c855e4
fix 6to4 test for python backports
kellyjonbrazil Sep 17, 2024
413519e
#592: Handle df size suffixes as binary (#593)
cdleonard Sep 23, 2024
97e9798
add posix_mode to utils/convert_size_to_int and use in df
kellyjonbrazil Sep 23, 2024
f2a8e00
add tests and doc update
kellyjonbrazil Sep 23, 2024
0955598
formatting
kellyjonbrazil Sep 23, 2024
0f367a4
formatting
kellyjonbrazil Sep 23, 2024
d9363ae
doc update
kellyjonbrazil Sep 26, 2024
aec3e3c
force github test
kellyjonbrazil Oct 17, 2024
ba6e1e6
fix for python backports for ipv6 output
kellyjonbrazil Oct 17, 2024
b7cf0ca
flip is_reserved to false for python ipv6 backports
kellyjonbrazil Oct 17, 2024
05f3e4e
fixup tests
kellyjonbrazil Oct 17, 2024
78150de
doc update
kellyjonbrazil Oct 17, 2024
c5e0642
Fix broken controller regexp scheme in the bluetoothctl parser (#599)
tzeikob Oct 18, 2024
2df5e79
doc update
kellyjonbrazil Oct 18, 2024
a2e0e6d
feat: Add Windows ipconfig parser to jc (#596)
joehacksalot Oct 18, 2024
95672c2
doc update
kellyjonbrazil Oct 18, 2024
6072ea0
doc update
kellyjonbrazil Oct 18, 2024
2613326
use jc.utils.timestamp() for datetime conversions
kellyjonbrazil Oct 20, 2024
a8f769e
doc update
kellyjonbrazil Oct 20, 2024
e858faa
fix for contiguous packages with the same name
kellyjonbrazil Nov 19, 2024
fa41608
Fix/spaces in program name (#608)
Luigi31415 Nov 19, 2024
c0f9b70
doc update
kellyjonbrazil Nov 19, 2024
0af4a3a
fix: New RE_PROBE_IPV6_ONLY with better complexity in worst case (#609)
AlekseyLobanov Nov 19, 2024
4cb8897
add long ipv6 test
kellyjonbrazil Nov 19, 2024
2278c7e
doc update
kellyjonbrazil Nov 19, 2024
a8b231d
nsd-control parser update, zone transfer status (#607)
pettai Nov 19, 2024
34ab34c
doc update
kellyjonbrazil Nov 19, 2024
7ddd2a4
fix yaml parser to support values starting with an equal sign
kellyjonbrazil Nov 19, 2024
7887789
coerce non-json-serializable objects to strings
kellyjonbrazil Nov 20, 2024
7d33850
fix: Edit pythonapp.yml workflow to run on non-draft PRs (#617)
Luigi31415 Nov 24, 2024
7fbe1e9
Add WireGuard (wg) Command Output Parser (#606)
Luigi31415 Nov 24, 2024
be1dd03
doc update
kellyjonbrazil Nov 24, 2024
95cba21
initial pacman parser
kellyjonbrazil Nov 24, 2024
ef9ca93
Some processing completed
kellyjonbrazil Nov 25, 2024
6ae2e17
add examples and tests
kellyjonbrazil Nov 25, 2024
6ceaa77
doc update
kellyjonbrazil Nov 25, 2024
0be6528
convert size fields and fix issue for optional_deps without a descrip…
kellyjonbrazil Nov 25, 2024
53dd28b
doc update
kellyjonbrazil Nov 25, 2024
3665892
update calculated fields
kellyjonbrazil Nov 26, 2024
a2b5d41
minor fix to iw-scan to parse more fields
kellyjonbrazil Nov 26, 2024
025d00e
Merge branch 'master' into dev
kellyjonbrazil Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc update
  • Loading branch information
kellyjonbrazil committed Nov 19, 2024
commit c0f9b705c6dcfdd3badb45864c5557449946fa23
7 changes: 4 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
jc changelog

20241118 v1.25.4
20241119 v1.25.4
- Add `ipconfig` command parser (`ipconfig` for Windows)
- Enhance `ping-s` streaming parser to support error replies
- Enhance `ethtool` parser to support `link_partner_advertised_link_modes`
- Enhance `ifconfig` parser to support `utun` interfaces with assigned IPv4 addresses on macOS
- Enhance `ping-s` streaming parser to support error replies
- Fix `bluetoothctl` parser when extra attributes like `manufacturer` and `version` exist
- Fix `df` parser to correctly output binary vs. decimal size outputs
- Fix `mount` parser for cases where there are spaces in the filesystem name
- Fix `ip-address` parser for Python 3.13 changes to IPv4 mapped IPv6 addresses
- Fix `mount` parser for cases where there are spaces in the filesystem name
- Fix `netstat` parser for cases where there are spaces in the program name
- Fix `pkg-index-deb`, `apt-cache-show`, and `rpm-qi` parsers to correctly convert contiguous packages with the same name
- Fix `uptime` parser for data that contains `user` instead of `users`
- Enhance `jc.utils.convert_size_to_int()` to add `posix_mode` and `decimal_bias` parameters
Expand Down
2 changes: 1 addition & 1 deletion jc/parsers/netstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@

class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.15'
version = '1.16'
description = '`netstat` command parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
Expand Down
Loading