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 compression support for etl files #18

Merged
merged 8 commits into from
Jul 20, 2023
Merged

Add compression support for etl files #18

merged 8 commits into from
Jul 20, 2023

Conversation

Miauwkeru
Copy link
Contributor

  • Fix buffer sizes offsets
  • Add the ability to decompress buffers
  • Clean up old dict and list typehints
  • Fix typehints
  • Make check for opcode and version more robust

(DIS-1999)

@Miauwkeru Miauwkeru requested a review from Schamper July 14, 2023 15:05
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #18 (5da261d) into main (c1a351b) will decrease coverage by 0.17%.
The diff coverage is 80.48%.

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   74.82%   74.66%   -0.17%     
==========================================
  Files          10       10              
  Lines         846      884      +38     
==========================================
+ Hits          633      660      +27     
- Misses        213      224      +11     
Flag Coverage Δ
unittests 74.66% <80.48%> (-0.17%) ⬇️

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

Impacted Files Coverage Δ
dissect/etl/etl.py 50.81% <74.13%> (+3.75%) ⬆️
dissect/etl/headers/utils.py 92.30% <75.00%> (-7.70%) ⬇️
dissect/etl/exceptions.py 100.00% <100.00%> (ø)
dissect/etl/headers/event.py 87.74% <100.00%> (ø)
dissect/etl/headers/headers.py 85.77% <100.00%> (ø)
dissect/etl/headers/system.py 97.43% <100.00%> (ø)
dissect/etl/utils.py 88.67% <100.00%> (+0.44%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

dissect/etl/etl.py Outdated Show resolved Hide resolved
@Miauwkeru Miauwkeru merged commit f59ea72 into main Jul 20, 2023
17 of 18 checks passed
@Miauwkeru Miauwkeru deleted the w11_22h2-etl branch July 20, 2023 11:24
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.

None yet

2 participants