Merge lp://staging/~cjohnston/qa-dashboard/bug-dashboard-to-common into lp://staging/qa-dashboard
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Joe Talbott |
Approved revision: | 200 |
Merged at revision: | 198 |
Proposed branch: | lp://staging/~cjohnston/qa-dashboard/bug-dashboard-to-common |
Merge into: | lp://staging/qa-dashboard |
Diff against target: |
346 lines (+207/-26) 9 files modified
bootspeed/models.py (+1/-1) common/management/commands/clear_items.py (+2/-1) common/management/commands/list_items.py (+1/-1) common/migrations/0001_add_bug_model.py (+44/-0) common/models.py (+19/-0) dashboard/management/commands/jenkins_pull.py (+2/-1) dashboard/migrations/0013_remove__bug_model.py (+134/-0) dashboard/models.py (+2/-21) dashboard/views/api/smoke.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~cjohnston/qa-dashboard/bug-dashboard-to-common |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott | Approve | ||
Review via email: mp+141806@code.staging.launchpad.net |
Commit message
Moves Bug model from dashboard to common
Description of the change
Moves Bug model from dashboard to common
To post a comment you must log in.
Looks good, thanks.