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

fix(cli): ecs hotswap deployment waits correctly for success or failure #28448

Merged
merged 14 commits into from
Mar 26, 2024

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    83c37c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313afb9 View commit details
    Browse the repository at this point in the history
  3. fix: improve deployment completion checking

    new deployments are initially in an intermediate state with 0 counts which the waiter may match and return on immediately
    
    this uses a more reliable property that signals deployment completion
    tomwwright committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f0280e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4c772d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bef62e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e3b63b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18fbe29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1618d84 View commit details
    Browse the repository at this point in the history
  9. fix: faster polling for ecs hotswap

    the FAILED intermediate state is short
    
    faster polling ensures responsive deployments
    tomwwright committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    807d834 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a9a126 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e01ba9d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    b16e436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85517d3 View commit details
    Browse the repository at this point in the history