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

feat(cfn): delete CFN changeset if empty upon request #4101

Merged
merged 6 commits into from
Oct 28, 2019

Commits on Oct 15, 2019

  1. feat(cfn): delete CFN changeset if empty upon request

    This patch introduces the DeleteCloudFormationChangeSet async operation,
    so Orca can request to delete a CFN change set under some conditions
    (e.g. when it's empty, or after the change set has been executed). This
    will allow full control of the change set life cycle by Spinnaker.
    xavileon committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    cb603f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    37de452 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Update clouddriver-aws/src/main/groovy/com/netflix/spinnaker/clouddri…

    …ver/aws/deploy/ops/DeleteCloudFormationChangeSetAtomicOperation.java
    
    Co-Authored-By: Mark Vulfson <markvu@live.com>
    xavileon and marchello2000 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    8f4d851 View commit details
    Browse the repository at this point in the history
  2. Missing parenthesis

    xavileon committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    c3bf766 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    c7cd134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fff890 View commit details
    Browse the repository at this point in the history