Merge lp://staging/~cjohnston/qa-dashboard/xorg-plumbing-charts into lp://staging/qa-dashboard

Proposed by Chris Johnston
Status: Superseded
Proposed branch: lp://staging/~cjohnston/qa-dashboard/xorg-plumbing-charts
Merge into: lp://staging/qa-dashboard
Diff against target: 5772 lines (+1622/-3122)
68 files modified
bootspeed/api.py (+33/-2)
bootspeed/migrations/0004_auto__add_field_imagemachineagg_xorg_plumbing_min__add_field_imagemach.py (+128/-0)
bootspeed/models.py (+28/-5)
bootspeed/templates/bootspeed/arch_overview.html (+17/-9)
bootspeed/templates/bootspeed/image_chart.html (+6/-4)
bootspeed/templates/bootspeed/image_list.html (+9/-2)
bootspeed/templates/bootspeed/image_overview.html (+8/-1)
bootspeed/templates/bootspeed/machine_data.html (+39/-17)
bootspeed/templates/bootspeed/machine_raw_data.html (+7/-8)
bootspeed/templates/bootspeed/nav.html (+1/-1)
bootspeed/templates/bootspeed/overview.html (+12/-2)
common/helpers.py (+42/-0)
common/management/commands/clear_items.py (+4/-1)
common/management/commands/init.py (+24/-0)
common/migrations/0001_create_common_app.py (+20/-0)
common/migrations/0002_add_bug_model.py (+42/-0)
common/models.py (+35/-1)
common/static/css/grid.css (+35/-240)
common/static/css/style.css (+20/-101)
common/templates/404.html (+1/-1)
common/templates/500.html (+1/-1)
common/templates/api_help.html (+1/-1)
common/templates/layout.html (+37/-66)
common/utils.py (+1/-1)
common/views.py (+20/-1)
dashboard/migrations/0001_initial.py (+0/-179)
dashboard/migrations/0002_auto__add_field_run_internal__add_field_bug_internal__add_field_build_.py (+0/-133)
dashboard/migrations/0003_auto__add_field_run_publish__add_field_bug_publish__add_field_build_pu.py (+0/-138)
dashboard/migrations/0004_auto__add_kernel__add_sruresult__add_sruresultlog.py (+0/-208)
dashboard/migrations/0005_auto__add_field_kernel_job_type.py (+0/-148)
dashboard/migrations/0006_auto__add_field_sruresult_kernel_version.py (+0/-149)
dashboard/migrations/0007_auto__add_field_kernel_version__del_field_sruresult_kernel_version.py (+0/-155)
dashboard/migrations/0008_auto__add_imageresult__add_machine__add_image.py (+0/-238)
dashboard/migrations/0009_auto__add_unique_machine_name__add_unique_image_release_arch_variant_b.py (+0/-195)
dashboard/migrations/0010_auto__add_unique_image_md5.py (+0/-189)
dashboard/migrations/0011_removing_bootspeed.py (+0/-203)
dashboard/migrations/0012_change_skip_to_error.py (+0/-143)
dashboard/migrations/__init__.py (+0/-15)
dashboard/views/__init__.py (+0/-21)
dashboard/views/api/__init__.py (+0/-35)
dashboard/views/sru.py (+0/-142)
qa_dashboard/settings.py (+48/-13)
qa_dashboard/urls.py (+42/-31)
smoke/api.py (+5/-5)
smoke/forms.py (+1/-16)
smoke/management/__init__.py (+0/-28)
smoke/management/commands/jenkins_pull.py (+4/-4)
smoke/migrations/0001_create_smoke_app.py (+184/-0)
smoke/migrations/0002_remove_bug_model.py (+98/-0)
smoke/models.py (+3/-163)
smoke/templates/smoke/build_overview.html (+26/-4)
smoke/templates/smoke/overview.html (+22/-22)
smoke/templates/smoke/result_logs.html (+15/-17)
smoke/templates/smoke/results.html (+27/-7)
smoke/utah_parser.py (+15/-0)
smoke/utah_utils.py (+2/-2)
smoke/views.py (+4/-4)
sru/__init__.py (+14/-0)
sru/forms.py (+33/-0)
sru/management/__init__.py (+14/-0)
sru/management/commands/__init__.py (+14/-0)
sru/management/commands/jenkins_pull_sru.py (+3/-3)
sru/migrations/0001_create_sru_app.py (+140/-0)
sru/models.py (+144/-0)
sru/templates/sru/overview.html (+49/-44)
sru/templates/sru/overview_kernel.html (+22/-3)
sru/tests.py (+14/-0)
sru/views.py (+108/-0)
To merge this branch: bzr merge lp://staging/~cjohnston/qa-dashboard/xorg-plumbing-charts
Reviewer Review Type Date Requested Status
QA Dashboard Developers Pending
Review via email: mp+141564@code.staging.launchpad.net

