You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/01/29 03:26:05 UTC

[incubator-dolphinscheduler] branch json_split updated (f19b472 -> 33447c7)

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


[incubator-dolphinscheduler] 01/01: Merge remote-tracking branch 'upstream/dev' into spilit

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 33447c70e5eb34cf6d3ce40a8f91df0a7e78e5f2
Merge: f19b472 658376a
Author: lenboo <ba...@gmail.com>
AuthorDate: Fri Jan 29 11:25:38 2021 +0800

    Merge remote-tracking branch 'upstream/dev' into spilit

 .../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(-)