This is an automated email from the ASF dual-hosted git repository.
gaojun2048 pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 4795a11 Merge pull request #4575 from break60/dev
new be09a1b Fix mybatis-plus empty value update problem
new 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.
new 1f6634a return result
new 4e2e055 add ut
new 1622dde add ut
new 47fcac5 code smell
new cd37dd8 code smell
new 78b865c Merge branch 'dev' into fix_alert_error
new 658376a Merge pull request #4572 from CalvinKirs/fix_alert_error
The 4372 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