abrt / faf

Platform for collection and analysis of packages and package crashes
GNU General Public License v3.0
46 stars 47 forks source link

Do not show tainted reports by default #264

Open mtoman opened 10 years ago

mtoman commented 10 years ago

Kernel developers are asking to omit tainted reports in default problem lists. We need to find a way to switch between the two states (show / don't show tainted) in the webui, making "don't show" default. https://github.com/abrt/faf/tree/webui_skip_tainted

anshultale commented 6 years ago

hi @marusak , I would like to work on this can you please guide me?

marusak commented 6 years ago

hi @anshultale

If you look into problems (for example https://retrace.fedoraproject.org/faf/problems/) and look into advanced filters, you can see there exclude taintflags. We need to turn this around - meaning include taintflags. So all taintflags are disabled by default and you only can pick those, which you are interested in.

You should start by running FAF, reporting tainted and not-tainted report (you can find some reports in test directory). Then try to understand how we mark something as tainted and how we filter out tainted reports.

anyushevai commented 6 years ago

Hi @marusak! Any progress here? If not, I would like to participate in solving this issue.

marusak commented 6 years ago

Hi @anyushevai,

If @anshultale does not say otherwise you can work on it

anshultale commented 6 years ago

Hi,

I am working on this issue.

On Thu, Oct 18, 2018 at 4:55 PM Matej Marušák notifications@github.com wrote:

Hi @anyushevai https://github.com/anyushevai,

If @anshultale https://github.com/anshultale does not say otherwise you can work on it

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abrt/faf/issues/264#issuecomment-430972645, or mute the thread https://github.com/notifications/unsubscribe-auth/AZEC684bTSCFdvKhdF_V25vAXQhiULTMks5umGU6gaJpZM4CZm6Z .

LucianaMarques commented 6 years ago

Hi @anshultale , still working on it? I'd like to give it a try if not.