-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand parameter overrides #7876
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
77bc095
Support file:// for parameter-overrides
sigJoe 18d6d40
Flatten nested lists and normalize parameters
sigJoe 42b5bc6
handle empty param files and non-string yaml keys
sigJoe be1a663
fix list collapse to comma delimited
sigJoe abf9926
handle tuples from cli parameter-overrides
sigJoe 27f03ca
Merge samconfig and cli parameter overrides
sigJoe b6027e9
Merge branch 'aws:develop' into expanded-parameter-overrides
sigJoe 4c740cf
Lint
sigJoe 124d78f
Add unit tests, apply related fixes
sigJoe 67ef7f8
Merge branch 'develop' into expanded-parameter-overrides
sigJoe 8b3782e
Replace |= with .updates() to support older Python
sigJoe c2aaa39
Remove merging samconfig and cli
sigJoe 2152c8b
Fix type hint union
sigJoe b5f3f6b
re-add accidental line deletion
sigJoe af3c3e4
Fix json schema and add tests
sigJoe a7b8abd
Merge branch 'develop' into expanded-parameter-overrides
seshubaws 82300c6
Merge branch 'develop' into expanded-parameter-overrides
seshubaws 12bb66c
Merge branch 'develop' into expanded-parameter-overrides
vicheey 8b48404
Merge branch 'develop' into expanded-parameter-overrides
seshubaws b6ba275
Update comments and black linting
sigJoe 18b85d5
Merge branch 'develop' into expanded-parameter-overrides
sigJoe b01d079
add protection against infinite recursion
sigJoe 4d40652
Merge branch 'develop' into expanded-parameter-overrides
sigJoe 6b3d4fd
Merge branch 'develop' into expanded-parameter-overrides
seshubaws 77ad732
Merge branch 'develop' into expanded-parameter-overrides
vicheey f0a905c
Merge branch 'develop' into expanded-parameter-overrides
roger-zhangg 56b9c86
Update tests/unit/cli/test_types.py
sigJoe 5ae309d
Merge branch 'develop' into expanded-parameter-overrides
reedham-aws e1e7ab9
Merge branch 'develop' into expanded-parameter-overrides
roger-zhangg 841de33
Merge branch 'develop' into expanded-parameter-overrides
vicheey 0ae9282
Merge branch 'develop' into expanded-parameter-overrides
vicheey 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
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.
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.
Thank you for this protection for endless recursive loop.