* fix up regular expression to get more bug comments
* include OS and branch name in bug comment
* accept HTTP 2XX codes (python 2.5 raises HTTPError if the code != 200)
--HG--
branch : 1.0
Refactoring:
* Removed analysis.cfg and added analysis.cfg.template to be used as an example
config file
* Deleted unused analysis methods
* Removed unused threading support
* Removed unused graphapi support
* Removed html email notifications
Bug fixes:
* Made variance calculate more accurate
* Make sure that we still print urls even if shortening fails
* Compare previous mean vs new mean to determine if a change is a regression or
not
Enhancements:
* Used new-style classes and slots for PerfDatum class, drastically reducing
memory usage
* Bug 535023: Add ability to post comments in bugs related to regressions
* Get more data from pushlog, not just the push time
* Bug 492983: Add links to each revision in the suspected checkin range, along
with authors and change comments, and generally improved email formatting
* Add ability to notify push and change authors of regressions
* Use statusdb for finding inactive machines (faster, more accurate)
* Cache the latest test_runs.id seen, and use that as the starting point for
queries next time. Drastically improves time to run.
--HG--
branch : 1.0
Don't need to skip talos-rev2 machines any more
Support having per-branch email notification lists, and update TraceMonkey to not send to the dev-tree-management list any more.
--HG--
branch : 1.0
Adding support for both JSON API and SQL access.
Adding support for Talos dashboard
Making behaviour much more configurable via analysis.cfg
--HG--
branch : 1.0