This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 85605bbef9 [Improvement-13653][Remote Logging] Support api-server to 
get task log from remote target (#13654)
     add 9df89cf0cf Use bootstrap user as the default tenant (#13825)

No new revisions were added by this update.

Summary of changes:
 docs/docs/en/guide/start/quick-start.md            |   2 +
 docs/docs/zh/guide/start/quick-start.md            |   4 +-
 .../api/service/impl/ExecutorServiceImpl.java      |  28 -----
 .../api/service/impl/ResourcesServiceImpl.java     | 133 ++++-----------------
 .../api/service/ResourcesServiceTest.java          |  90 +++++++-------
 .../common/constants/TenantConstants.java          |  13 +-
 .../src/main/resources/sql/dolphinscheduler_h2.sql |   6 +-
 .../main/resources/sql/dolphinscheduler_mysql.sql  |   7 +-
 .../resources/sql/dolphinscheduler_postgresql.sql  |   8 +-
 .../3.2.0_schema/mysql/dolphinscheduler_dml.sql    |  19 +++
 .../postgresql/dolphinscheduler_dml.sql            |   2 +
 .../master/runner/task/BaseTaskProcessor.java      |  37 ++----
 .../server/master/BlockingTaskTest.java            |   1 +
 .../server/master/SubProcessTaskTest.java          |   2 +-
 .../runner/task/CommonTaskProcessorTest.java       |  30 -----
 .../plugin/task/api/AbstractCommandExecutor.java   |   4 +-
 .../worker/processor/TaskDispatchProcessor.java    |   1 -
 .../worker/runner/WorkerTaskExecuteRunnable.java   |   2 +-
 .../worker/utils/TaskExecutionCheckerUtils.java    |  27 ++++-
 19 files changed, 150 insertions(+), 266 deletions(-)
 copy 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/dto/resources/Directory.java
 => 
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/TenantConstants.java
 (77%)

Reply via email to