commit | 5dad7bdcb6a49350bf612c076e907e861bc22b30 | [log] [tgz] |
---|---|---|
author | Camilo Jacomet <cjacomet@google.com> | Thu Apr 13 21:32:32 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 13 21:32:32 2023 |
tree | a422900563a31c30367fc0e54a2b6cb42e8a09b6 | |
parent | ea0b8bbe51667ccf40f5b3b7ec7ab2f838b1ed87 [diff] |
[auth-service]: Roles Expander Part of the realms internal representation, RolesExpander expands roles to get the internal indexes related to roles, sorted permissions related to roles, and maintains a copy of the roles defined in permissionsDB. Context: https://chromium.googlesource.com/infra/luci/luci-py/+/refs/heads/main/appengine/auth_service/realms/rules.py#139 Change-Id: Ibb024029a10a3951a0394045f7466c60e3519226 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/4367360 Reviewed-by: Joey Scarr <jsca@google.com> Commit-Queue: Camilo Jacomet <cjacomet@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
It is now possible to directly install tools with go install:
go install go.chromium.org/luci/auth/client/cmd/...@latest go install go.chromium.org/luci/buildbucket/cmd/...@latest go install go.chromium.org/luci/cipd/client/cmd/...@latest go install go.chromium.org/luci/client/cmd/...@latest go install go.chromium.org/luci/cv/cmd/...@latest go install go.chromium.org/luci/gce/cmd/...@latest go install go.chromium.org/luci/grpc/cmd/...@latest go install go.chromium.org/luci/logdog/client/cmd/...@latest go install go.chromium.org/luci/luci_notify/cmd/...@latest go install go.chromium.org/luci/lucicfg/cmd/...@latest go install go.chromium.org/luci/luciexe/legacy/cmd/...@latest go install go.chromium.org/luci/mailer/cmd/...@latest go install go.chromium.org/luci/mmutex/cmd/...@latest go install go.chromium.org/luci/resultdb/cmd/...@latest go install go.chromium.org/luci/server/cmd/...@latest go install go.chromium.org/luci/swarming/cmd/...@latest go install go.chromium.org/luci/tokenserver/cmd/...@latest go install go.chromium.org/luci/tools/cmd/...@latest
Contributing uses the same flow as Chromium contributions.