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

Abrt support #6189

Closed
wants to merge 8 commits into from
Closed

Abrt support #6189

wants to merge 8 commits into from

Commits on Jun 20, 2017

  1. systemd: Enhance filters

    This commit makes it possible to filter only crashes caught by ABRT.
    
    Firstly the button group for selecting priority was replaced by
    dropdown list. This also meant rewriting the piece of code that set
    'active' class to change text of selected priority level.
    
    Secondly, when option `Only Problems` was selected another condition is
    added to match only items that have syslog identifier equal to
    `abrt-notification`.
    
    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    590d713 View commit details
    Browse the repository at this point in the history
  2. test: Update to new priority log menu

    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    b5bf584 View commit details
    Browse the repository at this point in the history
  3. systemd: Display different icon for problems

    In the log overview display different icon for problems (logs with
            priority lower that 4 have a triangle with exclamation mark,
            ABRT's problems after this commit have cross mark).
    
    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    87b960c View commit details
    Browse the repository at this point in the history
  4. systemd: Display problems with more data

    Since log entry from ABRT can contain quite some data and some of them
    are rather long strings, three thing were done in this commit:
    1. Split data to three categories - General, Problem Info and Problem
    Details
    2. Remove all "PROBLEM_" prefixes to make it more readable
    3. Long items (in Problem details) show as accordion
    
    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    1cac510 View commit details
    Browse the repository at this point in the history
  5. systemd: Display problem binary in log overview

    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    4b71526 View commit details
    Browse the repository at this point in the history
  6. systemd: Add delete button for problems

    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    a685457 View commit details
    Browse the repository at this point in the history
  7. systemd: Enable reporting problems to FAF

    FAF is platform for collecting and analysis of crashes. This is first
    step for reporting problems from Cockpit. Second step will be reporting
    to Bugzilla.
    
    When problem is reported, display clickable 'Reported' text which sends you
    to FAF.
    When problem is reportable, display button for reporting.
    
    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    0ad27df View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. test: Add tests for ABRT support

    Signed-off-by: Matej Marusak <mmarusak@redhat.com>
    marusak committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    785c4e1 View commit details
    Browse the repository at this point in the history