Merge lp:~cjohnston/qa-dashboard/1212631 into lp:qa-dashboard

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 581
Merged at revision: 581
Proposed branch: lp:~cjohnston/qa-dashboard/1212631
Merge into: lp:qa-dashboard
Diff against target: 10 lines (+1/-1)
1 file modified
smokeng/views.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/qa-dashboard/1212631
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+180908@code.launchpad.net

Commit message

Sorts bugs on smokeng by bug number

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:581
http://s-jenkins:8080/job/dashboard-ci/160/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins:8080/job/dashboard-ci/160/rebuild

review: Approve (continuous-integration)
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'smokeng/views.py'
2--- smokeng/views.py 2013-08-19 15:25:18 +0000
3+++ smokeng/views.py 2013-08-19 16:41:25 +0000
4@@ -119,7 +119,7 @@
5
6 bugs = SmokeResultBug.objects.filter(
7 result__image__release=release,
8- ).select_related()
9+ ).select_related().order_by('bug')
10 return bugs
11
12

Subscribers

People subscribed via source and target branches