|
|
Milo: pRPC endpoint for getting Buildbot master data
g/prpc endpoints are done via a grpc.go file in each of the modules (in contrast to the html.go file)
In addition:
* Master fetches are done in getMasterEntry(), which performs the ACL check for both html and grpc endpoints
* Added symlinks for rpcexplorer static assets
BUG= 639900
Committed: https://github.com/luci/luci-go/commit/1eff02f4e6c4deaaa26c9096eb87dfd47d4c9cd6
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+622 lines, -52 lines) |
Patch |
 |
A |
milo/api/proto/buildbot.proto
|
View
|
1
2
3
4
5
6
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
milo/api/proto/buildbot.pb.go
|
View
|
1
2
3
4
5
6
|
1 chunk |
+187 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
milo/api/proto/buildbotserver_dec.go
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
milo/api/proto/generate.go
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
milo/api/proto/pb.discovery.go
|
View
|
1
2
3
4
5
6
|
1 chunk |
+248 lines, -0 lines |
0 comments
|
Download
|
 |
M |
milo/appengine/buildbot/builder.go
|
View
|
1
2
3
4
5
|
3 chunks |
+1 line, -18 lines |
0 comments
|
Download
|
 |
A |
milo/appengine/buildbot/grpc.go
|
View
|
1
2
3
4
5
6
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
milo/appengine/buildbot/master.go
|
View
|
|
3 chunks |
+39 lines, -8 lines |
0 comments
|
Download
|
 |
M |
milo/appengine/buildbot/pubsub_test.go
|
View
|
1
2
|
6 chunks |
+29 lines, -10 lines |
0 comments
|
Download
|
 |
M |
milo/appengine/frontend/milo.go
|
View
|
1
2
3
4
|
3 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
A |
milo/appengine/frontend/static/common/auth
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
milo/appengine/frontend/static/common/bower_components
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
milo/appengine/frontend/static/common/rpc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
milo/appengine/frontend/static/common/rpcexplorer
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
milo/appengine/settings/acl_test.go
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
milo/appengine/settings/config.go
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
milo/appengine/settings/config_test.go
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
server/static/rpcexplorer/rpc-method.html
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
Total messages: 46 (33 generated)
|