This proposal has been superseded by a proposal from 2013-01-01.

Commit message

Adds xorg+plumbing charts to bootspeed

Description of the change

Adds xorg+plumbing to bootspeed charts

To post a comment you must log in.
192. By Joe Talbott

[r=Chris Johnston] Add xorg_plumbing column to aggregations. from Joe Talbott

193. By Chris Johnston

[r=Joe Talbott] Moves DashboardBaseModel from dashboard to common from Chris Johnston

194. By Chris Johnston

[r=Joe Talbott] Updates install instructions to include django-tables from Chris Johnston

195. By Joe Talbott

[r=Chris Johnston] Add 'variant' as a column for CSV data imports. from Joe Talbott

196. By Joe Talbott

[r=Chris Johnston] Don't error for default YAML logs with enough information to indicate client failure. from Joe Talbott

197. By Chris Johnston

[r=Joe Talbott] Moves dashboard.utils to common.utils to prepare for separating apps from Chris Johnston

198. By Chris Johnston

[r=Joe Talbott] Moves Bug model from dashboard to common from Chris Johnston

199. By Chris Johnston

[r=Joe Talbott] Moves notes to root from Chris Johnston

200. By Chris Johnston

[r=Joe Talbott] Moves dashboard_extras from dashboard to common from Chris Johnston

201. By Chris Johnston

[r=Joe Talbott] Removes old test stuff that is no longer needed. from Chris Johnston

202. By Chris Johnston

[r=Joe Talbott] Updates copyright to include 2013. from Chris Johnston

203. By Chris Johnston

[r=Joe Talbott] Changes the background color of bootspeed chart and makes chart wider from Chris Johnston

204. By Chris Johnston

add_bootspeed_result.py - Add JSON support, from Joe

205. By Joe Talbott

Merge massive-migration

206. By Chris Johnston

[r=Chris Johnston] Adds custom page titles to each page. from Chris Johnston

207. By Chris Johnston

[r=Chris Johnston] Adds flat SRU views and limits views to 30 days from Chris Johnston

208. By Joe Talbott

[r=Chris Johnston] Add bootspeed jenkins job log parser. from Joe Talbott

209. By Joe Talbott

[r=Chris Johnston] Add some smoke tests. from Joe Talbott

210. By Joe Talbott

[r=Chris Johnston] Don't show milestone images in the charts (other than the horizontal line) from Joe Talbott

211. By Joe Talbott

Merge use_public_jenkins.

212. By Joe Talbott

Merge remove_lts_header.

213. By Joe Talbott

bootspeed - Add bootspeed tests and fix issues exposed.

214. By Joe Talbott

common - Add app name support to list_items and clear_items.

215. By Joe Talbott

bootspeed - Add bootspeed logs.

216. By Joe Talbott

[r=Joe Talbott] Add support for overriding machine name for bootspeed jobs. from Joe Talbott

217. By Joe Talbott

[r=Joe Talbott] Add bootspeed logs to the raw data tables. from Joe Talbott

218. By Joe Talbott

[r=Joe Talbott] Clean up charts. from Joe Talbott

219. By Chris Johnston

Releasing 0.2.0

220. By Joe Talbott

[r=Chris Johnston] Adds a bootspeed bug report. from Joe Talbott

221. By Chris Johnston

Adds xorg-plumbing

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches