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

Regex timestamp extract #1727

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Regex timestamp extract #1727

wants to merge 7 commits into from

Commits on Jun 16, 2023

  1. '#467 - External parser regex group named key and value are respectively

    used as metadata key and value. If inexistent, uses group 1 and 2 to
    keep backward compatibility.
    - Created regex for Recyclebin and Prefetch timestamps extractions.
    - Created parsing logic on DateUtil class to parse Prefetch dates.
    patrickdalla committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    91a8ac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    b11d9d2 View commit details
    Browse the repository at this point in the history
  2. improves comment.

    patrickdalla committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2f3ddc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Creates a config tag that changes the behavior of external parsers with

    metadata extraction, appending the cmd output to the textual item
    content if the tag is present with the metadata extraction tag.
    patrickdalla committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8f1a865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e577760 View commit details
    Browse the repository at this point in the history
  3. Change the config to be compatible to current JUnit tests that defines a

    empty metadata tag (without any regex).
    patrickdalla committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3d0dc7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1e889d View commit details
    Browse the repository at this point in the history