-
Notifications
You must be signed in to change notification settings - Fork 138
Refresh feature branch with trunk #676
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
felixarntz
merged 19 commits into
feature/creating-standalone-plugins
from
refresh-with-trunk
Mar 16, 2023
Merged
Refresh feature branch with trunk #676
felixarntz
merged 19 commits into
feature/creating-standalone-plugins
from
refresh-with-trunk
Mar 16, 2023
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
Add `wp-total` metric to default Server-Timing metrics
…nly-for-loading Ensure module `load.php` files really only load other code to prevent conflicts in standalone plugins
Fix problems with placing `object-cache.php` drop-in
Merged
3 tasks
mukeshpanchal27
approved these changes
Mar 16, 2023
Member
mukeshpanchal27
left a comment
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.
Thanks @felixarntz, LGTM!
10upsimon
approved these changes
Mar 16, 2023
Contributor
10upsimon
left a comment
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.
Approving as I've already approved the code that was merged to trunk, and the commit with changes (the only new code) LGTM.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Infrastructure
Issues for the overall performance plugin infrastructure
no milestone
PRs that do not have a defined milestone for release
[Type] Enhancement
A suggestion for improvement of an existing feature
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.
Summary
The PR for #667 was intentionally merged into
trunk, so we should update our feature branch to get those changes as well since they are critical for the creating standalone plugins work.This PR is really just a merge commit, the code was already reviewed before. The only new code change here is 7ba9b77.
Relevant technical choices
load.phpfile since we shouldn't declare functions in the main file any longer.Checklist
[Focus]orInfrastructurelabel.[Type]label.no milestonelabel.