This repository was archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Feat/feat combine deploy from local file system in arklet #324
Merged
lvjing2
merged 39 commits into
sofastack:master
from
CodeNoobKing:feat/feat_combine_deploy
Nov 24, 2023
Merged
Feat/feat combine deploy from local file system in arklet #324
lvjing2
merged 39 commits into
sofastack:master
from
CodeNoobKing:feat/feat_combine_deploy
Nov 24, 2023
Conversation
This file contains hidden or 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
- 扫描某一个文件夹下所有以 -biz.jar 结尾的 jar 包,然后进行并行安装。
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #324 +/- ##
============================================
+ Coverage 77.43% 82.88% +5.45%
- Complexity 0 66 +66
============================================
Files 17 40 +23
Lines 1582 1005 -577
Branches 0 91 +91
============================================
- Hits 1225 833 -392
+ Misses 252 119 -133
+ Partials 105 53 -52 ☔ View full report in Codecov by Sentry. |
Collaborator
|
还需补充官网使用文档 和 samples 用例 |
lvjing2
reviewed
Nov 22, 2023
...ot-samples/web/tomcat/biz1/src/main/java/com/alipay/sofa/web/biz1/rest/SampleController.java
Outdated
Show resolved
Hide resolved
...re/src/main/java/com/alipay/sofa/serverless/arklet/core/ops/UnifiedOperationServiceImpl.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/alipay/sofa/serverless/arklet/core/common/model/CombineInstallRequest.java
Outdated
Show resolved
Hide resolved
...com/alipay/sofa/serverless/arklet/springboot/starter/listener/ArkletApplicationListener.java
Show resolved
Hide resolved
...java/com/alipay/sofa/serverless/plugin/manager/listener/ApplicationContextEventListener.java
Outdated
Show resolved
Hide resolved
lvjing2
reviewed
Nov 22, 2023
...klet-core/src/main/java/com/alipay/sofa/serverless/arklet/core/ops/CombineInstallHelper.java
Show resolved
Hide resolved
...re/src/main/java/com/alipay/sofa/serverless/arklet/core/ops/UnifiedOperationServiceImpl.java
Show resolved
Hide resolved
lvjing2
reviewed
Nov 23, 2023
...re/src/main/java/com/alipay/sofa/serverless/arklet/core/ops/UnifiedOperationServiceImpl.java
Outdated
Show resolved
Hide resolved
sofa-serverless-runtime/hack/download_biz_jar_to_static_combine_deploy_dir.sh
Outdated
Show resolved
Hide resolved
lvjing2
reviewed
Nov 23, 2023
docs/content/zh-cn/docs/tutorials/module-development/static-merge-deployment.md
Show resolved
Hide resolved
docs/content/zh-cn/docs/tutorials/module-development/static-merge-deployment.md
Show resolved
Hide resolved
...arklet-core/src/main/java/com/alipay/sofa/serverless/arklet/core/ops/BatchInstallHelper.java
Show resolved
Hide resolved
...java/com/alipay/sofa/serverless/plugin/manager/listener/ApplicationContextEventListener.java
Outdated
Show resolved
Hide resolved
sofa-serverless-runtime/hack/download_biz_jar_to_static_combine_deploy_dir.sh
Outdated
Show resolved
Hide resolved
...main/java/com/alipay/sofa/serverless/plugin/manager/handler/ContextRevereshEventHandler.java
Outdated
Show resolved
Hide resolved
...java/com/alipay/sofa/serverless/plugin/manager/listener/ApplicationContextEventListener.java
Outdated
Show resolved
Hide resolved
lvjing2
approved these changes
Nov 23, 2023
Collaborator
lvjing2
left a comment
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
yuanyuancin
approved these changes
Nov 24, 2023
Collaborator
yuanyuancin
left a comment
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.
LGFM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Motivation
新增了 arklet 特性,支持扫描本地文件系统的某个文件夹,并扫描下面的所有 biz 包然后并行安装部署。
Modification
Describe the idea and modifications you've done.
Result
Resolved or fixed #213
If there is no issue then describe the changes introduced by this PR.