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: heroku/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.52.0
Choose a base ref
...
head repository: heroku/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.53.0
Choose a head ref
  • 6 commits
  • 182 files changed
  • 5 contributors

Commits on Apr 12, 2021

  1. feat(redis-v5): add JSON output to redis:info

    Some customers are parsing the output of `redis:info` from the CLI in
    order to get metadata about their Redis add-ons. In order to ease this
    in lieu of a public API endpoint, lets add a JSON output for this
    information.
    mble authored and fivetanley committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ddd2bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12115d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. ci: remove codecov (#1786)

    * build: remove codecov
    
    * remove unused circleci config files
    
    * remove unused appveyor files
    
    * remove codecov badge references
    
    * remove unused .travis.yml files
    fivetanley committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    67b9080 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. ci: update ci workflow (#1790)

    * ci: add sign and pack deb ci scripts
    
    * test: only use env var for acceptance tests
    
    * ci: test storing of signed gpg results to artifacts
    
    * ci: consolidate to a single workflow and release jobs
    
    * ci: fix indenting
    
    * ci: fix checkout order
    
    * ci: run yarn in pack jobs
    
    * ci: release depends on pack-tarballs
    
    * ci: remove hardcoded s3 bucket, rely on env var
    
    * ci: remove pack from tarballs release
    
    * ci: fix double nested dist dir after attaching workspace
    
    * ci: try switching up the yarn cache key
    
    * ci: comment out windows tests temporarily for quicker builds
    
    * ci: fix yarn caching
    
    * ci: use always run filter so jobs run on tags
    
    * build(cli): update @oclif/dev-cli
    
    * ci: fix working directory before running scripts/postrelease
    
    * ci: use absolute path to dir for install_scripts
    
    * ci: use env var for s3 bucket
    
    * ci: restore windows tests
    
    * ci: use passphrase with deb signing
    
    * ci: publish heroku deb public key to s3
    
    * ci: fix ci cache keys
    
    * ci: set pinentry-mode on gpg import
    
    * ci: use batch instead of pinentry
    
    * ci: run windows and node tests with always_run_filter
    
    * ci: disable automatic cloudfront cache invalidation
    
    Co-authored-by: Stanley Stuart <sstuart@salesforce.com>
    chadian and fivetanley committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b9bb49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    043af3a View commit details
    Browse the repository at this point in the history
  3. release v7.53.0 (#1793)

    * ci: only run pack/sign/release steps on master/tags
    
    * v7.53.0
    fivetanley committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    f862d38 View commit details
    Browse the repository at this point in the history
Loading