commit | 026046905f1d4780f4685a0da9d5ec1b5cb8ec49 | [log] [tgz] |
---|---|---|
author | Andrii Shyshkalov <tandrii@google.com> | Wed Oct 27 20:57:48 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 27 20:57:48 2021 |
tree | c3affcb2fe1ce21af0a4b4ae549bb748d6169fb3 | |
parent | 454afec442a2199e8baa3fbeddf8e1b46ea0b183 [diff] |
[cv][run] modify LoadRuns() to also return a page token. The page tokens are *intentionally* not strings or []byte, but proto, such that when used in API or UI they must be forcibly converted to strings, hopefully with security in mind s.t. leaks are avoided. The follow up CL will do this for our /ui/recents/ R=robertocn, yiwzhang Bug: 1264046 Change-Id: I4361b1ef2e6ca1618e37a6a4dbde20cfb5e4c99f Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3247412 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Yiwei Zhang <yiwzhang@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.