-
Notifications
You must be signed in to change notification settings - Fork 111
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: Add the plugin management API #747
Feat: Add the plugin management API #747
Conversation
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #747 +/- ##
==========================================
- Coverage 61.09% 61.06% -0.03%
==========================================
Files 106 106
Lines 18543 18867 +324
==========================================
+ Hits 11328 11521 +193
- Misses 5823 5931 +108
- Partials 1392 1415 +23
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> add enabled filed to mangedPluginDTO Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> Add mergeMap ut Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> remove focus Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
da987c8
to
7795898
Compare
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
ace89d8
to
bbb65f5
Compare
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
Co-authored by: barnettZQG barnett.zqg@gmail.com
Description of your changes
Fixes #
I have:
yarn lint
to ensure the frontend changes are ready for review.make reviewable
to ensure the server changes are ready for review.backport release-x.y
labels to auto-backport this PR if necessary.Special notes for your reviewer