-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add command parsing executor for dynamic installation and uninstallation #1305
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1305 +/- ##
=============================================
- Coverage 42.85% 42.66% -0.20%
+ Complexity 3315 3314 -1
=============================================
Files 829 834 +5
Lines 18357 18405 +48
Branches 1997 2000 +3
=============================================
- Hits 7867 7852 -15
- Misses 9505 9578 +73
+ Partials 985 975 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
hanbingleixue
force-pushed
the
install
branch
3 times, most recently
from
September 12, 2023 07:36
ab959d4
to
7fcf5af
Compare
...tcore/sermant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/Command.java
Outdated
Show resolved
Hide resolved
...tcore/sermant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/Command.java
Outdated
Show resolved
Hide resolved
...rmant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/CommandExecutor.java
Outdated
Show resolved
Hide resolved
...mant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/CommandProcessor.java
Outdated
Show resolved
Hide resolved
...e-core/src/main/java/com/huaweicloud/sermant/core/command/PluginsInstallCommandExecutor.java
Outdated
Show resolved
Hide resolved
.../sermant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/plugin/PluginManager.java
Outdated
Show resolved
Hide resolved
...ntcore-premain/src/test/java/com/huaweicloud/sermant/premain/common/BootArgsBuilderTest.java
Outdated
Show resolved
Hide resolved
...e/sermant-agentcore-premain/src/main/java/com/huaweicloud/sermant/premain/AgentLauncher.java
Outdated
Show resolved
Hide resolved
...-agentcore-premain/src/main/java/com/huaweicloud/sermant/premain/common/BootArgsBuilder.java
Outdated
Show resolved
Hide resolved
...e/sermant-agentcore-premain/src/main/java/com/huaweicloud/sermant/premain/AgentLauncher.java
Outdated
Show resolved
Hide resolved
hanbingleixue
force-pushed
the
install
branch
6 times, most recently
from
September 13, 2023 01:52
5f5e921
to
578beb0
Compare
...mant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/CommandProcessor.java
Outdated
Show resolved
Hide resolved
...core/src/main/java/com/huaweicloud/sermant/core/command/PluginsUnInstallCommandExecutor.java
Show resolved
Hide resolved
...mant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/CommandProcessor.java
Outdated
Show resolved
Hide resolved
...mant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/CommandProcessor.java
Outdated
Show resolved
Hide resolved
hanbingleixue
force-pushed
the
install
branch
from
September 13, 2023 06:46
578beb0
to
7054c9b
Compare
hanbingleixue
force-pushed
the
install
branch
from
September 13, 2023 06:47
7054c9b
to
64d7eeb
Compare
lilai23
reviewed
Sep 13, 2023
...e/sermant-agentcore-premain/src/main/java/com/huaweicloud/sermant/premain/AgentLauncher.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 13, 2023
...mant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/command/CommandProcessor.java
Show resolved
Hide resolved
hanbingleixue
force-pushed
the
install
branch
from
September 13, 2023 08:06
05dd8fd
to
1206752
Compare
luanwenfei-venus
previously approved these changes
Sep 13, 2023
lilai23
previously approved these changes
Sep 13, 2023
hanbingleixue
dismissed stale reviews from lilai23 and luanwenfei-venus
via
September 14, 2023 13:07
1d1266a
hanbingleixue
force-pushed
the
install
branch
from
September 14, 2023 13:07
1206752
to
1d1266a
Compare
luanwenfei-venus
approved these changes
Sep 15, 2023
lilai23
approved these changes
Sep 15, 2023
kkf1
changed the title
增加动态安装卸载的命令解析执行器
Add command parsing executor for dynamic installation and uninstallation
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
【Fix issue】#1236
【Modified content】
[Use case description] 1. Subsequent supplementary use cases
[Self-test situation] 1. The local static check passed. 2. Passed the function self-test
[Scope of Impact] 1. User manual will be added in the future