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

Add history list subcommand to CLI #3867

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Add history list subcommand to CLI #3867

merged 3 commits into from
Jul 12, 2024

Commits on Jul 11, 2024

  1. Add history list subcommand to CLI

    List the most recent entries in the evaluation history log, and allow
    for filtering of the results.
    
    Note that this does not support fetching results beyond the first page
    at this time, or applying multiple values to the same filter. That is
    left as future work.
    
    Fixes #3814
    dmjb committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    801ccc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    1aadcd5 View commit details
    Browse the repository at this point in the history
  2. accept filter slices

    dmjb committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ca9722d View commit details
    Browse the repository at this point in the history