You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by we...@apache.org on 2022/02/08 11:50:34 UTC

[dolphinscheduler] branch dev updated (ebed364 -> 0938157)

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 ebed364  [Fix][UI Next] Fix the problem that the left menu of task group management is not displayed. (#8307)
     add 0938157  Remove unused class (#8299)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/remote/command/Ping.java      |  71 ------
 .../dolphinscheduler/remote/command/Pong.java      |  75 ------
 .../dolphinscheduler/remote/command/TaskInfo.java  | 254 ---------------------
 .../remote/NettyRemotingClientTest.java            | 101 +++++++-
 4 files changed, 99 insertions(+), 402 deletions(-)
 delete mode 100644 dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/Ping.java
 delete mode 100644 dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/Pong.java
 delete mode 100644 dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/TaskInfo.java