-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(diff): properties from ChangeSet diff were ignored #30268
Closed
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
b6d2cda
in progress
bergjaak 73e97bb
in progress
bergjaak cd751b3
Merge branch 'main' of github.com:aws/aws-cdk into bergjaak/ResourceD…
bergjaak c15b448
in progress
bergjaak 48c694c
I am going to consider what happens if I just always replace resource…
bergjaak 62338a6
get resource details from changeset
bergjaak 7a74592
get resource details from changeset
bergjaak 0eba0cc
get resource details from changeset
bergjaak 2e259b2
update unit tests
bergjaak 464b699
separate file for changeset tests
bergjaak f8593d4
integ test added and updated
bergjaak 05956d6
more tests
bergjaak 52129b0
clean
bergjaak 2683ed7
tests are passing
bergjaak 56e20d8
fully tested
bergjaak 54a920e
fully tested
bergjaak 416f4b6
make _maybeParse better
bergjaak c15f9ef
make _maybeParse better
bergjaak bd9eccf
rename describe
bergjaak 3b986cb
clean
bergjaak fff90cc
fix build
bergjaak 82c7a57
add test for formatting
bergjaak 207c416
fix describe changeset
bergjaak 0b29d2b
Merge branch 'main' of github.com:aws/aws-cdk into bergjaak/ResourceD…
bergjaak f12b22b
better
bergjaak 3e38f56
add private and public
bergjaak 9fcaadd
use enum and better UNKNOWN
bergjaak 94cbbda
include property values
bergjaak f23ce3d
now use beforeContext and afterContext to see property changes
bergjaak 61bbcce
integ test for security changes
bergjaak a06fc7b
fixing unit tests
bergjaak c87aaa9
Merge branch 'main' of github.com:aws/aws-cdk into bergjaak/ResourceD…
bergjaak 6fcfafd
stuff
bergjaak 84ce20b
handle regions where describeChangeSet.IncludePropertyValues is not a…
bergjaak e65abf7
clean up comments
bergjaak f221971
removed context backups
bergjaak 213df93
ready
bergjaak 357ff5e
ready
bergjaak ed49a27
Merge branch 'main' into bergjaak/ResourceDiff2
bergjaak 3694e71
ready
bergjaak e1ff643
Merge branch 'main' of github.com:aws/aws-cdk into bergjaak/ResourceD…
bergjaak 8af1b4e
Merge branch 'bergjaak/ResourceDiff2' of github.com:aws/aws-cdk into …
bergjaak 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
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.
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.
this was refactored into multiple functions in the new class