After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330323 - Make interface for rejecting stack traces
Make interface for rejecting stack traces
Status: RESOLVED FIXED
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-07 23:22 UTC by Olav Vitters
Modified: 2006-11-05 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olav Vitters 2006-02-07 23:22:31 UTC
Need to make an interface to reject stack traces.

Developers should be able to add up to 5 functions that (using the simple-dup-finder) parsing will reject a bugreport.

Goal is to use this to reject XML-RPC submissions, but perhaps I can use this for the evil old stuff (bug-buddy-import.pl) as well.

Not sure what options to add. Possibly:
 - allow the rejection to be limited to a version?
 - allow the rejection to be limited to a GNOME version?

Furthermore we may need an interface to reject stack traces for all products. Do not want anything in between; either all products or just one (makes dealing with permissions easier). For 2+ products, developers can just add the same strack traces manually to their products (but no nice UI for that).


Maybe I'll use this for bugs posted using enter_bug.cgi or simple-bug-guide.cgi as well; but I'd want an override option on that.
Comment 1 Olav Vitters 2006-11-05 20:58:42 UTC
Fixed.