This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160066

Summary: Show notifications only for builds in which logged-in user is a culprit
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: blocker CC: jrojcek
Priority: P3 Keywords: UI
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 2009-03-11 02:47:07 UTC
If you have a login for a server, should examine the "culprit" list for failed builds, and only show notifications in
case you somehow match one of the culprits.

For SVN this would be a simple string match, assuming your Hudson login == your SVN login; for Hg not so obvious.
Probably need to have an SPI for matching culprit name from the selected SCM, with default impl being to check for
substring of login name.
Comment 1 Jesse Glick 2009-03-17 18:59:16 UTC
UI spec requests something a little different - to show a broken build notification but no popup in case you are not on
the culprit list. I don't think the notifications infrastructure supports this. It would be possible to somehow adjust
the popup message according to whether or not you were thought to be a culprit.

Not clear whether a feature like this would be useful outside of kenai.com; it is by no means guaranteed that you would
even have a Hudson login, much less that the username is identical to what you use for VCS.