Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3e7ce1e07d7c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c6ec7b613ad6
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 7, 2020

  1. aws-sam-cli: disable telemetry

    Since v0.19.0 aws-sam-cli sends telemetry data to AWS[1]. To protect the users'
    privacy, we opt-out by default.
    
    [1] aws/aws-sam-cli#1272
    stefano-m committed Feb 7, 2020
    Copy the full SHA
    c6b1ce4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. aws-sam-cli: add argument to conditionally enable telemetry

    If someone really wants to opt into telemetry, they can do so by setting
    `enableTelemetry` to `true` (the default is `false`), in which case the wrapper
    that sets `SAM_CLI_TELEMETRY` to `0` will not be created.
    
    Note that this actually allows a user to optionally disable telemetry from the
    command line or the (poorly documented) configuration in
    `~/.aws-sam/metadata.json`. The downside is telemetry will be enabled at least
    on the first run, causing a unique installation ID to be saved in the
    configuration file.
    stefano-m committed Feb 11, 2020
    Copy the full SHA
    2b4794f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge pull request #79478 from stefano-m/aws-sam-cli-no-telemetry

    aws-sam-cli: disable telemetry
    rnhmjoj committed Feb 12, 2020
    Copy the full SHA
    c6ec7b6 View commit details
    Browse the repository at this point in the history