commit | 0baca4b3925f59899c788016b38611743d7d9b8a | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Wed May 25 23:47:37 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 25 23:47:37 2022 |
tree | c13998007734fa26f2f8e0d57a7687da6e21cf39 | |
parent | 1c11bac9085d49196c67a10c125e3c592caa80c8 [diff] |
[milo][history] remove unsupported filters The new frontend/RPC doesn't support those filters. They will be added back if there's a user request for it. R=mdraz@google.com, nqmtuan@google.com Bug: 1266759 Change-Id: Ic22e07203b1a7773a39f7ab5fc8bfb686889db46 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3669914 Reviewed-by: Tuan Nguyen <nqmtuan@google.com> Auto-Submit: Weiwei Lin <weiweilin@google.com> Commit-Queue: 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.