Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: milo/common/config.go

Issue 2984673002: [milo] get console in working shape. (Closed)
Patch Set: fix build Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/buildsource/console.go ('k') | milo/frontend/appengine/templates/pages/console.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/common/config.go
diff --git a/milo/common/config.go b/milo/common/config.go
index dc0ef8dafb81d3db83c3db36a754623a2e2031b0..6c9dc91232d29d1fdbb105b2207df108e2d9c8b1 100644
--- a/milo/common/config.go
+++ b/milo/common/config.go
@@ -361,7 +361,6 @@ func GetAllConsoles(c context.Context, builderName string) ([]*Console, error) {
if builderName != "" {
q = q.Eq("Builders", builderName)
}
- q.Order("ID")
con := []*Console{}
err := datastore.GetAll(c, q, &con)
return con, err
« no previous file with comments | « milo/buildsource/console.go ('k') | milo/frontend/appengine/templates/pages/console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698