commit | 7722f538331d752c32a0d7a3babc3c06f0d10f9c | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Mon Jun 06 23:42:49 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 06 23:42:49 2022 |
tree | 8d397a68dffb4642aa38e8067af46b4e07827e0b | |
parent | d98a0c2f1e3f60b3a5ff1a167361151bb1c328cd [diff] |
[milo] make /builders page do pagination automatically Also lazy-render the builder rows so we don't send too many requests to the backend when not needed. R=mdraz@google.com, nqmtuan@google.com Bug: 1326253 Change-Id: I29e6a1800455a2c3fffa1cf998b95fffe282ed08 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3688157 Reviewed-by: Tuan Nguyen <nqmtuan@google.com> Commit-Queue: Weiwei Lin <weiweilin@google.com> Auto-Submit: Weiwei Lin <weiweilin@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.