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

feat: use group-name/export-time from log file if present #306

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Apr 12, 2024

  1. feat: use group-name/export-time from log file if present

    When loading ndjson from a folder, parse any sibling logs we find
    for export info like group/time.
    
    These are the current workflow assumptions this adds:
    
    - There will be a log.ndjson or log.*.ndjson file in the given folder.
      - There cannot be multiples (unless log.ndjson exists, in which case
        we always use that)
    - That log file will be for a single export.
      - e.g. We will generally grab the last "kickoff" event and ignore
        others.
    mikix committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    34c652f View commit details
    Browse the repository at this point in the history