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

changing mrulist.entries from string to list of strings similar to windows_run #4739

Merged
merged 5 commits into from
Dec 22, 2023

Conversation

chb2mn
Copy link
Contributor

@chb2mn chb2mn commented Aug 24, 2023

One line description of pull request

changing mrulist.entries from string to list of strings similar to windows_run

Description:

Similar to winreg_default, ' '.join(data) is particularly hard to parse with just a regex. much easier to just push the original list

Checklist:

  • Automated checks (GitHub Actions, AppVeyor) pass
  • No new new dependencies are required or l2tdevtools has been updated
  • Reviewer assigned

@joachimmetz joachimmetz self-assigned this Aug 25, 2023
@joachimmetz
Copy link
Member

@chb2mn you'll need to update the tests and formatters as well

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eb03cca) 86.16% compared to head (8676aa7) 86.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4739   +/-   ##
=======================================
  Coverage   86.16%   86.16%           
=======================================
  Files         416      416           
  Lines       37574    37574           
=======================================
  Hits        32376    32376           
  Misses       5198     5198           

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

@joachimmetz
Copy link
Member

updated docstrings of event data classes

@chb2mn
Copy link
Contributor Author

chb2mn commented Oct 5, 2023

@joachimmetz any action needed from me?

@joachimmetz
Copy link
Member

@chb2mn I've been preoccupied a bit, let me take a look this weekend and let you know. I recall that I wanted to test this end-to-end first.

@joachimmetz joachimmetz merged commit 73fe1cf into log2timeline:main Dec 22, 2023
11 checks passed
dafneb added a commit to dafneb/plaso that referenced this pull request Dec 31, 2023
* Changes to use pyproject.toml (log2timeline#4756)

* Added support for version 118 Firefox downloads database files (log2timeline#4749)

* Corrected missing test file firefox_cookies.sqlite log2timeline#4757 (log2timeline#4758)

* Updated pylintrc to version 3.0 (log2timeline#4761)

* Changes for pyparsing 3.1 log2timeline#4580 (log2timeline#4760)

* Updated documentation (log2timeline#4763)

* Changes for BDE Windows CI tests log2timeline#4757 (log2timeline#4759)

* Updated version and documentation (log2timeline#4764)

* Changed mrulist parsers to produce list of entries (log2timeline#4739)

* Updated release script and version (log2timeline#4767)

* Changes for deployment (log2timeline#4768)

* Changes for deployment (log2timeline#4770)

* Changes to release GitHub issue template (log2timeline#4771)

* Added readthedocs configuration (log2timeline#4772)

* Changes to handling message file resource paths log2timeline#4259 (log2timeline#4773)

---------

Co-authored-by: Joachim Metz <joachim.metz@gmail.com>
Co-authored-by: Christopher Burkhalter <chb2mn@virginia.edu>
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.

2 participants