Changes between Version 11 and Version 12 of AnalyzePlugin


Ignore:
Timestamp:
Dec 11, 2011, 5:05:13 AM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalyzePlugin

    v11 v12  
    55== Description ==
    66
    7 This is an extensible analysis tool for analyzing tickets in reports.  The plugin currently has three built-in analyses:
     7This is an extensible analysis tool for analyzing tickets in reports.  This plugin requires !JavaScript and includes a version of [http://jqueryui.com/ jquery-ui] for the dialog modals. This plugin currently has three built-in analyses:
    88
    99 1. '''Milestone Dependency Analysis''' - ensures dependent tickets are in current or prior milestones
     
    121121 [[TicketQuery(blocking~=1234,format=table,col=position|id|summary|severity|owner|effort|milestone|phase,order=position,group=type)]]
    122122 }}}
     123 * The core analyses are maintained in python modules that require no imports.  This was intentional so that they may be easily wrapped and called from a monitoring script (e.g., [https://github.com/trifthen/NagAconda nagaconda] for nagios) so that you can be proactively alerted to ticket scheduling issues without needing to manually run analyses in Trac.
    123124
    124125== Extensibility (implementation details) ==