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

Unified Diff: milo/buildsource/buildbot/build.go

Issue 2978293002: [milo] Add an (uncached) method to get console rows. (Closed)
Patch Set: make manifestkey its own type 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/api/resp/console.go ('k') | milo/buildsource/buildbot/console.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/buildbot/build.go
diff --git a/milo/buildsource/buildbot/build.go b/milo/buildsource/buildbot/build.go
index 85c13a585ebd575dac94c1bb230c91fe95aea2f5..a8bf91eb740404b4ed94eec0de3fdcf54ee7e5f5 100644
--- a/milo/buildsource/buildbot/build.go
+++ b/milo/buildsource/buildbot/build.go
@@ -397,7 +397,6 @@ func blame(b *buildbotBuild) (result []*resp.Commit) {
CommitTime: time.Unix(int64(c.When), 0).UTC(),
Revision: resp.NewLink(c.Revision, c.Revlink),
Description: c.Comments,
- Title: strings.Split(c.Comments, "\n")[0],
File: files,
})
}
« no previous file with comments | « milo/api/resp/console.go ('k') | milo/buildsource/buildbot/console.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698