catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 563 forks source link

Use dashboard.api.utils to uniformly parse api params #4530

Closed perezju closed 5 years ago

perezju commented 6 years ago

For example the new ParseBool allows to robustly parse things like 'true' and 'False' into their corresponding bool values.

This is already used by /bugs API and should be also used by /alerts.

@simonhatch @benshayden @eakuefner

benshayden commented 5 years ago

Done