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

[engine] Clear pending operations with refresh. #8435

Merged
merged 10 commits into from Mar 25, 2022

Commits on Nov 18, 2021

  1. [engine] Clear pending operations with refresh.

    Just what it says on the tin. This is implemented by moving the check
    for pending operations in the last statefile into the deployment
    executor and making it conditional on whether or not a refresh is being
    performed (either via `pulumi refresh` or `pulumi up -r`). Because
    pending operations are not carried over from the base statefile, this
    has the effect of clearing pending operations if a refresh is performed.
    
    Fixes #4265.
    pgavlin committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e07c2c2 View commit details
    Browse the repository at this point in the history
  2. CL

    pgavlin committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e8f3d44 View commit details
    Browse the repository at this point in the history
  3. nil ref

    pgavlin committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    87d9be6 View commit details
    Browse the repository at this point in the history
  4. adjust a test

    pgavlin committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    88f9ca4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    3f1c1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5ae82 View commit details
    Browse the repository at this point in the history
  3. fix lifecycle test

    Zaid-Ajaj committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c142229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ad0b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    b698d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb67b17 View commit details
    Browse the repository at this point in the history