commit | d868211915f98cef8ec0cdda95019d6027863dab | [log] [tgz] |
---|---|---|
author | Joey Scarr <jsca@google.com> | Thu Jun 23 02:33:33 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 23 02:33:33 2022 |
tree | 0c012c3c65cd30002ed3d3bda871a657f37a235d | |
parent | 60e5f639cb930cddb0797652c4a1c824d68cf9af [diff] |
[auth-service] Increment AuthDB revision when creating a group. To come in a follow-up CL: writing historical entities, and triggering replication. Bug: 1336134 Change-Id: Id773623024e5afe61995b84da496dda63eb72895 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3710353 Commit-Queue: Joey Scarr <jsca@google.com> Reviewed-by: Camilo Jacomet <cjacomet@google.com> Reviewed-by: Yiwei Zhang <yiwzhang@google.com> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
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.