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 - Show notifications only for builds in which logged-in user is a culprit
Summary: Show notifications only for builds in which logged-in user is a culprit
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2009-03-11 02:47 UTC by Jesse Glick
Modified: 2012-06-14 16:43 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.