You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2022/09/14 07:21:03 UTC

[incubator-seatunnel] branch dev updated (5bd96a5fc -> b38321ecf)

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

tyrantlucifer pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from 5bd96a5fc [Improve][e2e] Improved e2e start sleep (#2677)
     add b38321ecf [Improve][seatunnel-server] Update api style. (#2723)

No new revisions were added by this update.

Summary of changes:
 .../seatunnel/app/controller/ScriptController.java | 84 ++++++++++++++--------
 .../seatunnel/app/controller/TaskController.java   | 60 +++++++++++-----
 .../seatunnel/app/controller/UserController.java   | 58 +++++++--------
 .../domain/request/script/AddEmptyScriptReq.java   |  2 +-
 .../request/script/UpdateScriptContentReq.java     |  7 +-
 .../request/script/UpdateScriptParamReq.java       |  4 +-
 .../app/domain/request/task/ExecuteReq.java        | 14 +++-
 .../app/domain/request/user/UpdateUserReq.java     |  4 +-
 .../apache/seatunnel/app/service/ITaskService.java |  2 +-
 .../app/service/impl/ScriptServiceImpl.java        |  4 +-
 .../app/service/impl/TaskServiceImpl.java          |  2 +-
 .../app/service/impl/UserServiceImpl.java          |  2 +-
 12 files changed, 156 insertions(+), 87 deletions(-)