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

Add support for compressed cloud-init file log parsing #902

Merged
merged 6 commits into from
Oct 16, 2024

Conversation

JSCU-CNI
Copy link
Contributor

@JSCU-CNI JSCU-CNI commented Oct 15, 2024

This PR adds support for compressed cloud-init log parsing and fixes #904.

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

Attention: Patch coverage is 73.91304% with 6 lines in your changes missing coverage. Please review.

Project coverage is 76.65%. Comparing base (9cc9de4) to head (563998a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
dissect/target/plugins/os/unix/log/messages.py 73.91% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #902      +/-   ##
==========================================
- Coverage   76.65%   76.65%   -0.01%     
==========================================
  Files         316      316              
  Lines       27086    27101      +15     
==========================================
+ Hits        20764    20774      +10     
- Misses       6322     6327       +5     
Flag Coverage Δ
unittests 76.65% <73.91%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Schamper Schamper merged commit cb69261 into fox-it:main Oct 16, 2024
17 of 20 checks passed
@JSCU-CNI JSCU-CNI deleted the fix/cloud-init-compressed branch December 4, 2024 09:26
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.

Unix cloud-init log parser does not support compressed log files
2 participants