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

Issue 2667353002: milo: Add barebones BuildInfo pRPC service. (Closed)

Created:
3 years, 10 months ago by dnj
Modified:
3 years, 10 months ago
Reviewers:
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

Patch Set 1 #

Total comments: 9

Patch Set 2 : Better service comment. #

Patch Set 3 : Actually nm on server, will just use a whitelist. #

Patch Set 4 : Swap order, users first. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1223 lines, -273 lines) Patch
M milo/api/proto/buildbot.pb.go View 2 chunks +3 lines, -0 lines 0 comments Download
A milo/api/proto/buildinfo.proto View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A milo/api/proto/buildinfo.pb.go View 1 2 3 1 chunk +387 lines, -0 lines 0 comments Download
A milo/api/proto/buildinfoserver_dec.go View 1 chunk +38 lines, -0 lines 0 comments Download
M milo/api/proto/generate.go View 1 chunk +1 line, -1 line 0 comments Download
M milo/api/proto/pb.discovery.go View 1 2 3 1 chunk +676 lines, -271 lines 0 comments Download
A milo/appengine/buildinfo/service.go View 1 chunk +41 lines, -0 lines 0 comments Download
M milo/appengine/frontend/milo.go View 3 chunks +6 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (5 generated)
dnj
PTAL. This set of CLs adds a pRPC service to Milo called "BuildInfo". This service ...
3 years, 10 months ago (2017-02-02 02:57:21 UTC) #2
hinoka
lgtm I can forsee also a "buildbucket" request, which does an extra hop via buildbucket ...
3 years, 10 months ago (2017-02-02 22:46:23 UTC) #3
dnj
https://codereview.chromium.org/2667353002/diff/1/milo/api/proto/buildinfo.proto File milo/api/proto/buildinfo.proto (right): https://codereview.chromium.org/2667353002/diff/1/milo/api/proto/buildinfo.proto#newcode11 milo/api/proto/buildinfo.proto:11: // The buildbot service definition. On 2017/02/02 22:46:23, hinoka ...
3 years, 10 months ago (2017-02-03 01:53:26 UTC) #4
dnj
https://codereview.chromium.org/2667353002/diff/1/milo/appengine/buildinfo/service.go File milo/appengine/buildinfo/service.go (right): https://codereview.chromium.org/2667353002/diff/1/milo/appengine/buildinfo/service.go#newcode27 milo/appengine/buildinfo/service.go:27: return nil, grpcutil.Errf(codes.InvalidArgument, "invalid project hint: %s", err.Error()) On ...
3 years, 10 months ago (2017-02-03 01:54:25 UTC) #5
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/2667353002/60001
3 years, 10 months ago (2017-02-03 22:20:25 UTC) #8
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 22:27:31 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-go/commit/92c12a344d7dc408cc9589f195590fb5ce1edd64

Powered by Google App Engine
This is Rietveld 408576698