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 reports summary to the output #818

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Commits on May 15, 2023

  1. Add reports summary to the output

    Previously only the paths to reports were printed and as a result the
    reports were easily missed.
    
    Leapp now prints a list of HIGH and MEDIUM priority reports along with
    a summary of number of reports with individual severities to make
    reports more visible.
    
    Also if there are any HIGH or MEDIUM severity reports, the block titles
    are yellow.
    
    The framework-version is bumped to 4.0, because the `report_info`
    funtion now takes a context_id parameter (to be able to fetch the
    reports), so the new API is incompatible.
    matejmatuska committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0d530a3 View commit details
    Browse the repository at this point in the history