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

v1.24.0 #499

Merged
merged 63 commits into from
Dec 17, 2023
Merged

v1.24.0 #499

merged 63 commits into from
Dec 17, 2023

Conversation

kellyjonbrazil
Copy link
Owner

20231216 v1.24.0

  • Add debconf-show command parser
  • Add iftop command parser
  • Add pkg-index-apk parser for Alpine Linux Package Index files
  • Add pkg-index-deb parser for Debian/Ubuntu Package Index files
  • Add proc-cmdline parser for /proc/cmdline file
  • Add swapon command parser
  • Add tune2fs command parser
  • Remove iso-datetime parser deprecated since v1.22.1. (use datetime-iso instead)
  • Update timezone change in Github Actions for node v16 requirement
  • Add Python 3.12 tests to Github Actions
  • Refactor acpi command parser for code cleanup
  • Refactor vendored libraries to remove Python 2 support
  • Fix iptables parser for cases where the target field is blank in a rule
  • Fix vmstat parsers for some cases where wide output is used
  • Fix mount parser for cases with spaces in the mount point name
  • Fix xrandr parser for infinite loop issues

kellyjonbrazil and others added 29 commits December 4, 2023 09:59
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
* APKINDEX parser (#487)

* Missing space in doc
* 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>
@kellyjonbrazil kellyjonbrazil merged commit 2bccd14 into master Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants