Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send anonymous telemetry to bugout #11697

Merged
merged 5 commits into from Mar 19, 2021
Merged

Send anonymous telemetry to bugout #11697

merged 5 commits into from Mar 19, 2021

Commits on Mar 15, 2021

  1. Send anonymous telemetry.

    Uses the `humbug` library to send anonymized telemetry data
    to bugout.
    
    Repos must opt in to telemetry. We log a warning if a repo has
    not opted in or out.
    
    See the code and also https://www.pantsbuild.org/v2.4/docs/anonymous-telemetry
    for more info on the data we send and how we preserve anonymity
    and prevent leakage of proprietary information.
    
    [ci skip-rust]
    
    [ci skip-build-wheels]
    benjyw committed Mar 15, 2021
    Copy the full SHA
    b3d77f0 View commit details
    Browse the repository at this point in the history
  2. Remove cruft

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    benjyw committed Mar 15, 2021
    Copy the full SHA
    908d1ea View commit details
    Browse the repository at this point in the history
  3. Use docs_url to generate documentation references.

    [ci skip-rust]
    
    [ci skip-build-wheels]
    benjyw committed Mar 15, 2021
    Copy the full SHA
    9bd5e87 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Address code review feedback.

    [ci skip-rust]
    
    [ci skip-build-wheels]
    benjyw committed Mar 16, 2021
    2
    Copy the full SHA
    2c98b81 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Merge branch 'master' into humbug2

    [ci skip-rust]
    
    [ci skip-build-wheels]
    benjyw committed Mar 17, 2021
    Copy the full SHA
    bb07dd7 View commit details
    Browse the repository at this point in the history