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(pipelines): room for extra sequential intermediary actions in CdkStage addApplication() #11376

Merged
merged 3 commits into from
Nov 10, 2020

Commits on Nov 9, 2020

  1. feat(pipelines): room for extra sequential intermediary actions in Cd…

    …kStage addApplication()
    
    Currently there is no way of reordering stages/actions once they are created. Getting to
    
    the Prepare and Execute change set actions while adding an application stage, we identified a
    
    use case within our company that needs one or more intermediary sequential actions before
    
    actually executing the change set. To resolve the problem, I suggest extending
    
    the AddStageOptions interface with an optional property representing the number of
    
    intermediary actions you need room for.
    
    Closes aws#11333
    adriantaut committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    579c15f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. feat(pipelines): room for extra sequential intermediary actions in Cd…

    …kStage addApplication()
    
    naming changes as per reviewer recommendation
    
    Closes aws#11333
    adriantaut committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    191e270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cfc1d View commit details
    Browse the repository at this point in the history