|
|
LogDog: Implement RegisterPrefix RPC.
Implement the register prefix RPC. Remove prefix creation from the
register stream RPC. Prefix creation and access to prefix namepace is
gated on WRITE ACL for the user.
Expiration is currently not retained or enforced, and will be implemented
in a future CL.
LogDog Coordinator is no longer usable by the current Butler. A future
CL will enable the Butler to call RegisterStream appropriately.
BUG=
Committed: https://github.com/luci/luci-go/commit/f53ba305ee6fd50d62bfdf2abc02ea9c943b506a
Total comments: 37
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+598 lines, -508 lines) |
Patch |
 |
M |
appengine/logdog/coordinator/coordinatorTest/logStream.go
|
View
|
|
3 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/registration/registerPrefix.go
|
View
|
1
2
|
1 chunk |
+141 lines, -3 lines |
0 comments
|
Download
|
 |
A |
appengine/logdog/coordinator/endpoints/registration/registerPrefix_test.go
|
View
|
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
D |
appengine/logdog/coordinator/endpoints/services/registerPrefix.go
|
View
|
|
1 chunk |
+0 lines, -139 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/services/registerStream.go
|
View
|
1
2
3
4
5
|
5 chunks |
+27 lines, -33 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/services/registerStream_test.go
|
View
|
1
2
|
3 chunks |
+25 lines, -17 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/hierarchy/hierarchy.go
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/logPrefix.go
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/logStream.go
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
common/api/logdog_coordinator/registration/v1/pb.discovery.go
|
View
|
|
1 chunk |
+237 lines, -246 lines |
0 comments
|
Download
|
 |
M |
common/api/logdog_coordinator/registration/v1/service.proto
|
View
|
|
2 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
common/api/logdog_coordinator/registration/v1/service.pb.go
|
View
|
|
3 chunks |
+22 lines, -27 lines |
0 comments
|
Download
|
 |
M |
common/logdog/types/streamname.go
|
View
|
1
2
|
2 chunks |
+13 lines, -15 lines |
0 comments
|
Download
|
 |
M |
common/logdog/types/streamsecret.go
|
View
|
1
2
3
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
common/proto/logdog/svcconfig/config.proto
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
common/proto/logdog/svcconfig/config.pb.go
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 14 (6 generated)
|