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

Issue 2823413002: Milo buildbot: Add in the rest of the blame/commits information. (Closed)

Created:
3 years, 8 months ago by Ryan Tseng
Modified:
3 years, 8 months ago
Reviewers:
nodir, hinoka
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, maruel+w_chromium.org, tandrii+luci-go_chromium.org
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Milo buildbot: Add in the rest of the blame/commits information. Also: * Make revision into a link (was string) * Add CommitTime to Commit BUG=686874 Review-Url: https://codereview.chromium.org/2823413002 Committed: https://github.com/luci/luci-go/commit/49eca9e65f27839752cf6d678ad33e860f3fdfc1

Patch Set 1 #

Total comments: 13

Patch Set 2 : review #

Patch Set 3 : fix #

Total comments: 2

Patch Set 4 : Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+835 lines, -140 lines) Patch
M milo/api/resp/build.go View 1 chunk +4 lines, -2 lines 0 comments Download
M milo/appengine/backend/git/gitiles.go View 1 2 chunks +6 lines, -3 lines 0 comments Download
M milo/appengine/buildbot/build.go View 1 4 chunks +21 lines, -13 lines 0 comments Download
M milo/appengine/buildbot/expectations/CrWinGoma.30608.build.json View 2 chunks +133 lines, -101 lines 0 comments Download
M milo/appengine/buildbot/expectations/newline.1234.build.json View 1 chunk +3 lines, -2 lines 0 comments Download
M milo/appengine/buildbot/expectations/win_chromium_rel_ng.246309.build.json View 2 chunks +12 lines, -4 lines 0 comments Download
M milo/appengine/buildbot/structs.go View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M milo/appengine/buildbucket/common.go View 1 1 chunk +6 lines, -2 lines 0 comments Download
M milo/appengine/buildbucket/expectations/master.tryserver.infra/InfraPresubmit.json View 1 2 chunks +12 lines, -4 lines 0 comments Download
M milo/appengine/buildbucket/expectations/master.tryserver.infra/InfraPresubmit.Swarming.json View 1 1 chunk +6 lines, -2 lines 0 comments Download
M milo/appengine/console/console.go View 2 chunks +4 lines, -2 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.build-Debug_page-_CrWinGoma_30608.html View 1 2 3 2 chunks +522 lines, -1 line 0 comments Download
M milo/appengine/frontend/expectations/buildbot.build-Debug_page-_win_chromium_rel_ng_246309.html View 1 2 chunks +32 lines, -1 line 0 comments Download
M milo/appengine/frontend/static/buildbot/css/default.css View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M milo/appengine/frontend/templates/pages/build.html View 1 2 3 2 chunks +44 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (23 generated)
hinoka
ptal, demo https://1680-8fa48d3-tainted-hinoka-blame-dot-luci-milo-dev.appspot.com/buildbot/chromium/Android/71264
3 years, 8 months ago (2017-04-18 23:29:37 UTC) #8
nodir
https://codereview.chromium.org/2823413002/diff/1/milo/appengine/backend/git/gitiles.go File milo/appengine/backend/git/gitiles.go (right): https://codereview.chromium.org/2823413002/diff/1/milo/appengine/backend/git/gitiles.go#newcode68 milo/appengine/backend/git/gitiles.go:68: if !strings.HasSuffix(u.Host, "googlesource.com") { it must be ".googlesource.com" otherwise ...
3 years, 8 months ago (2017-04-19 18:37:48 UTC) #9
nodir
https://codereview.chromium.org/2823413002/diff/1/milo/appengine/buildbot/structs.go File milo/appengine/buildbot/structs.go (right): https://codereview.chromium.org/2823413002/diff/1/milo/appengine/buildbot/structs.go#newcode349 milo/appengine/buildbot/structs.go:349: files[i] = fmt.Sprintf("%#v", f) On 2017/04/19 18:37:48, nodir wrote: ...
3 years, 8 months ago (2017-04-20 03:24:08 UTC) #10
hinoka
https://codereview.chromium.org/2823413002/diff/1/milo/appengine/backend/git/gitiles.go File milo/appengine/backend/git/gitiles.go (right): https://codereview.chromium.org/2823413002/diff/1/milo/appengine/backend/git/gitiles.go#newcode68 milo/appengine/backend/git/gitiles.go:68: if !strings.HasSuffix(u.Host, "googlesource.com") { On 2017/04/19 18:37:48, nodir wrote: ...
3 years, 8 months ago (2017-04-20 22:09:44 UTC) #17
nodir
lgtm https://codereview.chromium.org/2823413002/diff/40001/milo/appengine/frontend/templates/pages/build.html File milo/appengine/frontend/templates/pages/build.html (right): https://codereview.chromium.org/2823413002/diff/40001/milo/appengine/frontend/templates/pages/build.html#newcode301 milo/appengine/frontend/templates/pages/build.html:301: <li><b>{{ . }}</b></li> Here too
3 years, 8 months ago (2017-04-21 04:41:28 UTC) #20
hinoka
https://codereview.chromium.org/2823413002/diff/40001/milo/appengine/frontend/templates/pages/build.html File milo/appengine/frontend/templates/pages/build.html (right): https://codereview.chromium.org/2823413002/diff/40001/milo/appengine/frontend/templates/pages/build.html#newcode301 milo/appengine/frontend/templates/pages/build.html:301: <li><b>{{ . }}</b></li> On 2017/04/21 04:41:28, nodir wrote: > ...
3 years, 8 months ago (2017-04-21 17:38:00 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2823413002/60001
3 years, 8 months ago (2017-04-21 17:38:14 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 17:45:33 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-go/commit/49eca9e65f27839752cf6d678ad33e860f3fdfc1

Powered by Google App Engine
This is Rietveld 408576698