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

implemented DateLessLogFormatHelper #4699

Closed
wants to merge 6 commits into from

Conversation

rick-slin
Copy link
Contributor

@rick-slin rick-slin commented Jun 22, 2023

One line description of pull request

Implemented DateLessLogFormatHelper to retreive a date based on the modified, changed and creation time of a file.

Description:

Implemented DateLessLogFormatHelper to retreive a date based on the modified, changed and creation time of a file.

Related issue (if applicable): fixes #4697

Notes:

All contributions to Plaso undergo code review.
This makes sure that the code has appropriate test coverage and conforms to the
Plaso style guide.

One of the maintainers will examine your code, and may request changes. Check off the items below in
order, and then a maintainer will review your code.

Checklist:

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

@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Attention: Patch coverage is 88.13559% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 85.25%. Comparing base (ed8a139) to head (928605e).

Files Patch % Lines
plaso/engine/timeliner.py 78.84% 11 Missing ⚠️
plaso/lib/dateless_helper.py 94.23% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #4699    +/-   ##
========================================
  Coverage   85.24%   85.25%            
========================================
  Files         426      427     +1     
  Lines       38532    38643   +111     
========================================
+ Hits        32847    32944    +97     
- Misses       5685     5699    +14     

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

@joachimmetz
Copy link
Member

@rick-slin FYI I'll start looking at merging this after the March release I might combine it with the yearless log helper into 1

@joachimmetz
Copy link
Member

@rick-slin unfortunately there are some shortcomings in the current design/approach, I'll need to take a closer look at a later time how to best implement support for date and time formats without a date.

@joachimmetz joachimmetz added the blocked Work cannot progress until another issue is resolved label Mar 23, 2024
@joachimmetz
Copy link
Member

Closing in favor of #4851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Work cannot progress until another issue is resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a dateless helper for logs with date-less timestamps
2 participants