This is an automated email from the ASF dual-hosted git repository.
lilin pushed a change to branch alert_plugin_design
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 44d5cce dolphinscheduler plugin need add
<package>dolphinscheduler-plugin</package> in the pom.xml file
new 183725d Merge pull request #25 from apache/alert_plugin_design
new 37c8f00 modify http type
new 567590c Merge branch 'sms' into alert_plugin_design
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pom.xml | 32 +---
.../plugin/alert/http/HttpAlertChannel.java} | 11 +-
.../alert/http/HttpAlertChannelFactory.java} | 45 +++---
.../plugin/alert/http/HttpAlertConstants.java | 21 +--
.../plugin/alert/http/HttpAlertPlugin.java} | 12 +-
.../plugin/alert/http/HttpSender.java | 170 +++++++++++++++++++++
dolphinscheduler-alert-plugin/pom.xml | 1 +
7 files changed, 222 insertions(+), 70 deletions(-)
copy dolphinscheduler-alert-plugin/{dolphinscheduler-alert-dingtalk =>
dolphinscheduler-alert-http}/pom.xml (58%)
copy
dolphinscheduler-alert-plugin/{dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkAlertChannel.java
=>
dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpAlertChannel.java}
(84%)
copy
dolphinscheduler-alert-plugin/{dolphinscheduler-alert-script/src/main/java/org/apache/dolphinscheduler/plugin/alert/script/ScriptAlertChannelFactory.java
=>
dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpAlertChannelFactory.java}
(52%)
copy
dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/params/base/FormType.java
=>
dolphinscheduler-alert-plugin/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpAlertConstants.java
(68%)
copy
dolphinscheduler-alert-plugin/{dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/EmailAlertPlugin.java
=>
dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpAlertPlugin.java}
(83%)
create mode 100644
dolphinscheduler-alert-plugin/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpSender.java