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.47.10
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.47.11
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 22, 2021

  1. fix(apps-v5): get pipeline stage from pipeline_coupling

    [775c679][1] removed the `pipeline`
    object from the `info` object used to render the display in `apps:info`
    to fix a deprecation warning. Unfortunately, it seems like this
    introduced a regression as code that was referencing `info.pipeline` was
    not updated to use `info.pipeline_coupling`, resulting in runtime
    exceptions due to trying to access a property off of `undefined`.
    
    Work Item: [W-8780887][2]
    
    [1]: 775c679
    [2]: https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07B00000094UCiIAM/view
    fivetanley committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    fbb68c1 View commit details
    Browse the repository at this point in the history
  2. v7.47.11

    fivetanley committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f7f3221 View commit details
    Browse the repository at this point in the history
Loading