-
Notifications
You must be signed in to change notification settings - Fork 408
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: establish the component mechanism of the iot system #1650
feat: establish the component mechanism of the iot system #1650
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1650 +/- ##
=======================================
Coverage 52.32% 52.32%
=======================================
Files 154 154
Lines 17637 17637
=======================================
Hits 9228 9228
Misses 7582 7582
Partials 827 827
Flags with carried forward coverage won't be shown. Click here to find out more. |
This pr is done, but it needs to wait for #1647 to merge. |
/hold |
@LavenderQAQ: GitHub didn't allow me to assign the following users: wangxye, Rui-Gan. Note that only openyurtio members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
0dabcbd
to
ab084e8
Compare
/unhold |
This pr is ready for review. |
ab084e8
to
a42b230
Compare
/assign |
/lgtm |
@Rui-Gan: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: LavenderQAQ <lavenderqaq.cs@gmail.com>
Signed-off-by: LavenderQAQ <lavenderqaq.cs@gmail.com>
Signed-off-by: LavenderQAQ <lavenderqaq.cs@gmail.com>
Signed-off-by: LavenderQAQ <lavenderqaq.cs@gmail.com>
Signed-off-by: LavenderQAQ <lavenderqaq.cs@gmail.com>
77b193e
to
07c4661
Compare
Kudos, SonarCloud Quality Gate passed!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LavenderQAQ, rambohe-ch, Rui-Gan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
What type of PR is this?
/kind feature
/sig iot
What this PR does / why we need it:
Build PlatformAdmin's component mechanism to allow users to deploy common edgex extensions by simply filling in the component name.
Which issue(s) this PR fixes:
Fixes #1611