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: freckle/stackctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.2.1
Choose a base ref
...
head repository: freckle/stackctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2.2
Choose a head ref
  • 8 commits
  • 54 files changed
  • 2 contributors

Commits on Jun 26, 2023

  1. Update README.md (#49)

    cristygrant authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4a97f15 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    55744d4 View commit details
    Browse the repository at this point in the history
  2. Convert project to Fourmolu

    pbrisbin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    294997d View commit details
    Browse the repository at this point in the history
  3. Handle AWS ServiceError to more readable exit

    Any un-handled AWS errors would crash with a shown exception that is
    difficult to read. This handler just reformats it to a more readable
    error-log before still exiting failure.
    
    We implemented this in a downstream user of the library, but it makes
    sense to be in use all the time and provided by us.
    pbrisbin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    45e41a6 View commit details
    Browse the repository at this point in the history
  4. Handle removals before deploys

    It can be useful to deploy a single change set that deletes a stack
    using some name, then deploys a new one that uses that name. This
    doesn't work when we handle deletes after deploys. Reversing it handles
    that use-case better, without any downsides.
    pbrisbin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6afb63a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Use Blammo.Logging.Colors

    pbrisbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9afbdfc View commit details
    Browse the repository at this point in the history
  2. Amazonka 2.0

    pbrisbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e35504e View commit details
    Browse the repository at this point in the history
  3. Version bump

    pbrisbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    defc1b7 View commit details
    Browse the repository at this point in the history
Loading