Merge lp://staging/~cjohnston/qa-dashboard/bootspeed-views-rework into lp://staging/qa-dashboard
Proposed by
Chris Johnston
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~cjohnston/qa-dashboard/bootspeed-views-rework |
Merge into: | lp://staging/qa-dashboard |
Prerequisite: | lp://staging/~joetalbott/qa-dashboard/add_agg_table |
Diff against target: |
1221 lines (+789/-215) 17 files modified
bootspeed/api.py (+194/-1) bootspeed/migrations/0003_add_image_type.py (+100/-0) bootspeed/models.py (+45/-19) bootspeed/tables.py (+23/-0) bootspeed/templates/bootspeed/arch_overview.html (+20/-4) bootspeed/templates/bootspeed/dygraphs-divs.html (+0/-1) bootspeed/templates/bootspeed/dygraphs.html (+0/-179) bootspeed/templates/bootspeed/machine_data.html (+64/-0) bootspeed/templates/bootspeed/machine_raw_data.html (+21/-0) bootspeed/templates/bootspeed/nav.html (+2/-2) bootspeed/views.py (+35/-2) common/static/css/style.css (+81/-0) common/static/js/graph.js (+191/-0) common/templates/layout.html (+1/-5) qa_dashboard/settings.py (+1/-0) qa_dashboard/urls.py (+10/-2) requirements.txt (+1/-0) |
To merge this branch: | bzr merge lp://staging/~cjohnston/qa-dashboard/bootspeed-views-rework |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott | Approve | ||
Review via email: mp+139096@code.staging.launchpad.net |
This proposal supersedes a proposal from 2012-12-08.
This proposal has been superseded by a proposal from 2012-12-13.
Commit message
Adds bootspeed charts based on dygraphs.
Description of the change
* Adds many different API's to get data for the bootspeed charts
* Adds image_type to define daily or release
* Adds bootspeed data in a table
* Refactors some of the chart stuff
* Cleans up some unused files/code
* Adds table CSS to follow guidelines
To post a comment you must log in.
LGTM, thanks.