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

Unified Diff: appengine/cmd/milo/resp/build.go

Issue 2102903002: Milo: Extract the rietveld information from buildbot. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 6 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
Index: appengine/cmd/milo/resp/build.go
diff --git a/appengine/cmd/milo/resp/build.go b/appengine/cmd/milo/resp/build.go
index b81f57cbea082919781377233e592829c2d4ca36..55f759ca1a4a08ee8db160f844e45d53dd45b775 100644
--- a/appengine/cmd/milo/resp/build.go
+++ b/appengine/cmd/milo/resp/build.go
@@ -84,7 +84,7 @@ type Commit struct {
// The commit title, usually the first line of the commit message.
Title string
// Rietveld or Gerrit URL if the commit is a patch.
- ChangelistURL string
+ Changelist *Link
// Browsable URL of the commit.
CommitURL string
// List of changed filenames.

Powered by Google App Engine
This is Rietveld 408576698