add ability to select partition events and delete them. add ability to purge all events with a single click. this will facilitate testing a bit since it will be easier to purge events so as to better focus / isolate the results of individual unit tests / data flows. also, it would be nice to be able to force repartition to occur
rev1537 - add selectors for listPartitionEvents, along with conditional button for deleting individual events; add non-conditional purge all events button; add authz by protecting buttons behind MANAGE_INVENTORY permission; add Subject as first argument to deletePartitionEvent and purgeAllEvents in PartitionEventManager; add @RequirementPermission(Permission.MANAGE_INVENTORY) to the delete/purge methods as well as other PartitionEventManager methods; change @IgnoreDependency between ServerManagerBean and ClusterManagerBean, which was failing during webapp reloads in dev;
rev1538 - force repartition button on the listPartitionEvents.xhtml page;
Tested, rev1653
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-852