-
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][task-plugins] aws datasync task plugins #11865
Conversation
...sk-datasync/src/main/java/org/apache/dolphinscheduler/plugin/task/datasync/DatasyncTask.java
Fixed
Show fixed
Hide fixed
dolphinscheduler-task-plugin/dolphinscheduler-task-datasync/pom.xml
Outdated
Show resolved
Hide resolved
… feature/aws � Conflicts: � docs/configs/docsdev.js � dolphinscheduler-dist/release-docs/LICENSE � dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml � dolphinscheduler-task-plugin/pom.xml � dolphinscheduler-ui/src/store/project/task-type.ts � dolphinscheduler-ui/src/store/project/types.ts � dolphinscheduler-ui/src/views/projects/task/components/node/fields/index.ts � dolphinscheduler-ui/src/views/projects/task/components/node/tasks/index.ts � dolphinscheduler-ui/src/views/projects/task/components/node/types.ts � dolphinscheduler-ui/src/views/projects/task/constants/task-type.ts � dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag.module.scss
Codecov Report
@@ Coverage Diff @@
## dev #11865 +/- ##
============================================
- Coverage 39.65% 39.62% -0.03%
- Complexity 4173 4190 +17
============================================
Files 1016 1021 +5
Lines 38009 38202 +193
Branches 4363 4392 +29
============================================
+ Hits 15072 15139 +67
- Misses 21197 21316 +119
- Partials 1740 1747 +7
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SonarCloud Quality Gate failed. |
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 of the backend.
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.
Comments are not addressed, UI part is not reviewed.
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 for the front end part.
* submit datasync task * add aws software package license
* submit datasync task * add aws software package license
Purpose of the pull request
close #11663
Brief change log
aws datasync task plugins
Verify this pull request
Manually verified the change by testing locally.