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

Move to pyproject.toml. Add processors, documentation updates. #26

Merged
merged 12 commits into from
Jul 14, 2023

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    3f11659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50cd97b View commit details
    Browse the repository at this point in the history
  3. Update processor base class to allow finalize only

    This was possible prior to this commit, but required a stub method for process to be implemented.
    hcpadkins committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8e0aec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9b8338 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c100f23 View commit details
    Browse the repository at this point in the history
  6. Documentation updates.

    hcpadkins committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d1b9412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9c760c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5225014 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Only write processed data if processors are configured.

    By default both a processed and raw output stream are configured to simplify configuration. However, this means that if no processors are used logs will be written twice. This pull-request prevents that, and instead only write out data if processors are configured.
    hcpadkins committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    698c9a4 View commit details
    Browse the repository at this point in the history
  2. Fix up logger error.

    hcpadkins committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b6f8b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Update grove/outputs/__init__.py

    Co-authored-by: Jonas Plum <[email protected]>
    hcpadkins and cugu authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e607416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de7009e View commit details
    Browse the repository at this point in the history