-
Notifications
You must be signed in to change notification settings - Fork 4k
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(cli): warn of non-existent stacks in cdk destroy
#27921
Merged
Merged
Changes from 10 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
56293ef
fix(cli): No exception when stack with wrong cases is deployed
go-to-k bec1d03
Revert "fix(cli): No exception when stack with wrong cases is deployed"
go-to-k 16b0bab
add a test
go-to-k c3963b1
using matchingPattern
go-to-k 85284b2
update for selectStacksForDestroy
go-to-k 6563a5f
fix order of import
go-to-k 27a39fc
search for v1
go-to-k 6b4dbe2
change import order
go-to-k 3dbc266
cli-integ-tests
go-to-k b16eb1f
Merge branch 'main' into fix/destroy-not-exits
go-to-k df5002f
Merge branch 'main' into fix/destroy-not-exits
go-to-k cb396c1
change an error message
go-to-k f757fa3
add one unit test
go-to-k 8539c61
Merge branch 'main' into fix/destroy-not-exits
vinayak-kukreja 5d99fd7
change cli integ test for cdk migrate
go-to-k 896db29
Merge branch 'main' into fix/destroy-not-exits
vinayak-kukreja e985e72
change for cli integ tests
go-to-k 0ea97b8
Merge branch 'main' into fix/destroy-not-exits
go-to-k a22025b
Merge branch 'main' into fix/destroy-not-exits
go-to-k 749f755
Merge branch 'main' into fix/destroy-not-exits
vinayak-kukreja a16c8c6
undo fixture.cdkDestroy
go-to-k 4e0730a
to log this to the user instead of throwing an error
go-to-k eb363c7
Merge branch 'fix/destroy-not-exits' of https://github.com/go-to-k/aw…
go-to-k df4c865
Merge branch 'main' into fix/destroy-not-exits
go-to-k 1335926
Merge branch 'main' into fix/destroy-not-exits
go-to-k 1e90fed
Merge branch 'main' into fix/destroy-not-exits
paulhcsun ce29bb9
Merge branch 'main' into fix/destroy-not-exits
vinayak-kukreja a2de817
Merge branch 'main' into fix/destroy-not-exits
paulhcsun 01d7c21
recommendation for stacks matched closely
go-to-k aa9e080
Merge branch 'main' into fix/destroy-not-exits
paulhcsun 1ac0cf9
Merge branch 'main' into fix/destroy-not-exits
paulhcsun 7a64bae
Merge branch 'main' into fix/destroy-not-exits
go-to-k 75ae70f
Merge branch 'main' into fix/destroy-not-exits
go-to-k 95f2caa
Merge branch 'main' into fix/destroy-not-exits
paulhcsun e5ac121
Merge branch 'main' into fix/destroy-not-exits
paulhcsun ab639fa
Merge branch 'main' into fix/destroy-not-exits
paulhcsun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More concise.