Skip to content
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 executable scripts in the release product package #1696

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

daizhenyu
Copy link
Collaborator

What type of PR is this?

Refactor.

What this PR does / why we need it?

add executable scripts in the release product package, include:

  1. attach : C language script for dynamically mounting the sermant agent
  2. AesUtil : Java language script for encryption and decryption
  3. AgentLoader : Java language script for dynamically mounting the sermant agent

Which issue(s) this PR fixes?

Fixes #1695

Does this PR introduce a user-facing change?

No

Checklist

  • Make sure there is a GitHub_issue related with this PR before you start working on it.
  • Make sure you have squashed your change to one single commit.
  • GitHub Actions works fine in this PR.

@daizhenyu daizhenyu force-pushed the develop-2.2.x-agentloader branch from 76fd902 to ccdc520 Compare December 13, 2024 07:19
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ Complexity Δ
unittests 43.97% <ø> (-0.01%) 181.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

encrypted password is u/K+lx/m9w1EpEjkM9R48s8PiVDHEpCUGz+1jWOasyzRrQ==
**********************************************************************

For detailed usage, please refer to the official documentation at https://sermant.io/zh/document/faq/encryption.html.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use english links

Signed-off-by: daizhenyu <1449308021@qq.com>
@daizhenyu daizhenyu force-pushed the develop-2.2.x-agentloader branch from ccdc520 to 3b1410e Compare December 16, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

script files should be added to the released product package.
2 participants