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

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from b5fa54b  [Bug-7865][MasterServer] retry logic optimization (#8156)
     add 14908a2  [Feature-7992][Alert] Support PagerDuty Plugin  (#8120)

No new revisions were added by this update.

Summary of changes:
 .../pom.xml                                        |  10 +-
 .../alert/pagerduty/PagerDutyAlertChannel.java}    |  11 +-
 .../pagerduty/PagerDutyAlertChannelFactory.java    |  39 +++----
 .../alert/pagerduty/PagerDutyParamsConstants.java} |  19 ++-
 .../plugin/alert/pagerduty/PagerDutySender.java    | 129 +++++++++++++++++++++
 .../PagerDutyAlertChannelFactoryTest.java}         |  16 ++-
 .../alert/pagerduty/PagerDutySenderTest.java}      |  26 +++--
 .../dolphinscheduler-alert-plugins/pom.xml         |   1 +
 .../dolphinscheduler-alert-server/pom.xml          |   4 +
 pom.xml                                            |   5 +
 10 files changed, 197 insertions(+), 63 deletions(-)
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/{dolphinscheduler-alert-slack
 => dolphinscheduler-alert-pagerduty}/pom.xml (96%)
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/{dolphinscheduler-alert-slack/src/main/java/org/apache/dolphinscheduler/plugin/alert/slack/SlackAlertChannel.java
 => 
dolphinscheduler-alert-pagerduty/src/main/java/org/apache/dolphinscheduler/plugin/alert/pagerduty/PagerDutyAlertChannel.java}
 (75%)
 copy 
dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/src/main/java/org/apache/dolphinscheduler/plugin/task/pigeon/PigeonTaskChannelFactory.java
 => 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/src/main/java/org/apache/dolphinscheduler/plugin/alert/pagerduty/PagerDutyAlertChannelFactory.java
 (56%)
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/{dolphinscheduler-alert-slack/src/main/java/org/apache/dolphinscheduler/plugin/alert/slack/SlackParamsConstants.java
 => 
dolphinscheduler-alert-pagerduty/src/main/java/org/apache/dolphinscheduler/plugin/alert/pagerduty/PagerDutyParamsConstants.java}
 (61%)
 create mode 100644 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/src/main/java/org/apache/dolphinscheduler/plugin/alert/pagerduty/PagerDutySender.java
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/{dolphinscheduler-alert-feishu/src/test/java/org/apache/dolphinscheduler/plugin/alert/feishu/FeiShuAlertChannelFactoryTest.java
 => 
dolphinscheduler-alert-pagerduty/src/test/java/org/apache/dolphinscheduler/plugin/alert/pagerduty/PagerDutyAlertChannelFactoryTest.java}
 (70%)
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/{dolphinscheduler-alert-slack/src/test/java/org/apache/dolphinscheduler/plugin/alert/slack/SlackSenderTest.java
 => 
dolphinscheduler-alert-pagerduty/src/test/java/org/apache/dolphinscheduler/plugin/alert/pagerduty/PagerDutySenderTest.java}
 (56%)

Reply via email to