-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 web-server: Advertises state of WEBSERVER_FUNCTIONS so front-end can enable/disable this feature
#7715
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
🎨 web-server: Advertises state of WEBSERVER_FUNCTIONS so front-end can enable/disable this feature
#7715
Conversation
…ns to _get_disabled_advertised_plugins
|
@mergify queue |
🟠 Waiting for conditions to match
|
odeimaiz
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.
merci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7715 +/- ##
==========================================
- Coverage 87.35% 83.80% -3.56%
==========================================
Files 1839 701 -1138
Lines 71084 33132 -37952
Branches 1203 174 -1029
==========================================
- Hits 62097 27766 -34331
+ Misses 8659 5308 -3351
+ Partials 328 58 -270
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|



What do these changes do?
Advertises state of WEBSERVER_FUNCTIONS so front-end can enable/disable this feature. Does some cleanup as well.
♻️ Changes to plugin handling:
_get_disabled_public_pluginsto_get_disabled_advertised_pluginsto better reflect its purpose of identifying plugins that are disabled from being advertised to the client. Added a clarifying docstring and updated the list of plugins to includeWEBSERVER_FUNCTIONS.to_client_staticsmethod to use the newly renamed_get_disabled_advertised_pluginsmethod, ensuring consistency across the codebase.Related issue/s
How to test
Dev-ops
None