DeterminateSystems / riff

Riff automatically provides external dependencies for Rust projects, with support for other languages coming soon.
https://riff.sh
Mozilla Public License 2.0
486 stars 13 forks source link

Send in_ci telemetry field #90

Closed edolstra closed 2 years ago

linear[bot] commented 2 years ago
DS-303 Report `in_ci` in telemetry

1. Use is_ci::cached(): [https://docs.rs/is_ci/1.1.1/is_ci/fn.cached.html](https://docs.rs/is_ci/1.1.1/is_ci/fn.cached.html) and report a bool field named `in_ci` from riff to the registry server's telemetry. 2. Edit the registry server's telemetry struct to optionally accept a bool field named in_ci.