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/05/11 02:11:22 UTC

[dolphinscheduler] branch json_split updated (515fa49 -> 156dada)

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/dolphinscheduler.git.


    from 515fa49  [Feature][JsonSplit] Fix ProcessService ut (#5435)
     add f88bbbd  [Improvement] Create RollViewLogRequestCommandTest.java (#5417)
     add 0d8011f  Cleanup of useless files in the binary package lib directory. (#5430)
     add 9c77faa  [Improvement-5058][Master] The master-server creates the DB data source twice (#5139)
     add 25727d2  [Improvement][Alert] Replace HSSFWorkbook (#5400)
     add 156dada  Merge remote-tracking branch 'upstream/dev' into json_split

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler-alert-email/pom.xml           |   4 +
 .../plugin/alert/email/EmailConstants.java         |   2 +-
 .../plugin/alert/email/ExcelUtils.java             |  59 ++++-------
 .../plugin/alert/email/MailSender.java             |  16 +--
 .../plugin/alert/email/ExcelUtilsTest.java         |   4 +-
 .../plugin/DolphinSchedulerPluginLoaderTest.java   |   2 +
 dolphinscheduler-dist/release-docs/LICENSE         |  11 +-
 dolphinscheduler-dist/release-docs/NOTICE          | 104 +++++++++++++++++--
 ...r-bootstrap-ui.txt => LICENSE-SparseBitSet.txt} |  24 -----
 .../release-docs/licenses/LICENSE-curvesapi.txt    |  28 +++++
 ...CENSE-poi.txt => LICENSE-poi-ooxml-schemas.txt} |  12 +--
 .../{LICENSE-poi.txt => LICENSE-poi-ooxml.txt}     |  12 +--
 ...E-commons-compress.txt => LICENSE-xmlbeans.txt} |   0
 .../src/main/assembly/dolphinscheduler-bin.xml     |   1 +
 ...est.java => RollViewLogRequestCommandTest.java} |  12 +--
 .../server/master/runner/MasterExecThread.java     |  17 ++--
 .../master/runner/MasterSchedulerService.java      |   7 +-
 .../server/utils/DependentExecute.java             |  76 +++++++-------
 .../dolphinscheduler/server/utils/ParamUtils.java  |  27 +++--
 .../server/master/AlertManagerTest.java            | 113 ---------------------
 .../service/alert/ProcessAlertManager.java         |  19 ++--
 .../service/alert/ProcessAlertManagerTest.java     |  93 +++++++++++++++++
 pom.xml                                            |  12 ++-
 tools/dependencies/known-dependencies.txt          |   9 +-
 24 files changed, 373 insertions(+), 291 deletions(-)
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-swagger-bootstrap-ui.txt => LICENSE-SparseBitSet.txt} (89%)
 create mode 100644 dolphinscheduler-dist/release-docs/licenses/LICENSE-curvesapi.txt
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-poi.txt => LICENSE-poi-ooxml-schemas.txt} (99%)
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-poi.txt => LICENSE-poi-ooxml.txt} (99%)
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-commons-compress.txt => LICENSE-xmlbeans.txt} (100%)
 copy dolphinscheduler-remote/src/test/java/org/apache/dolphinscheduler/remote/command/log/{GetLogBytesResponseCommandTest.java => RollViewLogRequestCommandTest.java} (74%)
 delete mode 100644 dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/AlertManagerTest.java
 rename dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/AlertManager.java => dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/alert/ProcessAlertManager.java (95%)
 create mode 100644 dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/alert/ProcessAlertManagerTest.java