-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Build: Update Gutenberg => Core integration #10638
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
Open
youknowriad
wants to merge
31
commits into
WordPress:trunk
Choose a base branch
from
youknowriad:update/gutenberg-integration
base: trunk
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.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1fa3c17
Build: Update Gutenberg => Core integration
youknowriad a8dc192
Fix checkout script
youknowriad ce99e8c
Simplify checkout script
youknowriad 1de6928
Automation: Updating built files with changes.
83e4525
Fix build
youknowriad 13832c0
Disable auto-commit
youknowriad f9aae7e
Fix JSHint
youknowriad 4fd202c
Consolidate block-json building
youknowriad cbca0e2
Fix windows build
youknowriad 7654a5a
Fix unit tests
youknowriad cd57438
Disable auto-commit workflow temporarily
youknowriad dc6ba78
update snapshot modules unit tests
youknowriad f734da1
Update src built files
youknowriad 7d294c2
Fix MathML
youknowriad 85681d8
Revert "Disable auto-commit workflow temporarily"
youknowriad 2e34e56
Revert "Disable auto-commit"
youknowriad 75ff641
Use content hashes for versions
youknowriad bd1eae2
Shallow clone
youknowriad d2d8179
Stable build
youknowriad 742bf3b
Automation: Updating built files with changes.
4a97017
Increase memory for the build process
youknowriad 429fbc9
Remove gutenberg built process workflow: Now Gutenberg is always buil…
youknowriad 78e9db2
Normalize paths betweens Operating systems
youknowriad 8bedcb8
More stable version hashes
youknowriad 6d828b6
Avoid linting removed files
youknowriad eff7b55
gitignore all of Gutenberg generated code
youknowriad c207b12
Simplify modules registration
youknowriad fe07bf3
Simplify build
youknowriad 034169d
Fix block CSS building
youknowriad 8b113a3
Format build files
youknowriad ce9e365
More copy simplifications
youknowriad 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
100 changes: 0 additions & 100 deletions
100
.github/workflows/reusable-test-gutenberg-build-process.yml
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ wp-tests-config.php | |
| /node_modules | ||
| /npm-debug.log | ||
| /build | ||
| /gutenberg | ||
| /tests/phpunit/build | ||
| /wp-cli.local.yml | ||
| /jsdoc | ||
|
|
@@ -30,15 +31,18 @@ wp-tests-config.php | |
| /src/wp-admin/css/colors/*/*.css | ||
| /src/wp-admin/js | ||
| /src/wp-includes/assets/* | ||
| !/src/wp-includes/assets/script-loader-packages.min.php | ||
| !/src/wp-includes/assets/script-modules-packages.min.php | ||
| /src/wp-includes/js | ||
| /src/wp-includes/css/dist | ||
| /src/wp-includes/css/*.min.css | ||
| /src/wp-includes/css/*-rtl.css | ||
| /src/wp-includes/blocks/**/*.css | ||
| /src/wp-includes/blocks/**/*.js | ||
| /src/wp-includes/blocks/**/*.js.map | ||
| /src/wp-includes/blocks/* | ||
| !/src/wp-includes/blocks/index.php | ||
| /src/wp-includes/build | ||
| /src/wp-includes/class-wp-block-parser.php | ||
| /src/wp-includes/class-wp-block-parser-block.php | ||
| /src/wp-includes/class-wp-block-parser-frame.php | ||
| /src/wp-includes/theme.json | ||
| /src/wp-includes/theme-i18n.json | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if we need to manually add this to svnignore too |
||
| /packagehash.txt | ||
| /artifacts | ||
| /setup.log | ||
|
|
||
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.
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.
What's this for?
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.
Typescript building on MacOS consumes more memory than the default allocated memory to node processes. I recall we had to do something similar elsewhere. (Without it the build fails on MacOS on CI)