This is an automated email from the ASF dual-hosted git repository.

gaojun2048 pushed a change to branch alert_plugin_design
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 13e6ce9  Merge branch 'sms' into alert_plugin_design
     new b21a158  delete dolphinscheduler-alert-sms plugin
     new 44d5cce  dolphinscheduler plugin need add 
<package>dolphinscheduler-plugin</package> in the pom.xml file

The 2 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:
 .../dolphinscheduler-alert-dingtalk/pom.xml        |  2 +-
 .../dolphinscheduler-alert-script/pom.xml          |  2 +-
 .../dolphinscheduler-alert-sms/pom.xml             | 56 ----------------------
 .../plugin/alert/sms/SMSAlertChannel.java          | 33 -------------
 .../plugin/alert/sms/SMSAlertChannelFactory.java   | 44 -----------------
 .../plugin/alert/sms/SMSAlertConstants.java        | 21 --------
 .../plugin/alert/sms/SMSAlertParamsConstants.java  | 21 --------
 .../plugin/alert/sms/SMSAlertPlugin.java           | 33 -------------
 .../plugin/alert/sms/SMSSender.java                | 34 -------------
 .../dolphinscheduler-alert-wechat/pom.xml          |  1 +
 dolphinscheduler-alert-plugin/pom.xml              |  1 -
 pom.xml                                            |  2 +-
 12 files changed, 4 insertions(+), 246 deletions(-)
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/pom.xml
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/src/main/java/org/apache/dolphinscheduler/plugin/alert/sms/SMSAlertChannel.java
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/src/main/java/org/apache/dolphinscheduler/plugin/alert/sms/SMSAlertChannelFactory.java
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/src/main/java/org/apache/dolphinscheduler/plugin/alert/sms/SMSAlertConstants.java
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/src/main/java/org/apache/dolphinscheduler/plugin/alert/sms/SMSAlertParamsConstants.java
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/src/main/java/org/apache/dolphinscheduler/plugin/alert/sms/SMSAlertPlugin.java
 delete mode 100644 
dolphinscheduler-alert-plugin/dolphinscheduler-alert-sms/src/main/java/org/apache/dolphinscheduler/plugin/alert/sms/SMSSender.java

Reply via email to