You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/12/02 09:11:49 UTC

[incubator-dolphinscheduler] 03/03: Merge branch 'sms' into alert_plugin_design

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

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

commit 567590c41f112087f673ffb3b26f2926702bee93
Merge: 44d5cce 37c8f00
Author: samz406 <sa...@foxmail.com>
AuthorDate: Wed Dec 2 17:11:31 2020 +0800

    Merge branch 'sms' into alert_plugin_design

 .../dolphinscheduler-alert-http/pom.xml            |  56 +++++++
 .../plugin/alert/http/HttpAlertChannel.java        |  42 +++++
 .../plugin/alert/http/HttpAlertChannelFactory.java |  78 ++++++++++
 .../plugin/alert/http/HttpAlertConstants.java      |  33 ++++
 .../plugin/alert/http/HttpAlertPlugin.java         |  33 ++++
 .../plugin/alert/http/HttpSender.java              | 170 +++++++++++++++++++++
 dolphinscheduler-alert-plugin/pom.xml              |   1 +
 7 files changed, 413 insertions(+)