summaryrefslogtreecommitdiff
path: root/timings/graph.html
Commit message (Collapse)AuthorAgeFilesLines
* Pull up the tigris.org page for SVN revisions, at least for now, inSteven Knight2009-12-271-1/+8
| | | | response to clicks on the detailed graph.
* Interface tweaks:Steven Knight2009-12-261-12/+11
| | | | | | Display 150 revs in the dashboard thumbnails, but full history in the click-through graphs. Rewrite the top-of-page title and have it display which stat is being displayed.
* Fix the view-change detail tab. Minor wording improvement.Steven Knight2009-12-221-2/+2
|
* Add config.js files to the timing configurations, and update graph.htmlSteven Knight2009-12-181-13/+9
| | | | | to use them to display configuration-specific info (right now just the title) for each graph's page.
* Move the timings-specific pieces of the buildbot infrastructure intoSteven Knight2009-12-181-0/+411
the trunk/timings directory. We'll map them into the buildbot directory using svn:externals. This will let us keep all the pieces of a timing configuration, including its buildbot pieces, in one place, and will let us simplify the Master initialization (since it will be able to look on-disk for the configurations for which it should set up buildbot steps, instead of querying the SVN server).