-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Feature][Resource Center] Add support for Alibaba Cloud OSS as storage of resource center #11708
Conversation
...duler-common/src/main/java/org/apache/dolphinscheduler/common/config/StoreConfiguration.java
Show resolved
Hide resolved
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OssOperator.java
Outdated
Show resolved
Hide resolved
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OssOperator.java
Outdated
Show resolved
Hide resolved
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OssOperator.java
Outdated
Show resolved
Hide resolved
...uler-common/src/main/java/org/apache/dolphinscheduler/common/utils/PropertyUtilsWrapper.java
Outdated
Show resolved
Hide resolved
Hi @EricGao888 please solve the conflicts. |
e13eeed
to
f311224
Compare
I just did some refactoring based on the comments from @ruanwenjun and resolved the conflicts. Thanks for the reminder @caishunfeng : ) |
Codecov Report
@@ Coverage Diff @@
## dev #11708 +/- ##
============================================
- Coverage 38.68% 38.65% -0.03%
- Complexity 4006 4031 +25
============================================
Files 1002 1005 +3
Lines 37213 37344 +131
Branches 4249 4250 +1
============================================
+ Hits 14394 14435 +41
- Misses 21186 21270 +84
- Partials 1633 1639 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
import com.aliyun.oss.OSS; | ||
|
||
@RunWith(MockitoJUnitRunner.class) | ||
public class OssOperatorTest { |
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.
👍
PTAL @ruanwenjun |
...inscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/OssConnection.java
Outdated
Show resolved
Hide resolved
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
Kudos, SonarCloud Quality Gate passed! |
Hi @EricGao888 can you cherry-pick this pr to 3.1.0-prepare and do some test for it? |
Sure, I will do it later today, together with #12006 |
…ge of resource center (apache#11708) * Add support for Alibaba Cloud OSS as storage of resource center * Add dependency licenses * Refactor code, add unit tests and related docs
Purpose of the pull request
Brief change log
Verify this pull request