-
Notifications
You must be signed in to change notification settings - Fork 820
fix(cli): gen2-migration lock --rollback reports false drift
#14862
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
Open
iliapolo
wants to merge
33
commits into
dev
Choose a base branch
from
epolon/e2e-rollback
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
acea6af
fix(cli-internal): replace lock rollback drift validation with stack …
iliapolo 349c5fd
fix(cli-internal): revert retain policy to use RESOURCES_TO_RETAIN list
iliapolo c8626aa
chore: store locator needs to skip validations during refactor rollba…
iliapolo ccd2667
chore: dont run gen2 tests, remove cleanup dependency on migration e2es
iliapolo 132101b
Merge branch 'dev' into epolon/e2e-rollback
iliapolo 6e16383
fix(cli-internal): skip optional attributes in auth userAttributes ma…
iliapolo df9ea47
chore: reuse refresh logic, add lock rollback conditional resource check
iliapolo a2612b1
chore: touch function
iliapolo e950e6e
chore: remove init dep
iliapolo 5881171
chore: mid work
iliapolo b90edd7
Merge branch 'dev' into epolon/e2e-rollback
iliapolo be69d6e
chore: revert a bunch
iliapolo fec938c
Merge branch 'dev' into epolon/e2e-rollback
iliapolo aa3cfea
chore: revert a bunch
iliapolo d78b9f8
Merge branch 'dev' into epolon/e2e-rollback
iliapolo 44fbe6d
chore: add finance tracker e2e
iliapolo b54a497
chore: include windows tests
iliapolo b324620
chore: fixups
iliapolo f51b951
chore: fixups
iliapolo 6aeec96
chore: pass directs creds to teardown is possible
iliapolo 2660238
chore: log
iliapolo 732f96a
chore: ignore cache in fromIni
iliapolo d2e1df5
chore(amplify-e2e-gen2-migration): consolidate e2e lifecycle into App…
iliapolo b66fd87
docs: update migration/config.json documentation
iliapolo 7204710
chore: bring back windows exclusion
iliapolo 82a3f74
chore: rename
iliapolo e49ca63
Merge branch 'dev' into epolon/e2e-rollback
iliapolo 41cc57a
chore: override console logger
iliapolo 6d72ad2
chore: checkout before retain
iliapolo 2963f17
refactor(amplify-e2e-gen2-migration): extract printBanner helper
iliapolo 409aaf5
refactor(amplify-e2e-gen2-migration): extract forward method and fix …
iliapolo b980944
refactor(amplify-e2e-gen2-migration): replace AWS CLI sts call with SDK
iliapolo 16823ec
chore: touchups
iliapolo 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "lock": { | ||
| "lockForward": { | ||
| "skipValidations": true | ||
| } | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| { | ||
| "refactor": { "skipValidations": true } | ||
| "refactorForward": { "skipValidations": true }, | ||
| "refactorRollback": { "skipValidations": true } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.