This is an automated email from the ASF dual-hosted git repository.
journey pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 8fea8f9 [Test][server] Add the master server test case (#3574)
add 2ba529a [Improvement][alert] Optimize alarm information (#3559)
No new revisions were added by this update.
Summary of changes:
.../alert/utils/EnterpriseWeChatUtils.java | 119 +++++-----
.../alert/utils/EnterpriseWeChatUtilsTest.java | 247 +++++++++++----------
.../{DependentRelation.java => AlertEvent.java} | 8 +-
...{DependentRelation.java => AlertWarnLevel.java} | 8 +-
.../org/apache/dolphinscheduler/dao/AlertDao.java | 58 ++---
.../dao/entity/ProcessAlertContent.java | 236 ++++++++++++++++++++
.../dao/entity/ServerAlertContent.java | 85 +++++++
.../server/utils/AlertManager.java | 71 +++---
8 files changed, 585 insertions(+), 247 deletions(-)
copy
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/{DependentRelation.java
=> AlertEvent.java} (91%)
copy
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/{DependentRelation.java
=> AlertWarnLevel.java} (91%)
create mode 100644
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/ProcessAlertContent.java
create mode 100644
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/ServerAlertContent.java