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

Issue 2760873003: Milo: Use luci-config for storing buildbot acls (Closed)

Created:
3 years, 9 months ago by Ryan Tseng
Modified:
3 years, 9 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: Use luci-config for storing buildbot acls This moves buildbot acls to be checked from luci config rather than a magical project named "chrome" BUG=700055 Review-Url: https://codereview.chromium.org/2760873003 Committed: https://github.com/luci/luci-go/commit/12104d6afc53cde67e7572a7b32ff062adaa2f0e

Patch Set 1 #

Total comments: 11

Patch Set 2 : Review #

Total comments: 4

Patch Set 3 : Review #

Patch Set 4 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -30 lines) Patch
M milo/appengine/buildbot/build_test.go View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
M milo/appengine/buildbot/pubsub_test.go View 1 chunk +1 line, -1 line 0 comments Download
M milo/appengine/common/acl.go View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
M milo/appengine/common/acl_test.go View 1 chunk +1 line, -1 line 0 comments Download
M milo/appengine/common/config.go View 1 2 4 chunks +32 lines, -10 lines 0 comments Download
M milo/appengine/common/config_test.go View 1 2 3 chunks +28 lines, -3 lines 0 comments Download
M milo/appengine/frontend/config.go View 1 chunk +3 lines, -2 lines 0 comments Download
M milo/appengine/frontend/cron.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
M milo/appengine/frontend/main.go View 1 chunk +1 line, -1 line 0 comments Download
M milo/common/config/project.pb.go View 2 chunks +3 lines, -1 line 0 comments Download
A milo/common/config/settings.proto View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A milo/common/config/settings.pb.go View 1 2 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (20 generated)
hinoka
ptal https://codereview.chromium.org/2760873003/diff/1/milo/appengine/frontend/config.go File milo/appengine/frontend/config.go (right): https://codereview.chromium.org/2760873003/diff/1/milo/appengine/frontend/config.go#newcode33 milo/appengine/frontend/config.go:33: func UpdateConfigHandler(ctx *router.Context) { Addressing leftover comments from ...
3 years, 9 months ago (2017-03-20 20:35:49 UTC) #4
nodir
https://codereview.chromium.org/2760873003/diff/1/milo/appengine/common/acl.go File milo/appengine/common/acl.go (right): https://codereview.chromium.org/2760873003/diff/1/milo/appengine/common/acl.go#newcode47 milo/appengine/common/acl.go:47: return false, errMissingReaders is it an error though? I ...
3 years, 9 months ago (2017-03-20 21:41:32 UTC) #7
hinoka
https://codereview.chromium.org/2760873003/diff/1/milo/appengine/common/acl.go File milo/appengine/common/acl.go (right): https://codereview.chromium.org/2760873003/diff/1/milo/appengine/common/acl.go#newcode47 milo/appengine/common/acl.go:47: return false, errMissingReaders On 2017/03/20 21:41:32, nodir wrote: > ...
3 years, 9 months ago (2017-03-20 22:19:28 UTC) #10
hinoka
Is this okay now?
3 years, 9 months ago (2017-03-21 00:55:33 UTC) #13
nodir
lgtm % comments https://codereview.chromium.org/2760873003/diff/20001/milo/appengine/common/config.go File milo/appengine/common/config.go (right): https://codereview.chromium.org/2760873003/diff/20001/milo/appengine/common/config.go#newcode45 milo/appengine/common/config.go:45: return msg, nil err = nil ...
3 years, 9 months ago (2017-03-21 01:06:52 UTC) #14
hinoka
https://codereview.chromium.org/2760873003/diff/20001/milo/appengine/common/config.go File milo/appengine/common/config.go (right): https://codereview.chromium.org/2760873003/diff/20001/milo/appengine/common/config.go#newcode45 milo/appengine/common/config.go:45: return msg, nil On 2017/03/21 01:06:51, nodir wrote: > ...
3 years, 9 months ago (2017-03-21 04:54:53 UTC) #17
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/2760873003/60001
3 years, 9 months ago (2017-03-21 05:05:24 UTC) #25
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 05:11:47 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-go/commit/12104d6afc53cde67e7572a7b32ff062adaa2f0e

Powered by Google App Engine
This is Rietveld 408576698