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 689106d  transform taskCode from long to string (#5174)
     add a8b47e1  [Bug][Master] Typo in MasterConfig #5141 (#5142)
     add 492b318  [Fix][Server] Fix clear task execute path is related to 
master (#5123)
     add f6d62a4  [Improvement-5144][UI] error v-show directives cannot be put 
on template tags (#5145)
     add 87ed189  [Improvement] print exception when task execute (#5159)
     add 573252f  [Bug][Server] DB transaction failure #5150 (#5152)
     add 9c04396  [Bug-5132][server] stop the take immediately if an exception 
occurs in the taskExecuteThread (#5133)
     add a6a1b94  [Feature-#5128]Support turning off sudo permissions (#5129)
     add 9c3cec5  [DS-4891][docs] update DolphinScheduler slack invitation url 
(#5167)
     new c8ac6f9  Merge remote-tracking branch 'upstream/dev' into spilit

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:
 README.md                                          |  2 +-
 README_zh_CN.md                                    |  2 +-
 .../apache/dolphinscheduler/common/Constants.java  |  5 +++
 .../dolphinscheduler/common/utils/CommonUtils.java |  7 ++++
 .../dolphinscheduler/common/utils/FileUtils.java   | 23 +----------
 .../dolphinscheduler/common/utils/OSUtils.java     | 10 +++--
 .../src/main/resources/common.properties           |  3 ++
 .../common/utils/FileUtilsTest.java                |  4 +-
 .../server/master/MasterServer.java                |  2 +
 .../server/master/config/MasterConfig.java         |  2 +-
 .../server/master/runner/MasterExecThread.java     | 33 +---------------
 .../server/worker/WorkerServer.java                |  4 +-
 .../worker/processor/TaskExecuteProcessor.java     |  5 ++-
 .../server/worker/runner/TaskExecuteThread.java    | 45 ++++++++++++++++++----
 .../worker/task/AbstractCommandExecutor.java       | 15 +++++---
 .../server/master/MasterExecThreadTest.java        |  6 +--
 .../server/master/config/MasterConfigTest.java     | 28 ++++++--------
 .../src/{main => test}/resources/master.properties |  4 +-
 .../projects/pages/instance/pages/gantt/index.vue  |  2 +-
 .../pages/resource/pages/file/pages/edit/index.vue |  3 +-
 pom.xml                                            |  1 +
 21 files changed, 101 insertions(+), 105 deletions(-)
 copy 
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/security/SecurityConfigLDAPTest.java~HEAD
 => 
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/config/MasterConfigTest.java
 (58%)
 copy dolphinscheduler-server/src/{main => test}/resources/master.properties 
(96%)

Reply via email to