Community
Participate
Working Groups
Add a decoration to mark bug reports that have pending patches or need review.
What should we make the API? Here's a quick stab at it. * AbstractRepositoryTask.getNeedsInput() * UserInputRequest - String originatorId; // e.g. steffen.pingel@eclipse.org - String message;
I am not sure how to generalize this on a connector level. It seems mostly project, configuration or policy dependent how the criteria for bugs that need attention is defined.
I believe the Bugzilla flags feature is used for this (at least on bugs.eclipse.org). Unfortunately, flag support (bug#186265) is not going to happen any time soon.
Upon further thought, we could add support for a review status field on RepositoryAttachment. public enum REVIEW_STATUS { PENDING, ACCEPTED, REJECTED }; REVIEW_STATUS reivewStatus; String reviewee; Bugzilla connector could then pars the flags on attachments and set this field appropriately. Of course this starts to introduce workflow that will be different depending on practices/connector....
Mostly an internal Mylyn dev need.
We now use [patch] and [review] in task summaries as a convention to tag bugs that have pending patches attached.
Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn