-
Notifications
You must be signed in to change notification settings - Fork 353
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
Conversation
@chb2mn you'll need to update the tests and formatters as well |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
updated docstrings of event data classes |
@joachimmetz any action needed from me? |
@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. |
ad103a5
to
95726b9
Compare
95726b9
to
8676aa7
Compare
* 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>
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 listChecklist: