GNOME Bugzilla – Bug 330323
Make interface for rejecting stack traces
Last modified: 2006-11-05 20:58:42 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.
Fixed.