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

Fix parsing journal when value is string None #746

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 12, 2024

  1. Fix parsing journal when value is string None

    A journal entry can contain fields with the string value None. 
    Currently parsing to int fails as it only checks for None type and 
    not None string.
    h0ckeyst1ck authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4917860 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a1e4061 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add comment to parsing journal function

    The added comment explains previous change of also checking for stringy None in journal parsing
    
    Co-authored-by: cecinestpasunepipe <[email protected]>
    h0ckeyst1ck and cecinestpasunepipe authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e1987c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    3f995a2 View commit details
    Browse the repository at this point in the history