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 |
Related bugs: |
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.