feat: Offer --cache option to control cache mode (Incremental Build)#1368
Open
maxreichmann wants to merge 12 commits intofeat/incremental-build-4from
Open
feat: Offer --cache option to control cache mode (Incremental Build)#1368maxreichmann wants to merge 12 commits intofeat/incremental-build-4from
maxreichmann wants to merge 12 commits intofeat/incremental-build-4from
Conversation
* Improve handling for concurrent resource access and modifications, especially when buffering streams. * Deprecate getStatInfo in favor of dedicated getSize, isDirectory, getLastModified methods. * Deprecate synchronous getStream in favor of getStreamAsync and modifyStream, allowing for atomic modification of resource content * Generate Resource hash using ssri
´+´ Adjust corresponding tests Co-authored-by: Copilot <copilot@github.com>
`+` Add corresponding tests
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part of Incremental Build: #1267
JIRA: CPOUI5FOUNDATION-1208
--cachewith values "Default", "ReadOnly", "Force" and "Off" for commands "ui5 build" and "ui5 serve"--cache-modeto--snapshot-cacheTODO: Fix logic (+test) for multiple project using the same dependency (cache is expected to be reused)