-
Notifications
You must be signed in to change notification settings - Fork 212
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
Dev v1.25.4 #618
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) Adjust the expected output in `test_ip_address_ipv6_6to4` to account for `is_global`/`is_private` changes for 6to4 addresses in Python 3.12.4 and Python 3.13.0. Fixes #572 Co-authored-by: Kelly Brazil <[email protected]>
… addresses on macOS
* feat: add icmp error handle into linux_parse * refactor: fixed timestamp offset logic(including error-response-type condition)
* df: convert_size_to_int as binary * tests: Update df -h expected output --------- Co-authored-by: Kelly Brazil <[email protected]>
This commit fixes the controller parser scheme in order to take care and extract some extra attributes, the manufacturer and version. The order of the attributes appearing in the regexp scheme must follow the order they appear in the `bluetoothctl show` outputs. A new test has been added to test outputs with these extra attrs. Co-authored-by: Kelly Brazil <[email protected]>
* feat: Introduce ipconfig parser * fix: add parsing support for "connection_specific_dns_suffix_search_list" and windows XP ipv4 addresses, remove dateutil dependency * fix: introduce unit tests, correct import of datetime * fix: changed preferred to status to account for other ip statuses, and parsed link local ipv6 prefix length * fix: compress _parse_header_line and _parse_adapter_line + fix casing in unit test file --------- Co-authored-by: Kelly Brazil <[email protected]>
* fix: enforce word boundaries while checking state presence * fix: add tests for the special netstat case with space in process name --------- Co-authored-by: Kelly Brazil <[email protected]>
Example ':'*100 Co-authored-by: Kelly Brazil <[email protected]>
* add more parsing functionality for transfering state * add additional/conditional fields into the schema --------- Co-authored-by: Kelly Brazil <[email protected]>
* feat: add parser to parse the output of wg * fixup! feat: add parser to parse the output of wg * feat: Add tests for windows 10 --------- Co-authored-by: Kelly Brazil <[email protected]>
kellyjonbrazil
added a commit
that referenced
this pull request
Dec 20, 2024
Merge pull request #618 sync dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ipconfig
command parser (ipconfig
for Windows)pacman
command parserwg show
command parserethtool
parser to supportlink_partner_advertised_link_modes
ifconfig
parser to supportutun
interfaces with assigned IPv4 addresses on macOSnsd-control
parser with additional state fieldsping-s
streaming parser to support error repliesbluetoothctl
parser when extra attributes likemanufacturer
andversion
existdf
parser to correctly output binary vs. decimal size outputsip-address
parser for Python 3.13 changes to IPv4 mapped IPv6 addressesiw-scan
parser to output more fields (still beta quality)mount
parser for cases where there are spaces in the filesystem namenetstat
parser for cases where there are spaces in the program namepkg-index-deb
,apt-cache-show
, andrpm-qi
parsers to correctly convert contiguous packages with the same nametraceroute
parser to support extreme IPv6 casesuptime
parser for data that containsuser
instead ofusers
yaml
parser to support values that start with an equal signjc.utils.convert_size_to_int()
to addposix_mode
anddecimal_bias
parameters