-
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(core): customize bundling output packaging #13152
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
cb9dba6
feat(core): custom archive with bundling
jogold 0f45127
BundlePackaging
jogold 7f25960
tests
jogold b445941
README
jogold a504e8b
JSDoc
jogold fc7d262
Merge branch 'master' into single-archive
jogold 2b0a1fe
minor
jogold 10e4354
Update packages/@aws-cdk/aws-s3-assets/README.md
jogold 6586cbc
Update packages/@aws-cdk/aws-s3-assets/README.md
jogold 777a405
BundlingOutput
jogold 63f2ff8
move to function
jogold 823f417
Update packages/@aws-cdk/aws-s3-assets/README.md
jogold e6c60d1
Update packages/@aws-cdk/core/lib/bundling.ts
jogold 576d76f
Update packages/@aws-cdk/core/lib/bundling.ts
jogold 617f4dc
Update packages/@aws-cdk/core/lib/bundling.ts
jogold e0828b2
refactor determineBundledAsset
jogold 65d4abb
JSDoc and README
jogold e9fb679
outputType
jogold aa59ce9
Merge branch 'master' into single-archive
14a0ad1
Merge branch 'master' into single-archive
mergify[bot] 7bc2ad8
Merge branch 'master' into single-archive
jogold 7b3d829
correctly cache packaging type
jogold 91ff690
clean allowed-breaking-changes
jogold 975b5a6
Merge branch 'master' into single-archive
jogold 435a6a6
Update packages/@aws-cdk/core/lib/bundling.ts
jogold 4253fb5
Merge branch 'master' into single-archive
8fca3cc
Merge branch 'master' into single-archive
mergify[bot] 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
Empty file.
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.
can you explain why we need to store these stats? can't we just query them when needed?
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 is just to avoid "stating" the same path multiple times.