commit | 278ca01cc8c1d80f5fadd0809cd1b3a4b49e9e3a | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Tue Nov 23 02:32:59 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 23 02:32:59 2021 |
tree | fcb2167d1786cde1667418ec5082afea7521687a | |
parent | 2de34c329fccc286fdc2a95e63f68cf41dff2f2a [diff] |
[milo][history] support disable grouping in test-variant-table 1. Add property to enable/disable grouping in TestVariantTableState 2. Disables grouping in the table body, column header, and config widget when enablesGrouping is set to false. R=mwarton, nqmtuan Bug: 1232847 Change-Id: Icc8f322d8fbc3695fe12764408a303cd2529a8ad Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3296049 Commit-Queue: Weiwei Lin <weiweilin@google.com> Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Matthew Warton <mwarton@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.