-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: make AWS::LanguageExtensions local processing opt-in via --language-extensions flag #9033
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
33 commits
Select commit
Hold shift + click to select a range
04ecb19
feat(cfn-lang-ext): require enabled kwarg on expand_language_extensions
bnusunny b3ea2de
feat(cfn-lang-ext): add resolve_language_extensions_enabled resolver
bnusunny 31e8082
feat(cli): add --language-extensions Click option decorator
bnusunny f0dc275
feat(providers): add language_extensions_enabled kwarg to get_stacks
bnusunny 038c2db
feat(build): plumb --language-extensions flag through BuildContext
bnusunny b07fdc2
feat(package): plumb --language-extensions flag through PackageContext
bnusunny d88e058
refactor(build): hoist resolve_language_extensions_enabled to module-…
bnusunny 60c8cc1
feat(deploy): plumb --language-extensions flag through DeployContext
bnusunny 958fbd5
fix(deploy): preserve cycle-breaking inline imports in command.py
bnusunny 85b95a0
feat(sync): plumb --language-extensions flag through sync stack
bnusunny 83aac78
feat(validate): plumb --language-extensions flag through SamTemplateV…
bnusunny a55a99c
feat(local): plumb --language-extensions flag through InvokeContext
bnusunny 8dc1a89
feat(package): plumb language_extensions_enabled through Template export
bnusunny b7219e4
chore(cfn-lang-ext): make language_extensions_enabled explicit on ins…
bnusunny 9536a73
test(cfn-lang-ext): lock in single-telemetry-event behavior
bnusunny b3fab95
docs(cfn-lang-ext): document opt-in flag and env var
bnusunny afe088e
test(integration): exercise --language-extensions in ForEach build tests
bnusunny 9562a8a
style: apply black formatting
bnusunny 0d96fac
chore: regenerate samcli.json schema with language_extensions option
bnusunny 217cf2b
fix(deploy): resolve mypy type errors in deploy_context and guided_co…
bnusunny d7e6b4a
test(integration): add else-branch assertion to opt-out regression test
bnusunny 6fbb27b
fix(local): thread language_extensions_enabled through RefreshableSam…
bnusunny 01fb8ee
test(integration): add --language-extensions to TestBuildWithLanguage…
bnusunny 8f28988
test(integration): add --language-extensions to all LE integration tests
bnusunny 44962bf
test(deploy): add build step to LE deploy integration test
bnusunny 27e09b8
test(integration): add --language-extensions to invoke/start-api comm…
bnusunny 912fbbd
ci: trigger integration test run
bnusunny bdcd614
test(deploy): add --language-extensions to deploy commands for LE tem…
bnusunny ed0d4f9
fix(deploy): thread language_extensions to PackageContext in deploy c…
bnusunny 9f5934b
fix(sync): guard _detect_foreach_code_changes when LE is disabled
bnusunny d0f7f41
test(deploy): add s3_bucket to LE deploy test
bnusunny 8ceafc3
Merge branch 'develop' into le-disable-and-backcompat-tests
bnusunny e03b99b
Merge branch 'develop' into le-disable-and-backcompat-tests
bnusunny 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
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
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
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.