-
Notifications
You must be signed in to change notification settings - Fork 75
feat: Incremental Build #1267
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
Draft
RandomByte
wants to merge
59
commits into
main
Choose a base branch
from
feat/incremental-build-4
base: main
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.
Draft
feat: Incremental Build #1267
Conversation
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
…ters Cherry-picked from SAP/ui5-fs@5651627 JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-fs@5651627 JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-builder@ef5a3b2 JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-project@82b20ee JIRA: CPOUI5FOUNDATION-1174
Prerequisite for versioning support Cherry-picked from: SAP/ui5-project@83b5c4f JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-project@cb4e858 JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-cli@d29ead8 JIRA: CPOUI5FOUNDATION-1174
* 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
20fde95 to
dcc263b
Compare
getIntegrity tests still need to be updated
Otherwise we might constantly recalculate the integrity of the clones, since it's never cached on the original resource
refactor(project): Project refactoring refactor(project): Cleanup refactor(project): Fix missing invalidation of tasks on stage replace refactor(project): Stages always contain a writer refactor(project): Refactor serialization refactor(project): Cleanup refactor(project): Refactor project stages A stage now either has a single writer or a single reader (from cache) refactor(project): Rename MerkleTree => HashTree refactor(project): Cleanup refactor(project): Improve HashTree resource updates refactor(project): Add resource metadata to HashTree refactor(project): Use Resource instances in HashTree directly refactor(project): Update HashTree usage refactor(project): Refactor refactor(project): Add upsert to HashTree refactor(project): Refactor result stage cache refactor(project): Remove result stage cache refactor(project): Cleanup refactor(project): Update JSDoc refactor(project): Update JSDoc refactor(project): Split HashTree and TreeRegistry tests refactor(project): Add tests refactor(project): Add strict resource comparison refactor(project): Optimize shared tree state refactor(project): Re-add result stage cache test(project): Add cache tests refactor(project): Cleanup
Not needed in current implementation
This reverts commit 084bb39.
dcc263b to
3941bd1
Compare
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.
Implementation of RFC 0017 Incremental Build
This PR supersedes previous PoC: #1238
JIRA: CPOUI5FOUNDATION-1174