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 an ERROR report group #838

Closed
wants to merge 2 commits into from

Commits on Aug 10, 2023

  1. Satisfy new linter warnings

    Linter started giving new warnings on Python 3.9, let's make it happy
    again.
    matejmatuska committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    17bd27e View commit details
    Browse the repository at this point in the history
  2. Add an ERROR report group

    Currently there is no straightforward way to identify whether a report
    is an ordinary report or an error report (report generated from an
    error).
    
    An `ERROR` group is introduced in `leapp.reporting.Groups.ERROR` which
    is used to group error reports. This is utilized in the leapp output to
    show the number of error reports in the summary. Also error reports in
    `leapp-report.txt` are now followed by a "(error)" string similar to
    inhibitors.
    
    Jira: OAMG-9532
    matejmatuska committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9777da7 View commit details
    Browse the repository at this point in the history