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 <[email protected]> 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(+)
