You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/10/26 03:39:33 UTC

[dolphinscheduler] branch dev updated (76a9e6d8a6 -> af9374c2c2)

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

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


    from 76a9e6d8a6 Add task executor threads full policy config in worker (#12510)
     add af9374c2c2 fill up missing i18 properties (#12532)

No new revisions were added by this update.

Summary of changes:
 .../api/controller/AlertGroupController.java       |   2 +-
 .../api/controller/ClusterController.java          |   2 +-
 .../api/controller/DataQualityController.java      |   2 +-
 .../api/controller/EnvironmentController.java      |   2 +-
 .../api/controller/ExecutorController.java         |   2 +-
 .../api/controller/FavTaskController.java          |   4 +-
 .../api/controller/TaskGroupController.java        |  32 ++---
 .../api/controller/TaskInstanceController.java     |   2 +-
 .../api/controller/WorkFlowLineageController.java  |   2 +-
 .../api/controller/WorkflowV2Controller.java       |   2 +-
 .../src/main/resources/i18n/messages.properties    | 134 +++++++++++++++++++++
 .../main/resources/i18n/messages_en_US.properties  | 114 ++++++++++++++++++
 .../main/resources/i18n/messages_zh_CN.properties  | 116 +++++++++++++++++-
 13 files changed, 389 insertions(+), 27 deletions(-)