commit | 2b4312a7b2e05c386c8da55ac8909ddd357beabd | [log] [tgz] |
---|---|---|
author | Joey Scarr <jsca@google.com> | Mon Jul 11 22:45:41 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 11 22:45:41 2022 |
tree | 35766678f6e65f1f30ee6e8502c9e1630693b111 | |
parent | 4ffb3f8bc290370a50a1da7ae61633f39724d001 [diff] |
[auth-service] Add etag field to AuthGroup proto. Enforce it (if provided) in the DeleteGroup RPC. This will also be used by the UpdateGroup RPC in future. See Vadim's comment on https://crrev.com/c/3739702 for more details about what this is for. Bug: 1336134 Change-Id: Id536a4cfeaf46ec1e942a95d4d36d1119b5578d2 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3739713 Commit-Queue: Joey Scarr <jsca@google.com> Reviewed-by: Yiwei Zhang <yiwzhang@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
Contributing uses the same flow as Chromium contributions.