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

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


    from f19b472  Merge remote-tracking branch 'upstream/dev' into spilit
     add be09a1b  Fix mybatis-plus empty value update problem
     add b23696c  When the alert is executed, if the alarm group is not bound 
to the alert plug-in, the alert status is updated to fail.
     add 1f6634a  return result
     add 4e2e055  add ut
     add 1622dde  add ut
     add 47fcac5  code smell
     add cd37dd8  code smell
     add 78b865c  Merge branch 'dev' into fix_alert_error
     add 658376a  Merge pull request #4572 from CalvinKirs/fix_alert_error
     new 33447c7  Merge remote-tracking branch 'upstream/dev' into spilit

The 1 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/runner/AlertSender.java | 11 +--
 .../apache/dolphinscheduler/api/enums/Status.java  |  1 +
 .../impl/AlertPluginInstanceServiceImpl.java       | 23 +++++
 .../service/AlertPluginInstanceServiceTest.java    | 99 ++++++++++++++++++++++
 .../dao/entity/AlertPluginInstance.java            |  3 +-
 .../dao/mapper/AlertGroupMapper.java               |  6 ++
 .../dao/mapper/AlertGroupMapper.xml                |  7 ++
 pom.xml                                            |  1 +
 8 files changed, 145 insertions(+), 6 deletions(-)
 create mode 100644 
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AlertPluginInstanceServiceTest.java

Reply via email to