-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Remove upgrade controller from OPCM #17660
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #17660 +/- ##
===========================================
+ Coverage 74.83% 80.99% +6.15%
===========================================
Files 173 118 -55
Lines 11064 6278 -4786
===========================================
- Hits 8280 5085 -3195
+ Misses 2638 1193 -1445
+ Partials 146 0 -146
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
… new L!_PROXY_ADMIN_OWNER
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.
Very happy about this change!
Fixes this task by removing
upgradeControllerfrom OPCM, now that it is not used anymore.Outside OPCM,
upgradeControllerbecomesl1PAO, which is the same thing, but in a more recognizable name.