-
Notifications
You must be signed in to change notification settings - Fork 527
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
feat: added types for Plugins #1736
Conversation
1 similar comment
This comment has been minimized.
This comment has been minimized.
@moonming Do the translations make sense? the text is a little short from screenshot |
Why are there server info and echo plugins? And it should display all the plug-ins on one page, not just click on the category to display |
And the icons are ... |
Will handle the icons, do there have other questions about Plug-in Type? It's according to docs category. 🤔 I think the name should get updated IMO. |
I'm sure I sent you a list of plugins, not the current one
琚致远 ***@***.***>于2021年4月10日 周六下午6:48写道:
Will handle the icons, do there have other questions about Plug-in Type?
It's according to docs category. 🤔 I think the name should get updated
IMO.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1736 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJZBK7GLZZKGI6TX2EKV43TIAUH3ANCNFSM42WLDBKA>
.
--
Thanks,
Ming Wen
Twitter: _WenMing
|
Deploy preview for apisix-dashboard ready! Built with commit 6828ec7 |
This PR will support |
I just created an issue to track Icon for Plugins: #1760 |
ci failed |
web/src/components/Plugin/data.tsx
Outdated
type: PluginType.serverless | ||
}, | ||
"dubbo-proxy": { | ||
type: PluginType.other |
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.
hide this too, it needs special openresty
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.
https://apisix.apache.org/docs/apisix/plugins/dubbo-proxy/
I just rechecked docs, it seems that this Plugin could be configured from UI (Raw Editor I mean), do we really need to hide it?
Codecov Report
@@ Coverage Diff @@
## master #1736 +/- ##
==========================================
+ Coverage 72.92% 73.11% +0.19%
==========================================
Files 119 119
Lines 2825 2831 +6
Branches 678 681 +3
==========================================
+ Hits 2060 2070 +10
+ Misses 765 761 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
authentication = "authentication", | ||
security = "security", | ||
traffic = "traffic", | ||
serverless = "serverless", |
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.
'component.plugin.traffic': 'Traffic Control', | ||
'component.plugin.serverless': 'Serverless', | ||
'component.plugin.observability': 'Tracing & Metrics & Logging', | ||
'component.plugin.logging': 'Logging', |
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.
Do we still need logging
? or assign them to observability
too?
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.
vote for observability
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
other
by default, or belong toCustom
?Checklist: