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 c3d1812 Merge remote-tracking branch 'upstream/dev' into json-split
add 54e110d fix the exception of update null point of workflow instance
due to no… (#4459)
add a6becd8 chore: set up license-eye to check license headers (#4453)
add a0b2feb [Improvement][alert] Refactor alert module to fix code smell
(#4434)
add 8c47dcb fix: use shellformat(shfmt) and shellcheck fix mvnw (#3692)
new 26c457a Merge remote-tracking branch 'upstream/dev' into json-split
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:
.github/workflows/ci_backend.yml | 12 +-
.github/workflows/ci_e2e.yml | 10 +-
.github/workflows/ci_frontend.yml | 24 +-
.github/workflows/ci_ut.yml | 22 +-
.licenserc.yaml | 43 ++++
docker/build/hooks/build | 7 +-
docker/build/hooks/push | 2 +-
.../apache/dolphinscheduler/alert/AlertServer.java | 13 +-
.../alert/manager/DingTalkManager.java | 17 +-
.../alert/plugin/EmailAlertPlugin.java | 18 +-
.../alert/template/AlertTemplateFactory.java | 9 +-
.../alert/template/impl/DefaultHTMLTemplate.java | 73 +++---
.../dolphinscheduler/alert/utils/Constants.java | 14 +-
.../alert/utils/DingTalkUtils.java | 57 ++---
.../alert/utils/EnterpriseWeChatUtils.java | 30 +--
.../dolphinscheduler/alert/utils/ExcelUtils.java | 163 +++++++------
.../dolphinscheduler/alert/utils/FuncUtils.java | 7 +-
.../dolphinscheduler/alert/utils/MailUtils.java | 125 ++++++----
.../alert/utils/PropertyUtils.java | 55 +++--
.../alert/utils/DingTalkUtilsTest.java | 8 +-
.../alert/utils/ExcelUtilsTest.java | 10 +-
.../alert/utils/PropertyUtilsTest.java | 50 ++--
.../api/service/ProcessInstanceService.java | 4 +-
.../src/js/module/visibility/index.js | 2 +-
mvnw | 258 +++++++++++----------
pom.xml | 44 ----
26 files changed, 569 insertions(+), 508 deletions(-)
create mode 100644 .licenserc.yaml