Description of enhancement: Modify the SearchBar for resources to include searching by those that have triggered alerts. Allow optional filtering by priority, e.g. high, medium, low. Require a time-based restriction, e.g. last 5 mins, last 2 hours, etc.
commit 50f6dcc9e7c03f09265b28469c65cc108c061f2b Author: Joseph Marques <joseph> Date: Wed Jun 2 08:46:10 2010 -0400 BZ-598963: first cut for alert-based searching of resources * allow filtering by priority - high, medium, low, or ANY * allow filtering by recentness - last 5 mins, last 2 hours, etc
Verified on 'jon-server-2.4.0.Beta1' build. Alert-based searching of resources allow filtering by alert priority: Ex: alerts[lasthours02]="any" alerts[lasthours02]="high" alerts[lasthours02]="low" alerts[lasthours02]="medium" Alert-based searching of resources allow filtering by recentness: alerts[lasthours02] alerts[lasthours04] alerts[lasthours08] alerts[lasthours24] alerts[lastmins05] alerts[lastmins10] alerts[lastmins30] alerts[lastmins60]
Mass-closure of verified bugs against JON.