You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ga...@apache.org on 2021/02/22 06:01:01 UTC

[incubator-dolphinscheduler] branch dev updated (f166de1 -> 0d1bbd8)

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 f166de1  [Improvement][K8s] Support resource storage when fs.defaultFS=file:/// (#4777)
     new c4131d9  [alert-script]alert msg should contains content
     new 6b56a78  [alert-script]alert msg should contains content
     new d83719f  test
     new 4275bde  [Improvement][spi-alert]script plugin should contain alert content
     new 35fc7dd  Merge branch 'dev' into script_thread
     new af00de3  [Improvement][spi-alert]script plugin should contain alert content
     new 2852420  Merge branch 'dev' into script_thread
     new 5e1be06  [Improvement][spi-alert]script plugin should contain alert content
     new cf042cc  rename example.sh
     new 0d1bbd8  Merge pull request #4814 from CalvinKirs/script_thread

The 4489 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:
 .../plugin/alert/script/ScriptAlertChannel.java        |  2 +-
 .../plugin/alert/script/ScriptSender.java              | 14 ++++++++++----
 .../plugin/alert/script/StreamGobbler.java             |  7 +++++++
 .../plugin/alert/script/ProcessUtilsTest.java          |  4 ++--
 .../plugin/alert/script/ScriptSenderTest.java          |  6 +++---
 .../test/script/shell/{example.sh => scriptExample.sh} | 18 ++++++++++++++++--
 .../src/test/script/shell/{scriptTest.sh => test.sh}   | 16 +++++++++-------
 7 files changed, 48 insertions(+), 19 deletions(-)
 rename dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/src/test/script/shell/{example.sh => scriptExample.sh} (80%)
 rename dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/src/test/script/shell/{scriptTest.sh => test.sh} (87%)