-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
chore: rename "uiOverrideRegistry" -> "extensionsRegistry" #20628
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20628 +/- ##
==========================================
- Coverage 66.78% 66.62% -0.17%
==========================================
Files 1754 1751 -3
Lines 65592 65581 -11
Branches 6938 6938
==========================================
- Hits 43808 43695 -113
- Misses 20026 20126 +100
- Partials 1758 1760 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM
SUMMARY
Renaming
uiOverrideRegistry
to the better nameextensionsRegistry
.Kept the old name around for backwards compatibility. It should be removed later.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION