From Fedora Project Wiki
No edit summary
No edit summary
Line 76: Line 76:
* or crash-catcher@lists.fedorahosted.org
* or crash-catcher@lists.fedorahosted.org


== Release Notes ==
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
* Fedora 16 brings the unified problem reporting user interface for tools using ether python-meh or the python report library


[[Category:FeatureReadyForWrangler]]
[[Category:FeatureReadyForWrangler]]

Revision as of 14:17, 12 July 2011


Features/Unified_Problem_Reporting_UI

Summary

Unify the UI for all problem reporting programs (mechanisms) in Fedora to improve the user experience by confronting them only one UI when reporting a problem.

Owner

  • Email: jmoskovc@redhat.com

Current status

  • Targeted release: Fedora 16
  • Last updated: 2011-07-11
  • Percentage of completion: 20%


Detailed Description

The new reporting library will provide the same API as did the old backend (concerns only python programs - Anaconda, setroubleshoot, python-meh) so the change should be transparent without any change in the code. The only change (not required to make it work) would be to change the spec file to require the new library instead of the old one.

Benefit to Fedora

Unified user interface makes it easier for users to use it. Unifying the reporting backend will also mean that the config data is shared and users have to setup their credentials (like bugzilla name/password) only once.

Scope

  • create a bug reporting framework extensible by plugins by splitting the ABRT code - DONE
  • create a libreport package and add it to Fedora - DONE
  • create a python bindings for libreport - DONE
  • package the python bindings in Fedora - IN PROGRESS

How To Test

- before the feature is accepted the unofficial packages can be found in this repo

1. Install the following packages

  • libreport
  • libreport-gtk
  • libreport-python (this one should obsolete the old report package)
  • libreport-plugin-bugzilla (reporter plugin to create tickets in Fedora bugzilla)

2. Try to report a problem

  • Anaconda crash
  • SELinux AVC
  • crash detected by ABRT

3. Expected results

  • if the bug is new then a new ticket should be created in bz
  • if the bug was reported it should let user know it found a duplice

User Experience

The bug reporting UI will change for:

  • Anaconda uncaught exceptions
  • setroubleshoot reports
  • firstboot uncaught exceptions

Dependencies

  • Anaconda
  • python-meh
  • firstboot
  • setroubleshoot

Contingency Plan

None necessary, revert to previous release behaviour.

Documentation

  • Documents describing detailed configuration can be found here

Comments and Discussion

Release Notes

  • Fedora 16 brings the unified problem reporting user interface for tools using ether python-meh or the python report library