|
LogDog: Add prefix registration endpoint.
Add an prefix registration API and endpoint to LogDog coordinator. This
is exposed in a separate registration module. Implementation of this
endpoint is left to a future CL.
Add Coordinator awareness of project WRITE permission. This will be checked
in the RegisterPrefix endpoint and prefix creation/access is gated on
WRITE permission.
BUG=
Committed: https://github.com/luci/luci-go/commit/b1900dca518ac21c33e269fa7f289264826f4fbc
Total comments: 6
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+658 lines, -94 lines) |
Patch |
 |
M |
appengine/cmd/logdog_coordinator/services/main.go
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/cmd/logdog_coordinator/vmuser/main.go
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/auth.go
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/context.go
|
View
|
1
2
3
|
3 chunks |
+44 lines, -19 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/coordinatorTest/context.go
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/logs/list.go
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/logs/list_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/logs/service.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
appengine/logdog/coordinator/endpoints/registration/registerPrefix.go
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
appengine/logdog/coordinator/endpoints/registration/service.go
|
View
|
1
2
3
|
3 chunks |
+11 lines, -31 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/endpoints/services/service.go
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/hierarchy/hierarchy.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/hierarchy/hierarchy_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/logdog/coordinator/logStreamState_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
client/internal/logdog/butler/bundler/bundler.go
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
common/api/logdog_coordinator/registration/v1/gen.go
|
View
|
1
2
3
|
1 chunk |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
A |
common/api/logdog_coordinator/registration/v1/pb.discovery.go
|
View
|
|
1 chunk |
+260 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
common/api/logdog_coordinator/registration/v1/registrationserver_dec.go
|
View
|
|
1 chunk |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
A |
common/api/logdog_coordinator/registration/v1/service.proto
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
common/api/logdog_coordinator/registration/v1/service.pb.go
|
View
|
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
common/api/logdog_coordinator/registration/v1/util.go
|
View
|
1
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
common/proto/logdog/logpb/butler.proto
|
View
|
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 11 (5 generated)
|